* {
  box-sizing: border-box;
  border: 0 solid;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
}

body {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.462;
  background-color: #fdfdfd;
  color: #444;
  padding-top: 10.1rem !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-frame {
  display: none !important;
}

.goog-te-menu-value {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  body {
    padding-top: 7.4rem !important;
  }
}

:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

details {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
}

details,
summary {
  margin-bottom: 1rem;
}

summary {
  font-size: 1.25rem;
  line-height: 1.1;
  cursor: pointer;
}

summary::-webkit-details-marker {
  color: #b0b0b0;
}

a {
  text-decoration: none;
  color: inherit;
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4624;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  /* font-family: monospace, monospace; */
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  background: none transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
}

dd,
dl,
dt {
  margin: 0;
}

.pageHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
  /*Black Friday */
  /* background-color: #111111 !important; */
  background-color: #0e2c4e;
  color: white;
}

.pageHeader__logo {
  display: flex;
  order: 1;
  flex: 1;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}

.pageHeader__logo img {
  width: auto;
  /* max-height: 1.5rem; */
  max-height: 2rem;
  /* margin-right: 1em; */
  margin-left: 15%;
}

.pageHeader__search {
  order: 3;
  width: 100%;
  margin-top: 5px;
}

.pageHeader__top {
  position: relative;
  z-index: 60;
  order: 2;
  display: flex;
  padding-left: 0.5rem;
}

.pageHeader .dropdown {
  z-index: 60;
}

@media only screen and (min-width: 768px) {
  .pageHeader__logo {
    flex: none;
    padding-bottom: 0.5rem;
  }

  .pageHeader__logo img {
    max-height: 3rem;
    width: auto;
    margin-right: 1em !important;
    margin-left: 0 !important;
  }

  .pageHeader__search {
    order: 2;
    flex: 1;
    width: auto;
    display: block;
  }

  .pageHeader__top {
    order: 3;
  }
}

.pageFooter {
  color: #444;
  /* background-color: #ffff; */
}

.pageFooter li {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.pageFooter__main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pageFooter__main>div>div {
  min-width: 50%;
}

@media only screen and (min-width: 480px) {
  .pageFooter__main>div>div {
    min-width: 33.333%;
  }
}

@media only screen and (min-width: 640px) {
  .pageFooter__main>div>div {
    min-width: 25%;
  }
}

.pageFooter__after h4,
.pageFooter__main h4 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.pageFooter__after {
  padding: 1rem 0;
  font-size: 0.625rem;
  color: #b0b0b0;
  background-color: #101010;
}

.pageFooter__after h4 {
  margin-top: 0;
}

.pageFooter__after p {
  margin: 0;
}

.pageFooter__after ul {
  display: flex;
  align-items: stretch;
  justify-content: start;
}

.pageFooter__after li {
  display: flex;
  flex: 0 1 50px;
  margin: 0.25rem;
  padding: 0.25rem;
  background-color: #fff;
}

.pageFooter__after svg {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.products .slick-track {
  display: flex;
  align-items: stretch;
}

.products .slick-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.products .slick-slide {
  height: inherit;
  margin: 0.5rem;
}

.products .slick-slide>div,
.products .slick-slide>div>div {
  height: 100%;
}

.products--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem 1rem;
}

@media only screen and (min-width: 350px) {
  .products--grid {
    -ms-grid-columns: (50%) [2];
    grid-template-columns: repeat(2, 50%);
  }
}

@media only screen and (min-width: 640px) {
  .products--grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 1024px) {
  .products--grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 640px) {
  .page-index .products--grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 1024px) {
  .page-index .products--grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.product {
  position: relative;
  display: flex;
}

.product-cover {
  display: none;
}

.product-cover-buttons {
  z-index: 1;
}

.product__title {
  min-height: 5rem;
  font-size: 0.75rem;
}

.product__price {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.25rem;
}

.product__flags {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.product__flag {
  display: inline-block;
  padding: 0.25rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #db0f15;
  color: #fff;
  border-radius: 5px;
}

.product__flag.discount {
  font-size: 1.1rem;
  background-color: #000;
  color: white;
  padding: 3px 6px !important;
  white-space: nowrap;
  font-weight: 800;
}

/* .product__flag {
  padding: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #edae49;
  color: #fff;
} */


.product.on-sale {
  font-size: 0.75rem;
  background-color: #efea5a;
  max-width: 4rem;
}

@media only screen and (min-width: 640px) {
  .product__title {
    min-height: 3rem;
  }
}

.product__images .slick-slide>div {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .product-cover {
    display: block;
  }

  .product__images img {
    display: block;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.product--miniature {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
}

.product--miniature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.product--miniature .product__thumbnail {
  display: block;
  /* padding: 1rem; */
  padding: 0.5rem;
  font-size: 0.85rem;
}

.product--miniature .product__description {
  padding: 1rem;
}

.product--miniature .product__discount {
  color: #909090;
  font-size: 0.75rem;
}

.product--miniature .product__buttons {
  text-align: center;
  padding-top: 2rem;
}

.product--miniature .btn {
  width: 100%;
  font-weight: 600;
}

@media (hover: hover) {
  .product--miniature .product__description {
    color: #444;
  }

  .product--miniature .product__thumbnail {
    position: relative;
  }

  .product--miniature .product__thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.6);
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
  }

  .product--miniature .product__thumbnail:after {
    content: "visibility";
    font-family: Material icons;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
  }

  .product--miniature:hover .product__description {
    /* color: #db0f15; */
    color: #1c1c1c;
  }

  .product--miniature:hover .product__thumbnail:before {
    opacity: 1;
  }

  .product--miniature:hover .product__thumbnail:after {
    opacity: 0.6;
  }
}

.product__banner {
  position: relative;
  margin-bottom: 1rem;
}

.product__banner img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.product__banner h1 {
  font-size: 1.25rem;
  font-weight: 600;
}

.product__banner>div {
  position: relative;
  z-index: 2;
  min-width: 290px;
  width: 50%;
  padding: 3rem 1rem;
}

.variants .color {
  position: relative;
  cursor: pointer;
  border: 2px solid #f6f6f6;
}

.variants input:checked+.color {
  border: 2px solid #444;
}

@media only screen and (max-width: 374px) {
  .page-product .btn.add-to-cart {
    padding: 1.1rem 0.25rem;
  }
}

@media only screen and (max-width: 47rem) {
  .page-product .add-to-cart-button {
    /* font-size: 0.75rem; */
    font-size: 16px;
    background: #fff;
  }

  .page-product .add-to-cart-button i {
    font-size: 1rem;
  }
}

.history {
  width: 100%;
}

.history th {
  font-weight: 600;
}

@media only screen and (max-width: 47rem) {
  .history thead {
    display: none;
  }

  .history tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "items items date date icons" "details1 details1 total total icons" "details2 details2 total total icons";
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }

  .history td,
  .history th {
    display: block;
    padding: 0;
  }

  .history .actions {
    grid-area: icons;
  }

  .history .actions a {
    display: block;
    margin-bottom: 0.5rem;
  }

  .history .actions i {
    font-size: 1rem;
    line-height: 1;
  }

  .history .date {
    font-weight: 600;
    text-align: center;
    grid-area: date;
  }

  .history .reference {
    font-weight: 600;
    color: #444;
    grid-area: items;
  }

  .history .value {
    font-weight: 600;
    grid-area: total;
    text-align: center;
    font-size: 1rem;
    color: #0262ac;
  }

  .history .payment {
    font-size: 0.75rem;
    grid-area: details1;
  }

  .history .state {
    font-size: 0.75rem;
    grid-area: details2;
  }
}

.checkout-step .checkout-content {
  display: none;
}

.checkout-step .step-title {
  display: flex;
  align-items: stretch;
}

.checkout-step .step-title span {
  padding: 1rem;
}

.checkout-step .step-number {
  font-weight: 600;
  width: 3rem;
  text-align: center;
}

.checkout-step.-current .step-title,
.checkout-step.-reachable .step-title {
  background-color: #0262ac;
  color: #fff;
}

.checkout-step.-current .step-number,
.checkout-step.-reachable .step-number {
  background-color: #014579;
}

.checkout-step.-current .checkout-content {
  display: block;
}

.checkout-step:not(.-current) {
  opacity: 0.5;
}

.checkout-step.-unreachable {
  border-top: 2px solid #b0b0b0;
}

.checkout-step.-clickable .step-title {
  cursor: pointer;
}

.js-loading {
  position: relative;
  opacity: 0.5;
}

.js-loading:after {
  content: "hourglass_empty";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Material Icons;
  font-size: 2rem;
  animation: rotatingAndTransform 1s infinite;
}

.blockcart button {
  position: relative;
}

.blockcart sup {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  vertical-align: middle;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #0262ac;
}

.blockcart p {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  color: #909090;
}

@media only screen and (min-width: 768px) {
  .blockcart sup {
    left: 0;
    right: auto;
  }
}

.ps_searchbar {
  display: flex;
  align-items: center;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #909090;
  background-color: #fff;
}

.ps_searchbar input {
  flex: 1;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}

.ps_searchbar button {
  color: #0075CF;
}

.ps_searchbar button i:after {
  content: "search";
  display: block;
}

.ps_searchbar .ui-autocomplete-loading {
  color: #909090;
}

.ps_searchbar .ui-autocomplete-loading+button i:after {
  content: "hourglass_empty";
  color: #b0b0b0;
  animation: rotating 1s infinite;
}

.ps_searchbar_results.ui-menu {
  transform: translateY(1rem);
  font-family: Montserrat, sans-serif;
  border-radius: 0;
  border: 0 transparent;
}

.ps_searchbar_results.ui-menu:after,
.ps_searchbar_results.ui-menu:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  right: 0;
  border: solid transparent;
  pointer-events: none;
}

.ps_searchbar_results.ui-menu:after,
.ps_searchbar_results.ui-menu:before {
  margin-left: -0.5rem;
  border-color: transparent transparent #fff;
  border-width: 0.5rem;
}

.ps_searchbar_results.ui-menu img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-right: 0.75rem;
}

.ps_searchbar_results.ui-menu .ui-menu-item {
  list-style: none;
}

@media only screen and (min-width: 640px) {
  .ps_searchbar_results.ui-menu .ui-menu-item:not(:last-child) {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}

.ps_searchbar_results.ui-menu .ui-menu-item a:not(.btn) {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.ps_searchbar_results.ui-menu .ui-menu-item a:not(.btn).ui-state-focus {
  border-color: transparent;
  background: transparent;
}

.ps_searchbar_results.ui-menu .ui-menu-item a.btn {
  margin: 1rem;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  border: 0;
}

.ps_searchbar_results.ui-menu .ui-menu-item a.btn.ui-state-focus {
  border: 0;
  background: #014579;
}

.autocomplete-wrapper {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.email_subscription {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* black friday 
  background: #111111;
  */
  background-color: #0E2C4E !important;
  color: #fff;
}

.email_subscription form {
  width: 100%;
  max-width: 32rem;
  min-width: 16rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex: 1 1 0%;
}

.email_subscription h4 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.email_subscription p {
  margin: 0;
}

.email_subscription .material-icons {
  vertical-align: middle;
}

.email_subscription .field--inline {
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
  background: #fff;
  color: #101010;
}

.email_subscription .field--inline input {
  padding: 1rem 0.75rem;
}

.email_subscription .title {
  flex: 0 1 auto;
  padding-right: 1rem;
}

.email_subscription .title .material-icons {
  padding-right: 1rem;
}

@media only screen and (min-width: 1024px) {
  .email_subscription .title {
    flex: 1 1 0%;
  }
}

.ps_customersignin i {
  color: current-color;
}

.df-fullscreen .df-branding {
  display: none !important;
}

.df-fullscreen a.btn,
.df-fullscreen a.btn:hover {
  color: #fff !important;
}

.df-topbar__logo {
  padding: 1rem;
}

[data-layout="grid"][data-browser-support~="cssgrid"] .df-results.df-results {
  min-width: 220px;
  -ms-grid-columns: (minmax(220px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.fb_dialog.fb_dialog_mobile {
  z-index: 15 !important;
}

.grecaptcha-badge {
  pointer-events: none;
  opacity: 0;
}

.squared {
  display: -ms-grid;
  display: grid;
  grid-template: "image image" "product1 product2" "product3 product4";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem 1rem;
}

.squared__product--0 {
  grid-area: product1;
}

.squared__product--1 {
  grid-area: product2;
}

.squared__product--2 {
  grid-area: product3;
}

.squared__product--3 {
  grid-area: product4;
}

.squared__image {
  grid-area: image;
}

.squared__image img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 640px) {
  .squared {
    grid-template: "product1 product2 image" "product3 product4 image";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .squared {
    grid-template: "product1 product2 image" "product3 product4 image";
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 2rem 2rem;
  }
}

.dropdown {
  position: relative;
}

.dropdown--open:after {
  content: "";
  position: fixed;
  z-index: 19;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown--open .dropdown__content {
  display: block;
}

.dropdown__content {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.5rem);
  display: none;
  max-width: 19rem;
  background-color: #fff;
}

.dropdown--right .dropdown__content,
.dropdown--right .dropdown__content:after,
.dropdown--right .dropdown__content:before {
  right: 0;
}

.dropdown--left .dropdown__content {
  left: 0;
}

.dropdown--left .dropdown__content:after,
.dropdown--left .dropdown__content:before {
  left: 0.5rem;
}

.dropdown--top .dropdown__content:after,
.dropdown--top .dropdown__content:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.dropdown--top .dropdown__content:after,
.dropdown--top .dropdown__content:before {
  margin-left: -0.5rem;
  border-color: transparent transparent #fff;
  border-width: 0.5rem;
}

.dropdown--bottom .dropdown__content {
  top: auto;
  bottom: calc(100% + 0.5rem);
}

.dropdown--bottom .dropdown__content:after,
.dropdown--bottom .dropdown__content:before {
  content: " ";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.dropdown--bottom .dropdown__content:after,
.dropdown--bottom .dropdown__content:before {
  margin-left: -0.5rem;
  border-color: #fff transparent transparent;
  border-width: 0.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background: #909090;
  border: 0;
  text-align: center;
  outline: none;
}

.btn--noborder {
  border-bottom: 0;
}

.btn--wide {
  padding: 0.5rem 1.25rem;
}

.btn--sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.btn--md {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .btn--md {
    padding: 0.5rem 0.75rem;
  }
}

.btn:hover {
  background: #444;
  color: #fff;
}

.btn--none {
  border-bottom-color: transparent;
}

.btn--none,
.btn--none:hover {
  background: transparent;
  color: inherit;
}

.btn--red {
  border-bottom-color: #db0f15;
  /* background-color: white;
  */
  background: #db0f15;
  color: #fff;
  border-radius: 5px;
}

.btn--red-dark,
.btn--red:hover {
  background: #d20f15;
  color: #fff;
}

.btn--red-dark {
  border-bottom-color: #ac0c11;
}

.btn--red-dark:hover {
  background: #ac0c11;
  color: #fff;
}

.btn--blue {
  border-bottom-color: #014579;
  background: #0262ac;
  color: #fff;
}

.btn--blue-dark,
.btn--blue:hover {
  background: #014579;
  color: #fff;
}

.btn--blue-dark {
  border-bottom-color: #014579;
}

.btn--blue-dark:hover {
  background: #014579;
  color: #fff;
}

.btn--white {
  border-bottom-color: #f6f6f6;
  background: #fff;
  color: #444;
}

.btn--white:hover {
  background: #f6f6f6;
  color: #101010;
}

.btn--yellow {
  border-bottom-color: #edae49;
  background: #efea5a;
  color: #444;
}

.btn--yellow:hover {
  background: #edae49;
  color: #fff;
}

.btn--yellow-dark {
  border-bottom-color: #edae49;
  background: #edae49;
  color: #444;
}

.btn--yellow-dark:hover {
  background: #edae49;
  color: #fff;
}

.btn--green {
  border-bottom-color: #0075CF;
  background: #0075CF;
  color: #fff;
}

.btn--green-dark,
.btn--green:hover {
  background: #0075CF;
  color: #fff;
}

.btn--green-dark {
  border-bottom-color: #0075CF;
}

.btn--green-dark:hover {
  background: #0075CF;
  color: #fff;
}

.btn--full {
  width: 100%;
}

.btn--unstyled,
.btn--unstyled[disabled] {
  padding: 0;
  border: 0;
  text-align: left;
  background: transparent;
}

.btn--unstyled:hover,
.btn--unstyled[disabled]:hover {
  background: transparent;
  color: inherit;
}

.btn--followup {
  position: relative;
  display: block;
  height: 1.25rem;
  margin-right: 1em;
  padding: 0 1rem;
  line-height: 1.25rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #0262ac;
}

.btn--followup:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  width: 0;
  height: 0;
  line-height: 1.25rem;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #0262ac;
}

.btn--followup:hover {
  background-color: #0262ac;
  color: #fff;
}

.btn[disabled],
.btn[disabled]:hover {
  background: #f6f6f6;
  color: #909090;
  border-bottom: 0;
}

[data-tooltip] {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

[data-tooltip]:after,
[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0.25rem;
  margin-left: -4rem;
  padding: 0.5rem;
  width: 8rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  background-color: #101010;
  color: #f6f6f6;
}

[data-tooltip]:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.25rem;
  width: 0;
  border-top: 0.25rem solid #101010;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

[data-tooltip].tooltip--bottom:before {
  top: 100%;
  bottom: auto;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

[data-tooltip].tooltip--bottom:after {
  top: 100%;
  border-bottom: 0.25rem solid #101010;
  border-top: 0;
}

[data-tooltip].tooltip--right:before {
  left: auto;
  right: 0;
}

.slick-loading,
[data-slick]:not(.slick-initialized) {
  overflow: hidden;
  height: 200px;
  background: url(loader.gif) 50% no-repeat;
  pointer-events: none;
}

.slick-loading>*,
[data-slick]:not(.slick-initialized)>* {
  opacity: 0;
}

.slick-loading {
  background-color: #fff;
}

.slick-slider {
  position: relative;
}

.slick-list {
  overflow-x: hidden;
}

.slick-track {
  display: flex;
}

.slick-slide {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.slick-slide[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 1;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: Material Icons;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: #909090;
  opacity: 0.75;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 1rem;
}

.slick-prev:before {
  content: "arrow_back_ios";
}

.slick-next {
  right: 1rem;
}

.slick-next:before {
  content: "arrow_forward_ios";
}

.page-product .slick-prev {
  left: 0;
}

.page-product .slick-next {
  right: 0;
}

@media only screen and (min-width: 82rem) {
  .slick-prev {
    left: -2rem;
  }

  .slick-next {
    right: -2.5rem;
  }
}

.slick-dots {
  position: absolute;
  bottom: 1rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0;
}

.slick-dots li,
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0.25rem;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "fiber_manual_record";
  width: 1rem;
  height: 1rem;
  font-family: Material Icons;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #909090;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #909090;
  opacity: 0.75;
}

.draggable {
  cursor: grab;
}

.field--inline {
  display: flex;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #909090;
}

.field--inline input {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.field--noborder {
  border: 0;
}

.field--checkbox {
  display: flex;
  align-items: center;
}

.field--checkbox input {
  display: none;
}

.field--checkbox input:checked+span .material-icons {
  visibility: visible;
}

.field--checkbox span:first-of-type {
  position: relative;
}

.field--checkbox span:first-of-type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.25rem;
  border: 1px solid;
}

.field--checkbox .material-icons {
  font-size: 2rem;
  visibility: hidden;
}

.field--input input,
.field--input select,
.field--input textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #b0b0b0;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  background: #fff;
}

.field--input--shipping textarea {
  width: 100% !important;
  padding: 0.5rem !important;
  border: 1px solid #b0b0b0 !important;
  transition-property: border-color, box-shadow !important;
  transition-timing-function: ease-in-out !important;
  transition-duration: 0.5s !important;
  background: #fff !important;
  max-height: 4rem !important;
}

.field--input input:focus,
.field--input select:focus,
.field--input textarea:focus {
  border-color: #0262ac;
  box-shadow: 0 0 0.25rem #0262ac;
}

.field--input input.border--none,
.field--input select.border--none,
.field--input textarea.border--none {
  border-color: transparent;
}

.field--input textarea {
  min-height: 8rem;
}

.field--input .error {
  border-color: #db0f15;
}

.field--input .valid {
  border-color: #16db93;
}

.field--input .form-control-comment {
  margin-top: -0.25rem;
  font-size: 0.75rem;
  color: #909090;
}

input[readonly] {
  cursor: not-allowed;
}

input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  color: #101010;
  border: 1px solid #b0b0b0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  background: #fff;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  display: block;
  width: 8px;
  height: 14px;
  border-color: #101010;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

input[type="checkbox"]:checked:before {
  opacity: 1;
}

label a {
  text-decoration: underline;
}

.notification {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  color: #101010;
}

.notification .container {
  display: flex;
  align-items: center;
}

.notification .material-icons {
  margin-right: 0.75rem;
}

.notification--success {
  background-color: #16db93;
}

.notification--error {
  background-color: #ac0c11;
  color: #fff;
}

.breadcrumb ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}



.breadcrumb li {
  display: none;
  font-size: 0.75rem;
}

.breadcrumb li:before {
  content: "keyboard_arrow_right";
  font-family: Material icons;
  vertical-align: middle;
}

.breadcrumb li.last:before,
.breadcrumb li:first-child:before {
  content: "";
}

.breadcrumb li.last {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 640px) {
  .breadcrumb li {
    display: inline-block;
  }
}

.gridd {
  display: -ms-grid;
  display: grid;
}

.gap--4 {
  gap: 1rem;
}

.gap--8 {
  gap: 2rem;
}

.gap--16 {
  gap: 4rem;
}

.gridd--2 {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
}

.column-gap--4 {
  column-gap: 1rem;
}

.avoid-column {
  break-inside: avoid-column;
}

.area--gallery {
  grid-area: gallery;
}

.area--tabs {
  grid-area: tabs;
}

.area--content {
  grid-area: content;
}

@media only screen and (min-width: 640px) {
  .sm\:gridd--4 {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . .";
  }

  .sm\:column--2 {
    column-count: 2;
  }
}

@media only screen and (min-width: 768px) {
  .md\:gridd--2 {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }

  .md\:column--3 {
    column-count: 3;
  }
}

@media only screen and (min-width: 1024px) {
  .lg\:gridd--2 {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}

.grid {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 480px) {
  .grid--address {
    display: -ms-grid;
    display: grid;
    gap: 1rem 1rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "left main";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}

@media only screen and (min-width: 640px) {

  .grid--2,
  .grid--4 {
    display: -ms-grid;
    display: grid;
    gap: 1rem 1rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }

  .grid--5 {
    display: -ms-grid;
    display: grid;
    gap: 1rem 1rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}

@media only screen and (min-width: 768px) {
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 2rem 2rem;
    grid-template-areas: "left main";
  }

  .grid--customer {
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
    grid-template-areas: ". .";
  }

  .grid--address {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
  }

  .grid--product {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }

  .grid--pageproduct {
    grid-template-areas: "gallery content" "tabs content";
  }

  .grid--checkout {
    -ms-grid-columns: 4fr 2fr;
    grid-template-columns: 4fr 2fr;
    grid-template-areas: ". .";
  }

  .col--left {
    grid-area: left;
  }

  .col--main {
    grid-area: main;
  }

  .grid--4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . .";
  }

  .grid--5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . .";
  }
}

@media only screen and (min-width: 1024px) {
  .grid--order-details {
    display: -ms-grid;
    display: grid;
    gap: 2rem 2rem;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: ". .";
  }

  .grid--product {
    -ms-grid-columns: 4fr 3fr;
    grid-template-columns: 4fr 3fr;
  }

  .grid--address {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . .";
  }

  .lg\:column--4 {
    column-count: 4;
  }
}

.tabs__nav {
  display: none;
  border-bottom: 2px solid #b0b0b0;
}

.tabs__link {
  position: relative;
  bottom: -2px;
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  color: #909090;
}

.tabs__link.active {
  /* border-bottom-color: #0262ac;
  color: #101010;
  background-color: #fff; */
}

.tabs--delivery .tabs__link {
  color: #db0f15;
  border: 2px solid #b0b0b0;
}

.tabs--delivery .tabs__link.active {
  border-color: #ac0c11;
  color: #fff;
  background-color: #db0f15;
}

.tabs--delivery .tabs__link:hover {
  border-color: #db0f15;
  color: #fff;
  background-color: rgba(219, 15, 21, 0.5);
}

.tabs__button {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-weight: 600;
  text-align: left;
  /* color: #101010; */
  color: #444;
  border-top: 2px solid #f6f6f6;
}

.tabs__button .material-icons {
  float: right;
}

.tabs__button .material-icons:after {
  content: "keyboard_arrow_down";
}

.active .tabs__button .material-icons:after {
  content: "keyboard_arrow_up";
}

.tabs__content {
  display: none;
  background: #fff;
}

.active .tabs__content {
  display: block;
}

.tabs__autoformat h1,
.tabs__autoformat h2,
.tabs__autoformat h3,
.tabs__autoformat h4,
.tabs__autoformat h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #101010;
  font-weight: 600;
}

.tabs__autoformat h1,
.tabs__autoformat h2 {
  font-size: 1rem;
}

.tabs__autoformat p:blank,
.tabs__autoformat p:empty {
  display: none;
}

.tabs__autoformat dd,
.tabs__autoformat dt,
.tabs__autoformat li,
.tabs__autoformat p {
  font-size: 0.875rem;
  line-height: 1.6234;
}

.tabs__autoformat dl,
.tabs__autoformat p,
.tabs__autoformat ul {
  margin-top: 0.5rem;
  color: black !important;
  /* qol */
  margin-bottom: 0.5rem;
}

.tabs__autoformat ul ul {
  margin-let: 0.5rem;
}

.tabs__autoformat li {
  padding: 0.5rem 0.25rem;
}

.tabs__autoformat li:nth-of-type(2n) {
  background-color: #f6f6f6;
}

.tabs__autoformat dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0;
}

.tabs__autoformat dt {
  padding: 0.5rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.tabs__autoformat dd {
  margin-left: 0;
  padding: 0.5rem 0.25rem;
  font-size: 0.875rem;
}

.tabs__autoformat dd:nth-of-type(2n),
.tabs__autoformat dt:nth-of-type(2n) {
  background-color: #f6f6f6;
}

.tabs__autoformat a:not(.btn) {
  color: #0262ac;
}

.tabs__autoformat iframe {
  width: 100%;
}

.tabs__autoformat img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .tabs__button {
    display: none;
  }

  .tabs__nav {
    display: block;
  }
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: black;
  height: 40px;
  width: 40px;
  padding: 5px 8px;
  margin-right: 3px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  cursor: pointer;
}

.pagination li:hover {
  background: linear-gradient(0deg, rgba(0, 117, 207, 1) 0%, rgba(2, 166, 225, 1) 100%);
  color: white !important;
}

.pagination li.spacer--pagination {
  box-shadow: none;
}

.pagination .disabled {
  color: #b0b0b0;
}

.pagination .active {
  color: #101010;
}

.active-spacer {
  margin-left: 4px;
  margin-right: 6px !important;
  box-shadow: none !important;
  background: linear-gradient(0deg, rgba(0, 117, 207, 1) 0%, rgba(2, 166, 225, 1) 100%);
}

.active-spacer a {
  color: white !important;
}

.autoformat {
  padding: 0.5rem;
}

.autoformat hr {
  border-top: 1px dotted #b0b0b0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.autoformat img {
  max-width: 100%;
  height: auto;
}

.autoformat iframe {
  width: 100%;
  height: 100%;
}

.autoformat table {
  width: 100%;
  font-size: 0.75rem;
}

.autoformat th {
  font-weight: 600;
}

.autoformat td,
.autoformat th {
  padding: 0.25rem;
  border: 1px solid #f6f6f6;
}

.autoformat h1,
.autoformat h2,
.autoformat h3,
.autoformat h4,
.autoformat h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #101010;
  font-weight: 600;
}

.autoformat h1,
.autoformat h2 {
  font-size: 1.25rem;
}

.autoformat h3 {
  font-size: 1rem;
}

.autoformat h4:first-child,
.autoformat h5:first-child,
.autoformat h6:first-child {
  margin-top: 0;
}

.autoformat h4,
.autoformat h5,
.autoformat h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.autoformat p:blank,
.autoformat p:empty {
  display: none;
}

.autoformat dl,
.autoformat p,
.autoformat table,
.autoformat ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.autoformat ol,
.autoformat ul {
  list-style-position: outside;
  margin-left: 1rem;
}

.autoformat ul {
  list-style-type: disc;
}

.autoformat ul.unstyled {
  list-style-type: none;
  margin-left: 0;
}

.autoformat ol {
  list-style-type: decimal;
}

.autoformat dt {
  vertical-align: middle;
  font-weight: 600;
}

.autoformat dd,
.autoformat dt {
  padding: 0.5rem 0.25rem;
  font-size: 1rem;
}

.autoformat dd {
  margin-left: 0;
}

.autoformat dd:nth-of-type(2n),
.autoformat dt:nth-of-type(2n) {
  background-color: #f6f6f6;
}

.autoformat a:not(.btn) {
  color: #0262ac;
}

@media only screen and (min-width: 640px) {
  .autoformat {
    padding: 1rem;
  }

  .autoformat dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }

  .autoformat iframe {
    min-height: 50vh;
  }
}

@media only screen and (min-width: 768px) {
  .autoformat {
    padding: 2rem;
  }
}

@keyframes rotatingAndTransform {
  0% {
    transform: rotate(0) translate(-50%, -50%);
    transform-origin: top left;
  }

  to {
    transform: rotate(-1turn) translate(-50%, -50%);
    transform-origin: top left;
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(-1turn);
  }
}

.animation--rotate {
  animation: rotating 1s infinite;
}

.bg--white {
  background-color: #fff;
}

.bg--white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.fill--white {
  fill: #fff;
}

.text--white {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.hover\:text--white:hover {
  color: #fff !important;
}

.hover\:bg--white:hover {
  background-color: #fff;
}

.border--white,
.hover\:border--white:hover {
  border-color: #fff;
}

.bg--black {
  background-color: #000;
}

.bg--black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.fill--black {
  fill: #000;
}

.text--black {
  color: #000 !important;
}

.hover\:text--black:hover {
  color: #000;
}

.hover\:bg--black:hover {
  background-color: #000;
}

.border--black,
.hover\:border--black:hover {
  border-color: #000;
}

.bg--gray-lighter {
  background-color: #f6f6f6;
}

.bg--gray-lighter-80 {
  background-color: hsla(0, 0%, 96.5%, 0.8);
}

.fill--gray-lighter {
  fill: #f6f6f6;
}

.text--gray-lighter {
  color: #f6f6f6 !important;
}

.hover\:text--gray-lighter:hover {
  color: #f6f6f6;
}

.hover\:bg--gray-lighter:hover {
  background-color: #f6f6f6;
}

.border--gray-lighter,
.hover\:border--gray-lighter:hover {
  border-color: #f6f6f6;
}

.bg--gray-light {
  background-color: #b0b0b0;
}

.bg--gray-light-80 {
  background-color: hsla(0, 0%, 69%, 0.8);
}

.fill--gray-light {
  fill: #b0b0b0;
}

.text--gray-light {
  color: #b0b0b0 !important;
}

.hover\:text--gray-light:hover {
  color: #b0b0b0;
}

.hover\:bg--gray-light:hover {
  background-color: #b0b0b0;
}

.border--gray-light,
.hover\:border--gray-light:hover {
  border-color: #b0b0b0;
}

.bg--gray {
  background-color: #909090;
}

.bg--gray-80 {
  background-color: hsla(0, 0%, 56.5%, 0.8);
}

.fill--gray {
  fill: #909090;
}

.text--gray {
  /* color: #909090 !important;
  */
  color: #888888 !important;
  font-weight: 600;
  font-size: 14px !important;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.hover\:text--gray:hover {
  color: #909090;
}

.hover\:bg--gray:hover {
  background-color: #909090;
}

.border--gray,
.hover\:border--gray:hover {
  border-color: #909090;
}

.bg--gray-dark {
  background-color: #444;
}

.bg--gray-dark-80 {
  background-color: rgba(68, 68, 68, 0.8);
}

.fill--gray-dark {
  fill: #444;
}

.text--gray-dark {
  color: #444 !important;
}

.hover\:text--gray-dark:hover {
  color: #444;
}

.hover\:bg--gray-dark:hover {
  background-color: #444;
  transition: all 0.3s ease-in-out;
}

.border--gray-dark,
.hover\:border--gray-dark:hover {
  border-color: #444;
}

.bg--gray-darker {
  background-color: #101010;
}

.bg--gray-darker-80 {
  background-color: rgba(16, 16, 16, 0.8);
}

.fill--gray-darker {
  fill: #101010;
}

.text--gray-darker {
  color: #101010 !important;
}

.hover\:text--gray-darker:hover {
  color: #101010;
}

.hover\:bg--gray-darker:hover {
  background-color: #101010;
}

.border--gray-darker,
.hover\:border--gray-darker:hover {
  border-color: #101010;
}

.bg--blue {
  background-color: #0262ac;
}

.bg--blue-80 {
  background-color: rgba(2, 98, 172, 0.8);
}

.fill--blue {
  fill: #0262ac;
}

.text--blue {
  color: #0262ac !important;
}

.hover\:text--blue:hover {
  color: #0262ac;
}

.hover\:bg--blue:hover {
  background-color: #0262ac;
}

.border--blue,
.hover\:border--blue:hover {
  border-color: #0262ac;
}

.bg--blue-dark {
  background-color: #014579;
}

.bg--blue-dark-80 {
  background-color: rgba(1, 69, 121, 0.8);
}

.fill--blue-dark {
  fill: #014579;
}

.text--blue-dark {
  color: #014579 !important;
}

.hover\:text--blue-dark:hover {
  color: #014579;
}

.hover\:bg--blue-dark:hover {
  background-color: #014579;
}

.border--blue-dark,
.hover\:border--blue-dark:hover {
  border-color: #014579;
}

.bg--red {
  background-color: #db0f15;
}

.bg--red-80 {
  background-color: rgba(219, 15, 21, 0.8);
}

.fill--red {
  fill: #db0f15;
}

.text--red {
  color: #db0f15 !important;
}

.hover\:text--red:hover {
  color: #db0f15;
}

.hover\:bg--red:hover {
  background-color: #db0f15;
}

.border--red,
.hover\:border--red:hover {
  border-color: #db0f15;
}

.bg--red-dark {
  background-color: #ac0c11;
}

.bg--red-dark-80 {
  background-color: rgba(172, 12, 17, 0.8);
}

.fill--red-dark {
  fill: #ac0c11;
}

.text--red-dark {
  color: #ac0c11 !important;
}

.hover\:text--red-dark:hover {
  color: #ac0c11;
}

.hover\:bg--red-dark:hover {
  background-color: #ac0c11;
}

.border--red-dark,
.hover\:border--red-dark:hover {
  border-color: #ac0c11;
}

.bg--green {
  background-color: #0075CF;
}

.bg--green-80 {
  background-color: #0075CF;
}

.fill--green {
  fill: #0075CF;
}

.text--green {
  color: #0075CF !important;
}

.hover\:text--green:hover {
  color: #0075CF;
}

.hover\:bg--green:hover {
  background-color: #0075CF;
}

.border--green,
.hover\:border--green:hover {
  border-color: #0075CF;
}

.bg--green-dark {
  background-color: #0075CF;
}

.bg--green-dark-80 {
  background-color: rgba(75, 127, 82, 0.8);
}

.fill--green-dark {
  fill: #0075CF;
}

.text--green-dark {
  /* color: #4b7f52 !important; */
  color: #444 !important;
}

.hover\:text--green-dark:hover {
  color: #0075CF;
}

.hover\:bg--green-dark:hover {
  background-color: #0075CF;
}

.border--green-dark,
.hover\:border--green-dark:hover {
  border-color: #0075CF;
}

.bg--yellow {
  background-color: #efea5a;
}

.bg--yellow-80 {
  background-color: rgba(239, 234, 90, 0.8);
}

.fill--yellow {
  fill: #efea5a;
}

.text--yellow {
  color: #efea5a !important;
}

.hover\:text--yellow:hover {
  color: #efea5a;
}

.hover\:bg--yellow:hover {
  background-color: #efea5a;
}

.border--yellow,
.hover\:border--yellow:hover {
  border-color: #efea5a;
}

.bg--yellow-dark {
  background-color: #edae49;
}

.bg--yellow-dark-80 {
  background-color: rgba(237, 174, 73, 0.8);
}

.fill--yellow-dark {
  fill: #edae49;
}

.text--yellow-dark {
  color: #edae49 !important;
}

.hover\:text--yellow-dark:hover {
  color: #edae49;
}

.hover\:bg--yellow-dark:hover {
  background-color: #edae49;
}

.border--yellow-dark,
.hover\:border--yellow-dark:hover {
  border-color: #edae49;
}

.border--transparent {
  border-color: transparent;
}

.border--none {
  border-width: 0;
}

.border {
  border-width: 1px;
}

.border--2 {
  border-width: 2px;
}

.border--3 {
  border-width: 3px;
}

.border--4 {
  border-width: 4px;
}

.border--8 {
  border-width: 8px;
}

.border--b {
  border-bottom-width: 1px;
}

.border--t {
  border-top-width: 1px;
}

.border--l {
  border-left-width: 1px;
}

.border--r {
  border-right-width: 1px;
}

.border--b--2 {
  border-bottom-width: 2px;
}

.border--t--2 {
  border-top-width: 2px;
}

.border--l--2 {
  border-left-width: 2px;
}

.border--r--2 {
  border-right-width: 2px;
}

.border--b--3 {
  border-bottom-width: 3px;
}

.border--t--3 {
  border-top-width: 3px;
}

.border--l--3 {
  border-left-width: 3px;
}

.border--r--3 {
  border-right-width: 3px;
}

.border--b--4 {
  border-bottom-width: 4px;
}

.border--t--4 {
  border-top-width: 4px;
}

.border--l--4 {
  border-left-width: 4px;
}

.border--r--4 {
  border-right-width: 4px;
}

.border--b--8 {
  border-bottom-width: 8px;
}

.border--t--8 {
  border-top-width: 8px;
}

.border--l--8 {
  border-left-width: 8px;
}

.border--r--8 {
  border-right-width: 8px;
}

.border--dashed {
  border-style: dashed;
}

.w--xs {
  width: 30rem;
}

.max-w--xs {
  max-width: 30rem;
}

.w--sm {
  width: 40rem;
}

.max-w--sm {
  max-width: 40rem;
}

.w--md {
  width: 48rem;
}

.max-w--md {
  max-width: 48rem;
}

.w--lg {
  width: 64rem;
}

.max-w--lg {
  max-width: 64rem;
}

.w--xl {
  width: 80rem;
}

.max-w--xl {
  max-width: 80rem;
}

.w--xxl {
  width: 112rem;
}

.max-w--xxl {
  max-width: 112rem;
}

.w--0 {
  width: 0;
}

.h--0 {
  height: 0;
}

.max-w--0 {
  max-width: 0;
}

.max-h--0 {
  max-height: 0;
}

.min-w--0 {
  min-width: 0;
}

.min-h--0 {
  min-height: 0;
}

.p--0 {
  padding: 0;
}

.px--0 {
  padding-left: 0;
  padding-right: 0;
}

.py--0 {
  padding-bottom: 0;
}

.pt--0,
.py--0 {
  padding-top: 0;
}

.pb--0 {
  padding-bottom: 0;
}

.pl--0 {
  padding-left: 0;
}

.pr--0 {
  padding-right: 0;
}

.m--0 {
  margin: 0 !important;
}

.mx--0 {
  margin-left: 0;
  margin-right: 0;
}

.my--0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0;
}

.ml--0 {
  margin-left: 0;
}

.-mx--0,
.mr--0 {
  margin-right: 0;
}

.-mx--0 {
  margin-left: 0;
}

.-mt--0 {
  margin-top: 0;
}

.-mb--0 {
  margin-bottom: 0;
}

.-ml--0 {
  margin-left: 0;
}

.-mr--0 {
  margin-right: 0;
}

.text--0 {
  font-size: 0;
}

.w--1 {
  width: 0.25rem;
}

.h--1 {
  height: 0.25rem;
}

.max-w--1 {
  max-width: 0.25rem;
}

.max-h--1 {
  max-height: 0.25rem;
}

.min-w--1 {
  min-width: 0.25rem;
}

.min-h--1 {
  min-height: 0.25rem;
}

.p--1 {
  padding: 0.25rem;
}

.px--1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py--1 {
  padding-bottom: 0.25rem;
}

.pt--1,
.py--1 {
  padding-top: 0.25rem;
}

.pb--1 {
  padding-bottom: 0.25rem;
}

.pl--1 {
  padding-left: 0.25rem;
}

.pr--1 {
  padding-right: 0.25rem;
}

.m--1 {
  margin: 0.25rem !important;
}

.mx--1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my--1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mt--1 {
  margin-top: 0.25rem !important;
}

.mb--1 {
  margin-bottom: 0.25rem;
}

.ml--1 {
  margin-left: 0.25rem;
}

.mr--1 {
  margin-right: 0.25rem;
}

.-mx--1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mt--1 {
  margin-top: -0.25rem;
}

.-mb--1 {
  margin-bottom: -0.25rem;
}

.-ml--1 {
  margin-left: -0.25rem;
}

.-mr--1 {
  margin-right: -0.25rem;
}

.text--1 {
  font-size: 0.25rem;
}

.w--2 {
  width: 0.5rem;
}

.h--2 {
  height: 0.5rem;
}

.max-w--2 {
  max-width: 0.5rem;
}

.max-h--2 {
  max-height: 0.5rem;
}

.min-w--2 {
  min-width: 0.5rem;
}

.min-h--2 {
  min-height: 0.5rem;
}

.p--2 {
  padding: 0.5rem;
}

.px--2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py--2 {
  padding-bottom: 0.5rem;
}

.pt--2,
.py--2 {
  padding-top: 0.5rem;
}

.pb--2 {
  padding-bottom: 0.5rem;
}

.pl--2 {
  padding-left: 0.5rem;
}

.pr--2 {
  padding-right: 0.5rem;
}

.m--2 {
  margin: 0.5rem !important;
}

.mx--2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my--2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt--2 {
  margin-top: 0.5rem !important;
}

.mb--2 {
  margin-bottom: 0.5rem;
}

.ml--2 {
  margin-left: 0.5rem;
}

.mr--2 {
  margin-right: 0.5rem;
}

.-mx--2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mt--2 {
  margin-top: -0.5rem;
}

.-mb--2 {
  margin-bottom: -0.5rem;
}

.-ml--2 {
  margin-left: -0.5rem;
}

.-mr--2 {
  margin-right: -0.5rem;
}

.text--2 {
  font-size: 0.5rem;
}

.w--3 {
  width: 0.75rem;
}

.h--3 {
  height: 0.75rem;
}

.max-w--3 {
  max-width: 0.75rem;
}

.max-h--3 {
  max-height: 0.75rem;
}

.min-w--3 {
  min-width: 0.75rem;
}

.min-h--3 {
  min-height: 0.75rem;
}

.p--3 {
  padding: 0.75rem;
}

.px--3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py--3 {
  padding-bottom: 0.75rem;
}

.pt--3,
.py--3 {
  padding-top: 0.75rem;
}

.pb--3 {
  padding-bottom: 0.75rem;
}

.pl--3 {
  padding-left: 0.75rem;
}

.pr--3 {
  padding-right: 0.75rem;
}

.m--3 {
  margin: 0.75rem !important;
}

.mx--3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my--3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt--3 {
  margin-top: 0.75rem !important;
}

.mb--3 {
  margin-bottom: 0.75rem;
}

.ml--3 {
  margin-left: 0.75rem;
}

.mr--3 {
  margin-right: 0.75rem;
}

.-mx--3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mt--3 {
  margin-top: -0.75rem;
}

.-mb--3 {
  margin-bottom: -0.75rem;
}

.-ml--3 {
  margin-left: -0.75rem;
}

.-mr--3 {
  margin-right: -0.75rem;
}

.text--3 {
  font-size: 0.75rem;
}

.w--4 {
  width: 1rem;
}

.h--4 {
  height: 1rem;
}

.max-w--4 {
  max-width: 1rem;
}

.max-h--4 {
  max-height: 1rem;
}

.min-w--4 {
  min-width: 1rem;
}

.min-h--4 {
  min-height: 1rem;
}

.p--4 {
  padding: 1rem;
}

.px--4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py--4 {
  padding-bottom: 1rem;
}

.pt--4,
.py--4 {
  padding-top: 1rem;
}

.pb--4 {
  padding-bottom: 1rem;
}

.pl--4 {
  padding-left: 1rem;
}

.pr--4 {
  padding-right: 1rem;
}

.m--4 {
  margin: 1rem !important;
}

.mx--4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my--4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt--4 {
  margin-top: 1rem !important;
}

.mb--4 {
  margin-bottom: 1rem;
}

.ml--4 {
  margin-left: 1rem;
}

.mr--4 {
  margin-right: 1rem;
}

.-mx--4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mt--4 {
  margin-top: -1rem;
}

.-mb--4 {
  margin-bottom: -1rem;
}

.-ml--4 {
  margin-left: -1rem;
}

.-mr--4 {
  margin-right: -1rem;
}

.text--4 {
  font-size: 1rem;
}

.w--5 {
  width: 1.25rem;
}

.h--5 {
  height: 1.25rem;
}

.max-w--5 {
  max-width: 1.25rem;
}

.max-h--5 {
  max-height: 1.25rem;
}

.min-w--5 {
  min-width: 1.25rem;
}

.min-h--5 {
  min-height: 1.25rem;
}

.p--5 {
  padding: 1.25rem;
}

.px--5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py--5 {
  padding-bottom: 1.25rem;
}

.pt--5,
.py--5 {
  padding-top: 1.25rem;
}

.pb--5 {
  padding-bottom: 1.25rem;
}

.pl--5 {
  padding-left: 1.25rem;
}

.pr--5 {
  padding-right: 1.25rem;
}

.m--5 {
  margin: 1.25rem !important;
}

.mx--5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my--5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt--5 {
  margin-top: 1.25rem !important;
}

.mb--5 {
  margin-bottom: 1.25rem;
}

.ml--5 {
  margin-left: 1.25rem;
}

.mr--5 {
  margin-right: 1.25rem;
}

.-mx--5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mt--5 {
  margin-top: -1.25rem;
}

.-mb--5 {
  margin-bottom: -1.25rem;
}

.-ml--5 {
  margin-left: -1.25rem;
}

.-mr--5 {
  margin-right: -1.25rem;
}

.text--5 {
  font-size: 1.25rem;
}

.w--6 {
  width: 1.5rem;
}

.h--6 {
  height: 1.5rem;
}

.max-w--6 {
  max-width: 1.5rem;
}

.max-h--6 {
  max-height: 1.5rem;
}

.min-w--6 {
  min-width: 1.5rem;
}

.min-h--6 {
  min-height: 1.5rem;
}

.p--6 {
  padding: 1.5rem;
}

.px--6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py--6 {
  padding-bottom: 1.5rem;
}

.pt--6,
.py--6 {
  padding-top: 1.5rem;
}

.pb--6 {
  padding-bottom: 1.5rem;
}

.pl--6 {
  padding-left: 1.5rem;
}

.pr--6 {
  padding-right: 1.5rem;
}

.m--6 {
  margin: 1.5rem !important;
}

.mx--6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my--6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt--6 {
  margin-top: 1.5rem !important;
}

.mb--6 {
  margin-bottom: 1.5rem;
}

.ml--6 {
  margin-left: 1.5rem;
}

.mr--6 {
  margin-right: 1.5rem;
}

.-mx--6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mt--6 {
  margin-top: -1.5rem;
}

.-mb--6 {
  margin-bottom: -1.5rem;
}

.-ml--6 {
  margin-left: -1.5rem;
}

.-mr--6 {
  margin-right: -1.5rem;
}

.text--6 {
  font-size: 1.5rem;
}

.w--7 {
  width: 1.75rem;
}

.h--7 {
  height: 1.75rem;
}

.max-w--7 {
  max-width: 1.75rem;
}

.max-h--7 {
  max-height: 1.75rem;
}

.min-w--7 {
  min-width: 1.75rem;
}

.min-h--7 {
  min-height: 1.75rem;
}

.p--7 {
  padding: 1.75rem;
}

.px--7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py--7 {
  padding-bottom: 1.75rem;
}

.pt--7,
.py--7 {
  padding-top: 1.75rem;
}

.pb--7 {
  padding-bottom: 1.75rem;
}

.pl--7 {
  padding-left: 1.75rem;
}

.pr--7 {
  padding-right: 1.75rem;
}

.m--7 {
  margin: 1.75rem !important;
}

.mx--7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my--7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mt--7 {
  margin-top: 1.75rem !important;
}

.mb--7 {
  margin-bottom: 1.75rem;
}

.ml--7 {
  margin-left: 1.75rem;
}

.mr--7 {
  margin-right: 1.75rem;
}

.-mx--7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mt--7 {
  margin-top: -1.75rem;
}

.-mb--7 {
  margin-bottom: -1.75rem;
}

.-ml--7 {
  margin-left: -1.75rem;
}

.-mr--7 {
  margin-right: -1.75rem;
}

.text--7 {
  font-size: 1.75rem;
}

.w--8 {
  width: 2rem;
}

.h--8 {
  height: 2rem;
}

.max-w--8 {
  max-width: 2rem;
}

.max-h--8 {
  max-height: 2rem;
}

.min-w--8 {
  min-width: 2rem;
}

.min-h--8 {
  min-height: 2rem;
}

.p--8 {
  padding: 2rem;
}

.px--8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py--8 {
  padding-bottom: 2rem;
}

.pt--8,
.py--8 {
  padding-top: 2rem;
}

.pb--8 {
  padding-bottom: 2rem;
}

.pl--8 {
  padding-left: 2rem;
}

.pr--8 {
  padding-right: 2rem;
}

.m--8 {
  margin: 2rem !important;
}

.mx--8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my--8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt--8 {
  margin-top: 2rem !important;
}

.mb--8 {
  margin-bottom: 2rem;
}

.ml--8 {
  margin-left: 2rem;
}

.mr--8 {
  margin-right: 2rem;
}

.-mx--8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mt--8 {
  margin-top: -2rem;
}

.-mb--8 {
  margin-bottom: -2rem;
}

.-ml--8 {
  margin-left: -2rem;
}

.-mr--8 {
  margin-right: -2rem;
}

.text--8 {
  font-size: 2rem;
}

.w--10 {
  width: 2.5rem;
}

.h--10 {
  height: 2.5rem;
}

.max-w--10 {
  max-width: 2.5rem;
}

.max-h--10 {
  max-height: 2.5rem;
}

.min-w--10 {
  min-width: 2.5rem;
}

.min-h--10 {
  min-height: 2.5rem;
}

.p--10 {
  padding: 2.5rem;
}

.px--10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py--10 {
  padding-bottom: 2.5rem;
}

.pt--10,
.py--10 {
  padding-top: 2.5rem;
}

.pb--10 {
  padding-bottom: 2.5rem;
}

.pl--10 {
  padding-left: 2.5rem;
}

.pr--10 {
  padding-right: 2.5rem;
}

.m--10 {
  margin: 2.5rem !important;
}

.mx--10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my--10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt--10 {
  margin-top: 2.5rem !important;
}

.mb--10 {
  margin-bottom: 2.5rem;
}

.ml--10 {
  margin-left: 2.5rem;
}

.mr--10 {
  margin-right: 2.5rem;
}

.-mx--10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mt--10 {
  margin-top: -2.5rem;
}

.-mb--10 {
  margin-bottom: -2.5rem;
}

.-ml--10 {
  margin-left: -2.5rem;
}

.-mr--10 {
  margin-right: -2.5rem;
}

.text--10 {
  font-size: 2.5rem;
}

.w--12 {
  width: 3rem;
}

.h--12 {
  height: 3rem;
}

.max-w--12 {
  max-width: 3rem;
}

.max-h--12 {
  max-height: 3rem;
}

.min-w--12 {
  min-width: 3rem;
}

.min-h--12 {
  min-height: 3rem;
}

.p--12 {
  padding: 3rem;
}

.px--12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py--12 {
  padding-bottom: 3rem;
}

.pt--12,
.py--12 {
  padding-top: 3rem;
}

.pb--12 {
  padding-bottom: 3rem;
}

.pl--12 {
  padding-left: 3rem;
}

.pr--12 {
  padding-right: 3rem;
}

.m--12 {
  margin: 3rem !important;
}

.mx--12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my--12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt--12 {
  margin-top: 3rem !important;
}

.mb--12 {
  margin-bottom: 3rem;
}

.ml--12 {
  margin-left: 3rem;
}

.mr--12 {
  margin-right: 3rem;
}

.-mx--12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mt--12 {
  margin-top: -3rem;
}

.-mb--12 {
  margin-bottom: -3rem;
}

.-ml--12 {
  margin-left: -3rem;
}

.-mr--12 {
  margin-right: -3rem;
}

.text--12 {
  font-size: 3rem;
}

.w--16 {
  width: 4rem;
}

.h--16 {
  height: 4rem;
}

.max-w--16 {
  max-width: 4rem;
}

.max-h--16 {
  max-height: 4rem;
}

.min-w--16 {
  min-width: 4rem;
}

.min-h--16 {
  min-height: 4rem;
}

.p--16 {
  padding: 4rem;
}

.px--16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py--16 {
  padding-bottom: 4rem;
}

.pt--16,
.py--16 {
  padding-top: 4rem;
}

.pb--16 {
  padding-bottom: 4rem;
}

.pl--16 {
  padding-left: 4rem;
}

.pr--16 {
  padding-right: 4rem;
}

.m--16 {
  margin: 4rem !important;
}

.mx--16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my--16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt--16 {
  margin-top: 4rem !important;
}

.mb--16 {
  margin-bottom: 4rem;
}

.ml--16 {
  margin-left: 4rem;
}

.mr--16 {
  margin-right: 4rem;
}

.-mx--16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mt--16 {
  margin-top: -4rem;
}

.-mb--16 {
  margin-bottom: -4rem;
}

.-ml--16 {
  margin-left: -4rem;
}

.-mr--16 {
  margin-right: -4rem;
}

.text--16 {
  font-size: 4rem;
}

.w--20 {
  width: 5rem;
}

.h--20 {
  height: 5rem;
}

.max-w--20 {
  max-width: 5rem;
}

.max-h--20 {
  max-height: 5rem;
}

.min-w--20 {
  min-width: 5rem;
}

.min-h--20 {
  min-height: 5rem;
}

.p--20 {
  padding: 5rem;
}

.px--20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py--20 {
  padding-bottom: 5rem;
}

.pt--20,
.py--20 {
  padding-top: 5rem;
}

.pb--20 {
  padding-bottom: 5rem;
}

.pl--20 {
  padding-left: 5rem;
}

.pr--20 {
  padding-right: 5rem;
}

.m--20 {
  margin: 5rem !important;
}

.mx--20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my--20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt--20 {
  margin-top: 5rem !important;
}

.mb--20 {
  margin-bottom: 5rem;
}

.ml--20 {
  margin-left: 5rem;
}

.mr--20 {
  margin-right: 5rem;
}

.-mx--20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mt--20 {
  margin-top: -5rem;
}

.-mb--20 {
  margin-bottom: -5rem;
}

.-ml--20 {
  margin-left: -5rem;
}

.-mr--20 {
  margin-right: -5rem;
}

.text--20 {
  font-size: 5rem;
}

.w--24 {
  width: 6rem;
}

.h--24 {
  height: 6rem;
}

.max-w--24 {
  max-width: 6rem;
}

.max-h--24 {
  max-height: 6rem;
}

.min-w--24 {
  min-width: 6rem;
}

.min-h--24 {
  min-height: 6rem;
}

.p--24 {
  padding: 6rem;
}

.px--24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py--24 {
  padding-bottom: 6rem;
}

.pt--24,
.py--24 {
  padding-top: 6rem;
}

.pb--24 {
  padding-bottom: 6rem;
}

.pl--24 {
  padding-left: 6rem;
}

.pr--24 {
  padding-right: 6rem;
}

.m--24 {
  margin: 6rem !important;
}

.mx--24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my--24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt--24 {
  margin-top: 6rem !important;
}

.mb--24 {
  margin-bottom: 6rem;
}

.ml--24 {
  margin-left: 6rem;
}

.mr--24 {
  margin-right: 6rem;
}

.-mx--24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mt--24 {
  margin-top: -6rem;
}

.-mb--24 {
  margin-bottom: -6rem;
}

.-ml--24 {
  margin-left: -6rem;
}

.-mr--24 {
  margin-right: -6rem;
}

.text--24 {
  font-size: 6rem;
}

.w--32 {
  width: 8rem;
}

.h--32 {
  height: 8rem;
}

.max-w--32 {
  max-width: 8rem;
}

.max-h--32 {
  max-height: 8rem;
}

.min-w--32 {
  min-width: 8rem;
}

.min-h--32 {
  min-height: 8rem;
}

.p--32 {
  padding: 8rem;
}

.px--32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py--32 {
  padding-bottom: 8rem;
}

.pt--32,
.py--32 {
  padding-top: 8rem;
}

.pb--32 {
  padding-bottom: 8rem;
}

.pl--32 {
  padding-left: 8rem;
}

.pr--32 {
  padding-right: 8rem;
}

.m--32 {
  margin: 8rem !important;
}

.mx--32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my--32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mt--32 {
  margin-top: 8rem !important;
}

.mb--32 {
  margin-bottom: 8rem;
}

.ml--32 {
  margin-left: 8rem;
}

.mr--32 {
  margin-right: 8rem;
}

.-mx--32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mt--32 {
  margin-top: -8rem;
}

.-mb--32 {
  margin-bottom: -8rem;
}

.-ml--32 {
  margin-left: -8rem;
}

.-mr--32 {
  margin-right: -8rem;
}

.text--32 {
  font-size: 8rem;
}

.w--36 {
  width: 9rem;
}

.h--36 {
  height: 9rem;
}

.max-w--36 {
  max-width: 9rem;
}

.max-h--36 {
  max-height: 9rem;
}

.min-w--36 {
  min-width: 9rem;
}

.min-h--36 {
  min-height: 9rem;
}

.p--36 {
  padding: 9rem;
}

.px--36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py--36 {
  padding-bottom: 9rem;
}

.pt--36,
.py--36 {
  padding-top: 9rem;
}

.pb--36 {
  padding-bottom: 9rem;
}

.pl--36 {
  padding-left: 9rem;
}

.pr--36 {
  padding-right: 9rem;
}

.m--36 {
  margin: 9rem !important;
}

.mx--36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my--36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mt--36 {
  margin-top: 9rem !important;
}

.mb--36 {
  margin-bottom: 9rem;
}

.ml--36 {
  margin-left: 9rem;
}

.mr--36 {
  margin-right: 9rem;
}

.-mx--36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mt--36 {
  margin-top: -9rem;
}

.-mb--36 {
  margin-bottom: -9rem;
}

.-ml--36 {
  margin-left: -9rem;
}

.-mr--36 {
  margin-right: -9rem;
}

.text--36 {
  font-size: 9rem;
}

.w--48 {
  width: 12rem;
}

.h--48 {
  height: 12rem;
}

.max-w--48 {
  max-width: 12rem;
}

.max-h--48 {
  max-height: 12rem;
}

.min-w--48 {
  min-width: 12rem;
}

.min-h--48 {
  min-height: 12rem;
}

.p--48 {
  padding: 12rem;
}

.px--48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py--48 {
  padding-bottom: 12rem;
}

.pt--48,
.py--48 {
  padding-top: 12rem;
}

.pb--48 {
  padding-bottom: 12rem;
}

.pl--48 {
  padding-left: 12rem;
}

.pr--48 {
  padding-right: 12rem;
}

.m--48 {
  margin: 12rem !important;
}

.mx--48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my--48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mt--48 {
  margin-top: 12rem !important;
}

.mb--48 {
  margin-bottom: 12rem;
}

.ml--48 {
  margin-left: 12rem;
}

.mr--48 {
  margin-right: 12rem;
}

.-mx--48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mt--48 {
  margin-top: -12rem;
}

.-mb--48 {
  margin-bottom: -12rem;
}

.-ml--48 {
  margin-left: -12rem;
}

.-mr--48 {
  margin-right: -12rem;
}

.text--48 {
  font-size: 12rem;
}

.w--64 {
  width: 16rem;
}

.h--64 {
  height: 16rem;
}

.max-w--64 {
  max-width: 16rem;
}

.max-h--64 {
  max-height: 16rem;
}

.min-w--64 {
  min-width: 16rem;
}

.min-h--64 {
  min-height: 16rem;
}

.p--64 {
  padding: 16rem;
}

.px--64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py--64 {
  padding-bottom: 16rem;
}

.pt--64,
.py--64 {
  padding-top: 16rem;
}

.pb--64 {
  padding-bottom: 16rem;
}

.pl--64 {
  padding-left: 16rem;
}

.pr--64 {
  padding-right: 16rem;
}

.m--64 {
  margin: 16rem !important;
}

.mx--64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my--64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mt--64 {
  margin-top: 16rem !important;
}

.mb--64 {
  margin-bottom: 16rem;
}

.ml--64 {
  margin-left: 16rem;
}

.mr--64 {
  margin-right: 16rem;
}

.-mx--64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mt--64 {
  margin-top: -16rem;
}

.-mb--64 {
  margin-bottom: -16rem;
}

.-ml--64 {
  margin-left: -16rem;
}

.-mr--64 {
  margin-right: -16rem;
}

.text--64 {
  font-size: 16rem;
}

.w--72 {
  width: 18rem;
}

.h--72 {
  height: 18rem;
}

.max-w--72 {
  max-width: 18rem;
}

.max-h--72 {
  max-height: 18rem;
}

.min-w--72 {
  min-width: 18rem;
}

.min-h--72 {
  min-height: 18rem;
}

.p--72 {
  padding: 18rem;
}

.px--72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py--72 {
  padding-bottom: 18rem;
}

.pt--72,
.py--72 {
  padding-top: 18rem;
}

.pb--72 {
  padding-bottom: 18rem;
}

.pl--72 {
  padding-left: 18rem;
}

.pr--72 {
  padding-right: 18rem;
}

.m--72 {
  margin: 18rem !important;
}

.mx--72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my--72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mt--72 {
  margin-top: 18rem !important;
}

.mb--72 {
  margin-bottom: 18rem;
}

.ml--72 {
  margin-left: 18rem;
}

.mr--72 {
  margin-right: 18rem;
}

.-mx--72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mt--72 {
  margin-top: -18rem;
}

.-mb--72 {
  margin-bottom: -18rem;
}

.-ml--72 {
  margin-left: -18rem;
}

.-mr--72 {
  margin-right: -18rem;
}

.text--72 {
  font-size: 18rem;
}

.w--80 {
  width: 20rem;
}

.h--80 {
  height: 20rem;
}

.max-w--80 {
  max-width: 20rem;
}

.max-h--80 {
  max-height: 20rem;
}

.min-w--80 {
  min-width: 20rem;
}

.min-h--80 {
  min-height: 20rem;
}

.p--80 {
  padding: 20rem;
}

.px--80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py--80 {
  padding-bottom: 20rem;
}

.pt--80,
.py--80 {
  padding-top: 20rem;
}

.pb--80 {
  padding-bottom: 20rem;
}

.pl--80 {
  padding-left: 20rem;
}

.pr--80 {
  padding-right: 20rem;
}

.m--80 {
  margin: 20rem !important;
}

.mx--80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my--80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mt--80 {
  margin-top: 20rem !important;
}

.mb--80 {
  margin-bottom: 20rem;
}

.ml--80 {
  margin-left: 20rem;
}

.mr--80 {
  margin-right: 20rem;
}

.-mx--80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mt--80 {
  margin-top: -20rem;
}

.-mb--80 {
  margin-bottom: -20rem;
}

.-ml--80 {
  margin-left: -20rem;
}

.-mr--80 {
  margin-right: -20rem;
}

.text--80 {
  font-size: 20rem;
}

.w--96 {
  width: 24rem;
}

.h--96 {
  height: 24rem;
}

.max-w--96 {
  max-width: 22rem;
}

.max-h--96 {
  max-height: 24rem;
}

.min-w--96 {
  min-width: 24rem;
}

.min-h--96 {
  min-height: 24rem;
}

.p--96 {
  padding: 24rem;
}

.px--96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py--96 {
  padding-bottom: 24rem;
}

.pt--96,
.py--96 {
  padding-top: 24rem;
}

.pb--96 {
  padding-bottom: 24rem;
}

.pl--96 {
  padding-left: 24rem;
}

.pr--96 {
  padding-right: 24rem;
}

.m--96 {
  margin: 24rem !important;
}

.mx--96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my--96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mt--96 {
  margin-top: 24rem !important;
}

.mb--96 {
  margin-bottom: 24rem;
}

.ml--96 {
  margin-left: 24rem;
}

.mr--96 {
  margin-right: 24rem;
}

.-mx--96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mt--96 {
  margin-top: -24rem;
}

.-mb--96 {
  margin-bottom: -24rem;
}

.-ml--96 {
  margin-left: -24rem;
}

.-mr--96 {
  margin-right: -24rem;
}

.text--96 {
  font-size: 24rem;
}

.w--112 {
  width: 28rem;
}

.h--112 {
  height: 28rem;
}

.max-w--112 {
  max-width: 28rem;
}

.max-h--112 {
  max-height: 28rem;
}

.min-w--112 {
  min-width: 28rem;
}

.min-h--112 {
  min-height: 28rem;
}

.p--112 {
  padding: 28rem;
}

.px--112 {
  padding-left: 28rem;
  padding-right: 28rem;
}

.py--112 {
  padding-bottom: 28rem;
}

.pt--112,
.py--112 {
  padding-top: 28rem;
}

.pb--112 {
  padding-bottom: 28rem;
}

.pl--112 {
  padding-left: 28rem;
}

.pr--112 {
  padding-right: 28rem;
}

.m--112 {
  margin: 28rem !important;
}

.mx--112 {
  margin-left: 28rem;
  margin-right: 28rem;
}

.my--112 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.mt--112 {
  margin-top: 28rem !important;
}

.mb--112 {
  margin-bottom: 28rem;
}

.ml--112 {
  margin-left: 28rem;
}

.mr--112 {
  margin-right: 28rem;
}

.-mx--112 {
  margin-left: -28rem;
  margin-right: -28rem;
}

.-mt--112 {
  margin-top: -28rem;
}

.-mb--112 {
  margin-bottom: -28rem;
}

.-ml--112 {
  margin-left: -28rem;
}

.-mr--112 {
  margin-right: -28rem;
}

.text--112 {
  font-size: 28rem;
}

.min-w--1\/2 {
  min-width: 50%;
}

.text--monster {
  font-size: 20rem;
}

.text--dropdown {
  font-size: 0.95rem;
}

.p--0 {
  padding: 0 !important;
}

.w--full {
  width: 100%;
}

.h--full {
  height: 100%;
}

.w--auto {
  width: auto;
}

.h--auto {
  height: auto;
}

.w--1\/2 {
  width: 50%;
}

.w--1\/3 {
  width: 33.333%;
}

.w--1\/4 {
  width: 25%;
}

@media only screen and (min-width: 768px) {
  .md\:h--10 {
    height: 2.5rem;
  }

  .md\:h--16 {
    height: 4rem;
  }

  .md\:w--1\/2 {
    width: 50%;
  }

  .md\:w--1\/3 {
    width: 33.333%;
  }

  .md\:w--1\/4 {
    width: 25%;
  }

  .md\:hidden {
    display: none;
  }

  .md\:pl--4 {
    padding-left: 1rem;
  }

  .md\:pr--2 {
    padding-right: 0.5rem;
  }

  .md\:pr--4 {
    padding-right: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex--wrap {
    flex-wrap: wrap;
  }

  .md\:flex--1 {
    flex: 1 1 0%;
  }
}

@media only screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:order--1 {
    order: 1;
  }

  .lg\:order--2 {
    order: 2;
  }

  .lg\:order--3 {
    order: 3;
  }

  .lg\:order--4 {
    order: 4;
  }

  .lg\:flex--1 {
    flex: 1 1 0%;
  }

  .lg\:w--auto {
    width: auto;
  }

  .lg\:flex--auto {
    flex: 0 1 auto;
  }
}

.m--auto {
  margin: auto;
}

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

.my--auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml--auto {
  margin-left: auto !important;
}

.text--xs {
  font-size: 0.75rem;
}

.text--sm {
  /* font-size: 0.85rem;
  */
  font-size: 1rem !important;
}

.text--md {
  font-size: 1.25rem;
}

.text--lg {
  font-size: 1.5rem;
}

.text--xl {
  font-size: 2rem;
}

.text--xxl {
  font-size: 3rem;
}

.text--inherit {
  font-size: inherit !important;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--bold {
  font-weight: 600;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

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

.text--justify {
  text-align: justify;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex !important;
}

.flex--1 {
  flex: 1 1 0%;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--auto {
  flex: 1 1 auto;
}

.flex--initial {
  flex: 0 1 auto !important;
}

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

.align--center {
  align-items: center;
}

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

.align--stretch {
  align-items: stretch;
}

.justify--start {
  justify-content: flex-start;
}

.justify--center {
  justify-content: center;
}

.justify--end {
  justify-content: flex-end;
}

.justify--between {
  justify-content: space-between;
}

.justify--around {
  justify-content: space-around;
}

.justify--stretch {
  justify-content: stretch;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.leading--tight {
  line-height: 1.1;
}

.leading-loose {
  line-height: 2;
}

.order--1 {
  order: 1;
}

.order--2 {
  order: 2;
}

.order--3 {
  order: 3;
}

.order--4 {
  order: 4;
}

@media only screen and (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:block {
    display: block;
  }

  .sm\:order--1 {
    order: 1;
  }

  .sm\:order--2 {
    order: 2;
  }

  .sm\:order--3 {
    order: 3;
  }

  .sm\:order--4 {
    order: 4;
  }

  .sm\:flex--1 {
    flex: 1 1 0%;
  }

  .sm\:w--auto {
    width: auto;
  }

  /* .sm\:flex--auto {
    flex: 0 1 auto;
  } */
}

@media only screen and (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

  .md\:block {
    display: block;
  }

  .md\:order--1 {
    order: 1;
  }

  .md\:order--2 {
    order: 2;
  }

  .md\:order--3 {
    order: 3;
  }

  .md\:order--4 {
    order: 4;
  }

  .md\:flex--1 {
    flex: 1 1 0%;
  }

  .md\:flex--auto {
    flex: 0 1 auto;
  }

  .md\:min-w--80 {
    min-width: 20rem;
  }
}

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

.text--underline {
  text-decoration: underline;
}

.rounded--none {
  border-radius: 0;
}

.rounded--sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded--md {
  border-radius: 0.375rem;
}

.rounded--lg {
  border-radius: 0.5rem;
}

.rounded--full {
  border-radius: 9999px;
}

.rounded--t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded--r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded--b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded--l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded--t-sm {
  border-top-left-radius: 0.125rem;
}

.rounded--r-sm,
.rounded--t-sm {
  border-top-right-radius: 0.125rem;
}

.rounded--b-sm,
.rounded--r-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded--b-sm,
.rounded--l-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded--l-sm {
  border-top-left-radius: 0.125rem;
}

.rounded--t {
  border-top-left-radius: 0.25rem;
}

.rounded--r,
.rounded--t {
  border-top-right-radius: 0.25rem;
}

.rounded--b,
.rounded--r {
  border-bottom-right-radius: 0.25rem;
}

.rounded--b,
.rounded--l {
  border-bottom-left-radius: 0.25rem;
}

.rounded--l {
  border-top-left-radius: 0.25rem;
}

.rounded--t-md {
  border-top-left-radius: 0.375rem;
}

.rounded--r-md,
.rounded--t-md {
  border-top-right-radius: 0.375rem;
}

.rounded--b-md,
.rounded--r-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded--b-md,
.rounded--l-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded--l-md {
  border-top-left-radius: 0.375rem;
}

.rounded--t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded--r-lg {
  border-top-right-radius: 0.5rem;
}

.rounded--b-lg,
.rounded--r-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded--b-lg,
.rounded--l-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded--l-lg {
  border-top-left-radius: 0.5rem;
}

.rounded--l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded--t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded--r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded--b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded--l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded--tl-none {
  border-top-left-radius: 0;
}

.rounded--tr-none {
  border-top-right-radius: 0 !important;
}

.rounded--br-none {
  border-bottom-right-radius: 0;
}

.rounded--bl-none {
  border-bottom-left-radius: 0;
}

.rounded--tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded--tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded--br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded--bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded--tl {
  border-top-left-radius: 0.25rem;
}

.rounded--tr {
  border-top-right-radius: 0.25rem;
}

.rounded--br {
  border-bottom-right-radius: 0.25rem;
}

.rounded--bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded--tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded--tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded--br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded--bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded--tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded--tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded--br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded--bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded--tl-full {
  border-top-left-radius: 9999px;
}

.rounded--tr-full {
  border-top-right-radius: 9999px;
}

.rounded--br-full {
  border-bottom-right-radius: 9999px;
}

.rounded--bl-full {
  border-bottom-left-radius: 9999px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.z--tooltip {
  z-index: 10;
}

.z--dropdown {
  z-index: 20;
}

.z--add-to-cart {
  z-index: 30;
}

.z--header {
  z-index: 40;
}

.z--searchbar {
  z-index: 50;
}

.z--dropdown-header {
  z-index: 60;
}

.z--megamenu {
  z-index: 70;
}

.z--modal {
  z-index: 80;
}

.inset--0 {
  right: 0;
  left: 0;
}

.inset--0,
.inset-y--0 {
  top: 0;
  bottom: 0;
}

.inset-x--0 {
  right: 0;
  left: 0;
}

.top--0 {
  top: 0;
}

.right--0 {
  right: 0;
}

.right--1 {
  right: 5px;
}

.bottom--0 {
  bottom: 0;
}

.left--0 {
  left: 0;
}

.inset--auto {
  right: auto;
  left: auto;
}

.inset--auto,
.inset-y--auto {
  top: auto;
  bottom: auto;
}

.inset-x--auto {
  left: auto;
  right: auto;
}

.top--auto {
  top: auto;
}

.bottom--auto {
  bottom: auto;
}

.left--auto {
  left: auto;
}

.right--auto {
  right: auto;
}

.top--1\/2 {
  top: 50%;
}

.w-1\/2 {
  width: 50%;
}

.object--contain {
  object-fit: contain;
}

.object--cover {
  object-fit: cover;
}

.object--fill {
  object-fit: fill;
}

.object--none {
  object-fit: none;
}

.object--scale-down {
  object-fit: scale-down;
}

.overflow--hidden {
  overflow: hidden;
}

.overflow--auto {
  overflow: auto;
}

.shadow--xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow--sm {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.hover\:shadow:hover,
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow--md:hover,
.shadow--md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow--lg:hover,
.shadow--lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow--xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow--2xl:hover,
.shadow--2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow--inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow--outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow--none {
  box-shadow: none;
}

.transition--shadow {
  transition: box-shadow 0.5s ease-in-out;
}

.transition--all {
  transition: all 0.5s ease-in-out;
}

.cursor--pointer {
  cursor: pointer;
}

.list--none {
  list-style-type: none;
}

.list--disc {
  list-style-type: disc;
}

.list--decimal {
  list-style-type: decimal;
}

.list--inside {
  list-style-position: inside;
}

.list--outside {
  list-style-position: outside;
}

.-translate-x-full {
  transform: translateX(-100%);
}

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.translate-x-1\/2 {
  transform: translateX(50%);
}

.translate-x-full {
  transform: translateX(100%);
}

.-translate-y-full {
  transform: translateY(-100%);
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.translate-y-1\/2 {
  transform: translateY(50%);
}

.translate-y-full {
  transform: translateY(100%);
}

@media only screen and (min-width: 768px) {
  .md\:translate-x-0 {
    transform: translateX(0);
  }
}

.pointer-events--none {
  pointer-events: none;
}

.pointer-events--auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.opacity--50 {
  opacity: 0.5;
}

.clamp--2 {
  height: 2.924em;
  -webkit-line-clamp: 2;
}

.clamp--2,
.clamp--3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp--3 {
  height: 4.386em;
  -webkit-line-clamp: 3;
}

.clamp--4 {
  overflow: hidden;
  display: -webkit-box;
  height: 5.848em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 768px) {
  .md\:clamp--2 {
    height: 2.924em;
    -webkit-line-clamp: 2;
  }

  .md\:clamp--2,
  .md\:clamp--3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .md\:clamp--3 {
    height: 4.386em;
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-height: 40rem) {
  .h\:sm\:max-h--64 {
    max-height: 16rem;
  }
}

.table {
  width: 100%;
}

@media only screen and (max-width: 29rem) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table td,
  .table th,
  .table tr {
    display: block;
    text-align: center;
  }
}

.modal {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: relative;
  max-width: 40rem;
  padding: 1rem;
  background: #fff;
}

.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  line-height: 1;
  cursor: pointer;
}

.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.zoom img:hover {
  opacity: 0;
}

.youtube__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.js-video {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .js-video:after {
    content: "play_arrow";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Material Icons;
    font-size: 2rem;
    color: #fff;
  }
}

@keyframes blackFriday {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  70% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  80% {
    transform: rotate(0deg);
    opacity: 1;
  }

  86% {
    transform: rotate(5deg);
    opacity: 0;
  }

  87% {
    transform: rotate(2deg);
    opacity: 1;
  }

  85% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }

  95% {
    transform: rotate(-2deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.mm_menus_li.black-friday:not(:hover) {
  background-color: #000;
}

.mm_menus_li.black-friday:not(:hover)>a {
  color: #fff !important;
}

.mm_menus_li.black-friday:not(:hover) i {
  animation: blackFriday 2s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 1023px) {
  .mm_menus_li.black-friday:not(:hover) .mm_bubble_text {
    margin-top: 5px;
  }
}

/* sequra logo */
.logo-left .sequra-logo {
  float: left !important;
  margin-right: 10px !important;
}




/************ NOVO CHECKOUT ***************/
/*  cinzento: #2D2D2D;*/
/*  azul: #0077D3;*/
/*  azul bebe:#6EC1E9*/
/*azul bebe 2:#DDF3FF*/

.cpointer {
  cursor: pointer;
}

.chkout2-hidden {
  display: none;
}

.chkout2-separator {
  border-top: 1px solid #a9a9a996;
}

/* Checkout left container */
.chkout-container-shadow {
  box-shadow: 0px 0px 9px 0px #0000001a;
  border-radius: 5px;
}

/*  Checkout left voucher */
.chkout2-form-container {
  background-color: white;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.chkout-promo--header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
}

.chkout2-promo--header {
  color: #2D2D2D;
  font-weight: bold;
  font-size: 14px;
  justify-self: center;
}

.chkout2-promo--form-content-container {
  display: flex;
  align-items: center;
  height: auto;
  /* Let height adjust based on content */
  /* gap: 10px; */
  /* Adds space between the input and button */
  width: 100%;
  /* Ensure it fits the container */
  height: auto;
}

.chkout2-promo--input {
  border: 1px solid #b8bdbf;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  flex: 1;
  height: 35px;
  box-sizing: border-box;
  font-size: 11px;
}

.chkout-promo--submit-btn {
  background-color: #d81e24;
  height: 35px;
  border: 1px solid #d81e24;
  border-radius: 0 15px 15px 0;
  padding: 7px 30px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}

.chkout2--promo-container {
  display: flex;
  color: #333333;
  align-items: center;
  gap: 2%;
  min-width: 100%;
  padding: 5px 2px;
  background-color: #7EF7CF;
  font-size: 13px;
  padding-left: 5px;
  border-radius: 10px;
  font-weight: bold;
  justify-content: center;

}

.chkout2--promo-container>i {
  font-size: 22px;
}

.chkout2--promo-container>span {
  font-size: 13px;
  font-weight: normal
}

.chkout2--text-price {
  /* color: #1bc583 !important; */
  color: #1c1c1c !important;
  font-weight: bold;
  font-size: 30px;
}

.chkout2--minimal-quant-warning {
  background-color: red;
  color: white;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.chkout2--container-ads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  /* Makes it clear the container is clickable */

}

.chkout2--container-ads-children {
  display: flex;
  flex-direction: column;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  /* Collapsed by default */
  opacity: 0;
  overflow: hidden;
}

.chkout2--container-ads-children.active {
  max-height: 200px;
  /* Adjust this based on content */
  opacity: 1;
}

.chkout2-ads-header {
  font-weight: bold;
  font-size: 14px;
  color: #2D2D2D;
}

.chkout-promo--form {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.chkout-promo--form.active {
  max-height: 150px;
  /* Adjust this based on your content height */
  opacity: 1;
}

.sequra--custom--checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  margin-top: 15px;
  padding: 1em;
  border-radius: 10ox;
  margin-bottom: 15px;
}

.cart-detailed-totals-sq {
  color: black;
  margin-bottom: 6px;
  text-align: start !important;
  margin-left: 10px !important;
}

.small.sequra-educational-popup {
  text-align: start !important;
  margin-left: 10px !important;
}

.sequra--custom--checkout--text {
  margin-left: 14px;
  margin-right: 0px;
  color: #17120f;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
}

.checkout-bottom-bar-mobile {
  display: none;
  /* hidden by default, we show it only on mobile */
}


/* IMTU */
/* @media (max-width: 767px) {
  .checkout-button-desktop {
    display: none !important;
  }

  .checkout-bottom-bar-mobile {
    position: fixed;2147483000 !important
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* ensure it stays above other elements */
/* display: block; */
/* show on mobile */
/* } */

.border--chkout2 {
  border: 1px solid #00000010;
  border-radius: 20px;
}

.checkout-bottom-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 1em;
}

.checkout-total {
  display: flex;
  flex-direction: column;
  /* or row if you prefer inline */
}

.checkout-total-label {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-right: 8px;
}

.checkout-total-price {
  font-size: 24px;
  font-weight: bold;
  color: #f00;
  /* red price, adjust as needed */
}

.checkout-bottom-btn {
  font-size: 16px;
  display: inline-flex;
  /* optional: align icon & text horizontally */
  align-items: center;
  padding: 0.65em 3em;
  background: #db0f15 !important;
  background-color: #db0f15 !important;
}

.checkout-bottom-btn .material-icons {
  margin-right: 6px;
}
}

/* Hide the big buy button on mobile if desired */
@media (max-width: 767px) {
  .text--center .btn.btn--blue.w--full {
    display: none !important;
  }
}



/************* Btn go top *************/

.btn--to-top {
  border-radius: 100%;
  padding: 12px;
  color: white;
  background: #1d5ca3;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  visibility: hidden;
  /* Start as hidden */
  opacity: 0;
  /* Fully transparent */
  transform: translateY(20px);
  /* Start slightly off-screen */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  /* Smooth transitions */
}

.btn--to-top.visible {
  visibility: visible;
  /* Make it visible */
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Slide into place */
}

.btn--to-top:hover {
  background: #0056b3;
  transition: background 0.3s ease;
}

@media screen and (max-width: 600px) {
  .btn--to-top.mobile--variant {
    bottom: 60px !important;
  }
}



/**** Product Quantity ******/
/* Ensure the cell has no background color */
.stock-container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

/* Style for the bullet points */
.stock-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* Colors for each stock status */
.sold-out {
  background-color: red;
}

.available-soon {
  background-color: #eead2d;
  /* Orange */
}

.available {
  background-color: #06C167;
  /* Green */
}

.low-stock {
  background-color: #eead2d;
  /* Orange */
}

/* Hover text styles */
.hover-text {
  opacity: 1;
  /* Default opacity for mobile devices */
  margin-left: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
}

/* Hover text background color matches the bullet */
.sold-out-text {
  background-color: red;
  color: white;
}

.available-soon-text {
  background-color: #eead2d;
  /* Orange */
  color: black;
}

.available-text {
  background-color: #06C167;
  /* Green */
  color: white;
}

.low-stock-text {
  background-color: #eead2d;
  /* Orange */
  color: black;
}


.product--border-custom {
  border-radius: 5px !important;
}


/**** Discount button product  product-discounts.tpl *****/

ul.text--center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 7px !important;
}

ul.text--center>li.current>a {
  margin-left: 4px;
  margin-right: 6px !important;
  box-shadow: none !important;
  background: linear-gradient(0deg, rgba(0, 117, 207, 1) 0%, rgba(2, 166, 225, 1) 100%);
}

ul.text--center li {
  position: relative;
  /* establish a containing block */
}

ul.text--center li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  /* use flex to center text */
  align-items: center;
  /* vertically center */
  justify-content: center;
  /* horizontally center */
  text-align: center;
  text-decoration: none;
  color: inherit;
}

ul.text--center>li>span.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  height: 40px;
  width: 40px;
  padding: 5px 8px;
  margin-right: 3px;
  font-weight: 600;
  cursor: pointer;
}

/* Override for the previous disabled button */
ul.text--center li span.previous.disabled {
  color: black;
}

/* Make the current page have the same gradient background as the hover */
ul.text--center>li.current>span.disabled {
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 117, 207, 1) 0%, rgba(2, 166, 225, 1) 100%);
}

.r--product-info-desktop {
  display: block !important;
}

.r--product-info-mobile {
  display: none !important;
}


.freeshipping--mobile {
  left: 0px;
  top: 5px !important;
}

@media screen and (max-width:600px) {
  .r--product-info-desktop {
    display: none !important;
  }

  .freeshipping--mobile {
    top: 125px !important;
    left: 0;
    background: #ffffff0a;
  }

  .r--product-info-mobile {
    display: block !important;
  }

  .margin--r--warning {
    margin-right: 6px;
  }


}


.text--xl-n-t-xl {
  font-size: 2.5rem;
}


/* SEQURA */
/* O layout do widget seQura (flex + border + padding) vive em custom.css,
   junto do ::before que desenha o logo. theme.css entra no bundle CCC e so'
   actualiza com limpeza de cache; custom.css e' servido em bruto. */


.pageHeader__top>.search_query>i {
  display: none !important;
}




.ks-price-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
}

.ks-price-icons>* {
  flex: 0 0 auto;
}

/* nenhum filho expande */

/* Troféu */
.ks-trophy {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #FFCC33 !important;
  border-radius: 999px !important;
  padding: 3px 6px !important;
}

.ks-trophy .fa {
  font-size: 12px;
  line-height: 1;
  color: #444;
}

/* Selo */
.ks-trust-img {
  display: block;
  height: 40px !important;
  width: 40px !important;
  margin-left: -5px !important;
  margin-top: -3px !important;
}

/* Se queres esconder o ícone de notificações aqui, faz por classe, fora do flex */

/* === Cartão do dropdown === */
.product-discounts .discounts-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .16), 0 2px 8px rgba(0, 0, 0, .08);
  border: 1px solid rgba(0, 0, 0, .06);
  min-width: 320px;
  max-width: 560px;
  padding: 10px 12px;
  transform-origin: top right;
  animation: ks-pop .16s ease-out both;
  z-index: 999;
  /* acima do overlay */
}

@keyframes ks-pop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Cabeçalho interno */
.discounts-card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 6px 8px 6px;
}

.discounts-card__header .title {
  font-weight: 700;
  letter-spacing: .2px;
}

.discounts-card__header .hint {
  font-size: .85rem;
  opacity: .7;
}

/* Tabela bonita */
.table-product-discounts.pretty {
  width: 100%;
  border-collapse: collapse;
}

.table-product-discounts.pretty thead th {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #667085;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 8px 6px;
  text-align: center;
}

.table-product-discounts.pretty tbody td {
  padding: 10px 6px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px dashed rgba(0, 0, 0, .06);
}

.table-product-discounts.pretty tbody tr:hover {
  background: rgba(219, 15, 21, .04);
  /* leve vermelho do brand */
}

.table-product-discounts.pretty tbody tr:last-child td {
  border-bottom: 0;
}

/* Realce da melhor opção */
.discount-row.is-best {
  background: linear-gradient(0deg, rgba(255, 215, 0, .06), rgba(255, 215, 0, .06));
  box-shadow: inset 0 0 0 1px rgba(255, 215, 0, .35);
}

.best-chip {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  font-size: .68rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFE68A, #FFD34D);
  color: #5f4200;
  font-weight: 700;
  white-space: nowrap;
}

/* Quantidade em pill */
.qty-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f4f6;
  font-weight: 700;
}

/* Preço forte + percentagem */
.price-strong {
  font-weight: 800;
  font-size: 1rem;
}

.save-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  font-size: .72rem;
  font-weight: 700;
  border-radius: 6px;
  background: rgba(16, 185, 129, .12);
  /* verde suave */
  color: #059669;
}

.save-amount {
  font-weight: 600;
}

/* Botão estilizado (independente do tema) */
.kbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  line-height: 1;
  padding: 9px 12px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, color .12s ease;
}

.kbtn--chip {
  background: linear-gradient(90deg, #db0f15, #e53e3e);
  color: #fff;
  border-radius: 999px;
  border: 0;
  padding: 8px 14px;
  box-shadow: 0 4px 14px rgba(219, 15, 21, .24);
}

.kbtn--chip:hover {
  transform: translateY(-1px);
}

.kbtn--primary {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.kbtn--primary:hover {
  box-shadow: 0 8px 18px rgba(17, 24, 39, .18);
  transform: translateY(-1px);
}

.kbtn--sm {
  padding: 8px 10px;
  font-size: .9rem;
}

/* Mobile: transformar linhas em cartões legíveis */
@media (max-width: 640px) {
  .table-product-discounts.pretty thead {
    display: none;
  }

  .table-product-discounts.pretty,
  .table-product-discounts.pretty tbody,
  .table-product-discounts.pretty tr,
  .table-product-discounts.pretty td {
    display: block;
    width: 100%;
  }

  .table-product-discounts.pretty tbody tr {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 8px 10px;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  }

  .table-product-discounts.pretty tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 8px 0;
  }

  .table-product-discounts.pretty tbody td::before {
    content: attr(data-label);
    font-size: .85rem;
    color: #6b7280;
    margin-right: 12px;
    text-align: left;
  }

  .best-chip {
    margin-left: 8px;
  }
}

/* Mantém o overlay preto estável (do passo anterior) */
.product-discounts.dropdown.dropdown--open,
.product-discounts.dropdown.dropdown--open:hover,
.product-discounts.dropdown.dropdown--open:focus-within {
  transform: none !important;
  transition: box-shadow .2s ease !important;
}

.product-discounts.dropdown:after {
  content: "";
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  transition: opacity .2s ease;
}

.product-discounts.dropdown.dropdown--open:after {
  opacity: .85;
  pointer-events: auto;
}

.product-discounts .dropdown__content {
  position: absolute;
  z-index: 999;
}