:root[theme='rounded'] {
  --ui-radius-button: 0.25rem;
  --ui-radius-surface: 0.25rem;
  --ui-radius-modal: 0.25rem;
  --ui-radius-utility: 0.25rem;
  --ui-radius-cookie-notice: 0.25rem;
}

:root[theme='circle'] {
  --ui-radius-button: 1rem;
  --ui-radius-surface: 1rem;
  --ui-radius-modal: 1rem;
  --ui-radius-utility: 1rem;
  --ui-radius-cookie-notice: 0.625rem;
}

/* DEV-638: as --fs-* agora sao declaradas em page/html/head.phtml, para valerem
   no primeiro paint. Ajustar a escala e la. */

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

dfn {
  font-style: italic;
}

mark {
  background: oklch(96.8% 0.21 110);
  color: oklch(0% 0 0);
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid oklch(80.8% 0 0);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  appearance: auto;
  cursor: pointer;
}

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

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html {
  -webkit-tap-highlight-color: oklch(0% 0 0 / 0%);
  text-size-adjust: 100%;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

q::before,
q::after {
  content: '';
}

input:focus,
input[type='search']:focus {
  outline-offset: -2px;
}

input[type='search'] {
  appearance: none;
  box-sizing: border-box;
}

a,
button {
  touch-action: manipulation;
}

a {
  text-decoration: none;
}

.address-list address {
  margin-bottom: 1em;
}

.availability {
  font-size: var(--size-13);
  font-weight: 600;
  margin-bottom: 0;
}

.availability .label {
  display: none;
}

.availability.available-soon,
.availability.out-of-stock {
  color: oklch(58.2% 0.22 31.4);
}

.availability-only {
  color: oklch(58.2% 0.22 31.4);
  margin-bottom: 10px;
}

.block-title small {
  color: oklch(70.6% 0 0);
  font-size: 100%;
  font-weight: normal;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions::after {
  clear: both;
  content: '';
  display: table;
}

.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

.button.disabled,
.button:disabled {
  background: oklch(83.3% 0 0);
  cursor: not-allowed;
  opacity: 0.6;
}

@media only screen and (width <= 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }
}

@media only screen and (width <= 479px) {
  .buttons-set .required {
    display: none;
  }
}

.buttons-set::after {
  clear: both;
  content: '';
  display: table;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}

.btn-remove2::after {
  display: none;
}

.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous::after {
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: 4px solid oklch(64.8% 0.12 235);
  border-top: 4px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.btn-previous:hover::after {
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: 4px solid white;
  border-top: 4px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  background: oklch(96.7% 0 0);
  border: 1px solid oklch(84.5% 0 0);
  margin-bottom: 10px;
  max-height: 125px;
  max-width: 670px;
  overflow-y: auto;
  padding: 10px;
}

.cvv-what-is-this {
  font-size: var(--size-13);
  line-height: 24px;
  margin-left: 10px;
}

.footer-container {
  padding-top: 0;
}

.global-site-notice {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.global-site-notice p {
  color: oklch(100% 0 0);
  font-weight: 100;
  margin-bottom: 0;
}

.promo-msg {
  color: oklch(64.8% 0.12 235);
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
}

.success {
  color: oklch(66.8% 0.23 142);
}

.error {
  color: oklch(58.2% 0.22 31.4);
  font-weight: bold;
}

.notice {
  color: oklch(65.4% 0.18 48.5);
  float: left;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

.page-popup {
  background: oklch(100% 0 0);
  height: auto;
  padding: 20px;
}

.page-popup h1 {
  font-size: 36px;
  margin: 0 0 0.5em;
}

.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  background: oklch(96.7% 0 0);
  border: 1px solid oklch(84.5% 0 0);
  display: inline-block;
  margin: 5px 15px 15px;
  max-width: 100%;
  padding: 15px;
  position: relative;
}

.payment-methods .form-list::before {
  border-bottom: 10px solid oklch(84.5% 0 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  top: -11px;
  width: 0;
}

.payment-methods .form-list::after {
  border-bottom: 10px solid oklch(96.7% 0 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  top: -10px;
  width: 0;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

.price-box .minimal-price-link {
  color: oklch(64.8% 0.12 235);
  display: block;
  padding-left: 1em;
}

.price-box .minimal-price-link .label {
  color: oklch(70.6% 0 0);
}

.price-box .old-price .price-label,
.price-box .special-price .price-label,
.price-box.bundle .price-from .price-label,
.price-box.bundle .price-to .price-label {
  display: none;
}

.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  background-color: oklch(97.3% 0 0);
  border: 1px solid oklch(64.8% 0.12 235);
  display: none;
  left: -100px;
  padding: 8px;
  position: absolute;
  top: 21px;
  width: 200px;
  z-index: 300;
}

.truncated .truncated_full_value .item-options::after {
  border-bottom: 7px solid oklch(64.8% 0.12 235);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 97px;
  position: absolute;
  top: -7px;
  width: 0;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (width <= 479px) {
  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    background-color: transparent;
    border: none;
    display: block;
    position: static;
    width: 100%;
    z-index: 1;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options::after {
    display: none;
  }
}

.page-print {
  background: oklch(100% 0 0);
  margin: 20px;
  width: 6.5in;
}

.add-to-links {
  margin: 7px 0;
}

.add-to-links a {
  display: inline-block;
  padding: 0 3px 3px;
}

.add-to-links .separator {
  display: none;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std .note {
  color: oklch(70.6% 0 0);
  font-size: var(--size-13);
}

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  cursor: pointer;
  position: relative;
}

#checkout-review-table .summary-collapse::before,
#shopping-cart-totals-table .summary-collapse::before,
body.customer-account .data-table .summary-collapse::before {
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid oklch(64.8% 0.12 235);
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#checkout-review-table .summary-collapse:hover::before,
#shopping-cart-totals-table .summary-collapse:hover::before,
body.customer-account .data-table .summary-collapse:hover::before {
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid oklch(50.1% 0.09 235);
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#checkout-review-table .show-details .summary-collapse::before,
#shopping-cart-totals-table .show-details .summary-collapse::before,
body.customer-account .data-table .show-details .summary-collapse::before {
  border-bottom: 7px solid oklch(64.8% 0.12 235);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#checkout-review-table .show-details .summary-collapse:hover::before,
#shopping-cart-totals-table .show-details .summary-collapse:hover::before,
body.customer-account .data-table .show-details .summary-collapse:hover::before {
  border-bottom: 7px solid oklch(50.1% 0.09 235);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  display: inline-block;
  height: 0;
  margin-right: 5px;
  position: absolute;
  position: static;
  width: 0;
}

#shopping-cart-totals-table tfoot td .summary-collapse::before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover::before {
  margin-bottom: 5px;
}

.a-center {
  text-align: center;
}

.no-display {
  display: none !important;
}

.width-full {
  width: 100%;
}

.hidden {
  display: none;
}

.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

.input-box::after {
  clear: both;
  content: '';
  display: table;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

label.required em,
span.required em {
  display: none;
}

.input-hint {
  color: oklch(70.6% 0 0);
  font-size: var(--size-12);
}

select {
  font-size: var(--size-14);
}

select + select {
  margin-left: 5px;
}

textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

.ie8 .input-text {
  max-width: none;
}

::input-placeholder {
  color: oklch(70.6% 0 0);
}

input:placeholder {
  color: oklch(70.6% 0 0);
}

.form-list .input-range .input-text {
  width: 74px;
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}

.form-list .control div.input-box::after,
.sp-methods dt div.input-box::after,
#checkout-shipping-method-load .sp-methods dd div.input-box::after,
#co-shipping-method-form .sp-methods dd div.input-box::after,
.product-options ul.options-list div.input-box::after {
  display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-left: 15px;
  margin-right: -40px;
  margin-top: 10px;
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  background-color: transparent;
  padding-left: 10px;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.form-list .control.remember-me-box label {
  max-width: none;
  min-width: inherit;
  width: auto;
}

.form-list .control {
  margin-top: 10px;
}

.form-list .control label {
  float: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}

.form-list .control .input-box {
  clear: none;
  display: inline-block;
  padding: 0;
  width: auto;
}

.hide-th {
  text-indent: -9999px;
}

.info-box {
  border: 1px solid silver;
  margin: 0 0 15px;
  padding: 12px 15px;
}

.info-box h2 {
  font-size: var(--size-13);
  font-weight: bold;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
  background-color: transparent;
  border-bottom: 1px solid silver;
  padding: 6px;
}

.zebra-table tr {
  background-color: oklch(94.7% 0 17.2);
}

.zebra-table tr:nth-child(odd) {
  background-color: oklch(97.6% 0 84.6);
}

@media only screen and (width <= 479px) {
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-left: 0;
    border-right: 0;
  }

  .linearize-table tbody td {
    border-bottom: 0;
    border-right: 0;
    padding: 0 10px 4px;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }
}

@media only screen and (width <= 599px) {
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  .linearize-table-large thead th {
    border-left: 0;
    border-right: 0;
  }

  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  .linearize-table-large thead th:nth-child(1n + 2) {
    display: none;
  }

  .linearize-table-large tbody tr {
    border-bottom: 1px solid oklch(84.5% 0 0);
    position: relative;
  }

  .linearize-table-large tbody td {
    border-bottom: 0;
    border-right: 0;
    padding: 0 10px 4px;
  }

  .linearize-table-large tbody td.lin-hide {
    display: none;
  }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table-large tbody td[data-rwd-label] {
    padding-left: 30px;
    text-align: left;
  }

  .linearize-table-large tbody td[data-rwd-label]::before {
    content: attr(data-rwd-label) ':';
    font-size: var(--size-12);
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr::after {
    clear: both;
    content: '';
    display: table;
  }

  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table-large .linearize-hide {
    display: none;
  }

  .linearize-table-large .linearize-unpad {
    padding: 0;
  }

  .linearize-table-large .linearize-show {
    display: block;
  }
}

@media only screen and (width >= 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}

html,
body {
  height: 100%;
}

@media only screen and (width >= 771px) {
  .page-header {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}

.header-language-background {
  background-color: oklch(64.8% 0.12 235);
  padding: 10px;
  text-transform: uppercase;
}

.header-language-background .header-language-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.header-language-background::after {
  clear: both;
  content: '';
  display: table;
}

.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}

.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}

.page-header-container .store-language-container label {
  display: none;
}

.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (width <= 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: var(--size-12);
  }
}

.header-language-background,
.header-language-background a {
  color: oklch(92.5% 0 0);
}

@media only screen and (width <= 770px) {
  .header-language-background {
    display: none;
  }
}

.logo img {
  max-width: 100%;
}

.skip-links {
  clear: both;
  overflow: hidden;
}

@media only screen and (width >= 771px) {
  .skip-links {
    border: 0;
  }
}

.skip-link {
  background: oklch(100% 0 0);
  color: oklch(50% 0 0);
  float: left;
  height: 44px;
  line-height: 42px;
  position: relative;
  text-align: center;
  width: 20%;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (width >= 500px) {
  .skip-link {
    width: 25%;
  }
}

@media only screen and (width <= 770px) {
  .skip-link.skip-active {
    background: oklch(94.6% 0 0);
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}

.skip-link .icon {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (width >= 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}

.skip-link .label {
  display: none;
}

@media only screen and (width >= 500px) {
  .skip-link .label {
    display: inline;
  }
}

.skip-content {
  display: none;
}

.skip-content.skip-active {
  background: oklch(94.6% 0 0);
  display: block;
}

@media only screen and (width <= 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    border-bottom: 1px solid oklch(84.5% 0 0);
    color: oklch(50% 0 0);
    line-height: 30px;
    padding: 0 15px 0 25px;
    text-align: left;
    text-transform: uppercase;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: oklch(96.7% 0 0);
    text-decoration: none;
  }
}

.account-cart-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (width <= 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

.skip-nav {
  width: 40%;
}

.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (width >= 500px) {
  .skip-nav {
    width: 25%;
  }
}

@media only screen and (width >= 771px) {
  .skip-nav {
    display: none;
  }
}

@media only screen and (width >= 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}

.nav-primary a {
  color: oklch(50% 0 0);
  display: block;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

.nav-primary li {
  position: relative;
}

.nav-primary li.level1 a {
  border-bottom: 1px solid oklch(84.5% 0 0);
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

@media only screen and (width <= 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }

  .nav-primary li.level0 ul {
    display: none;
  }

  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }

  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }

  .nav-primary li.parent > a::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid oklch(84.5% 0 0);
    border-right: none;
    border-top: 5px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    right: auto;
    top: 50%;
    width: 0;
  }

  .nav-primary li.parent.sub-menu-active > a::after,
  .nav-primary li.parent.menu-active > a::after {
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid oklch(84.5% 0 0);
    content: '';
    display: block;
    height: 0;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    right: auto;
    top: 50%;
    width: 0;
  }

  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: oklch(64.8% 0.12 235);
  }
}

@media only screen and (width >= 771px) {
  .nav-primary a.level0 {
    padding: 0 25px;
  }

  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }

  .nav-primary li:last-child > a {
    border-bottom: none;
  }

  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: oklch(64.8% 0.12 235);
  }

  .nav-primary .menu-active {
    z-index: 200;
  }

  .nav-primary li.level0 ul {
    background: oklch(98.8% 0 0);
    border: solid 1px oklch(84.5% 0 0);
    display: none;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 30px;
    width: 250px;
    z-index: 10;
  }

  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }

  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }

  .nav-primary li.level0 ul.level0.spill {
    left: auto;
    right: 0;
  }

  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }

  .nav-primary li.level0 li.parent > a {
    position: relative;
  }

  .nav-primary li.level0 li.parent > a::after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid oklch(84.5% 0 0);
    border-right: none;
    border-top: 4px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
  }
}

.nav-primary li.menu-active > ul {
  display: block;
}

.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}

.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (width >= 771px) {
  .skip-search {
    display: none;
  }
}

.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}

.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (width >= 771px) {
  .skip-account {
    display: inline-block;
    float: none;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
  }

  #header-account.skip-active {
    background: oklch(98.8% 0 0);
    border: solid 1px oklch(84.5% 0 0);
    display: block;
    position: absolute;
    right: 115px;
    top: 40px;
    width: 200px;
    z-index: 200;
  }

  #header-account a {
    color: oklch(50% 0 0);
    display: block;
    line-height: 2;
    padding: 5px 10px;
  }

  #header-account a:hover {
    color: oklch(64.8% 0.12 235);
  }
}

#header-account {
  padding: 5px 0;
}

#header-account a {
  display: block;
  line-height: 23px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
}

#header-account a:hover {
  color: oklch(64.8% 0.12 235);
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

.products-grid::after {
  clear: both;
  content: '';
  display: table;
}

.products-grid > li::after {
  clear: both;
  content: '';
  display: table;
}

.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  margin-bottom: 15px;
  margin-left: 10%;
  width: 75%;
}

.products-grid .product-info {
  padding-bottom: 95px;
  position: relative;
}

.products-grid .actions {
  bottom: 0;
  min-height: 85px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

.products-grid .product-image::before,
.products-grid .product-image::after {
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.products-grid .product-image::before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image.loading {
  position: relative;
}

.products-grid .product-image.loading::before,
.products-grid .product-image.loading::after {
  display: block;
}

.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

.mini-products-list .product-details {
  margin-left: 15px;
}

.mini-products-list li {
  clear: both;
  margin-bottom: 10px;
}

.mini-products-list li::after {
  clear: both;
  content: '';
  display: table;
}

.mini-products-images-list::after {
  clear: both;
  content: '';
  display: table;
}

.mini-products-images-list li.item {
  float: left;
  margin: 0;
  padding: 0 5px 10px 0;
  width: 50%;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-left: 5px;
  padding-right: 0;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  max-width: 100%;
  width: 100%;
}

.mini-products-list .product-details .product-name a {
  font-weight: 600;
}

.category-image img {
  max-width: 100%;
  width: 100%;
}

.category-image img:hidden {
  display: none;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px;
}

@media only screen and (width >= 771px) {
  .block-layered-nav .block-content > dl > dt::after {
    display: none;
  }
}

@media only screen and (width <= 770px) {
  .block-layered-nav--no-filters .block-title {
    display: none;
  }
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-right: 10px;
  margin-top: 8px;
}

.product-view .product-essential .extra-info .ratings::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .product-essential::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .product-shop .availability {
  font-size: var(--size-16);
}

.product-view .product-shop .price-box .special-price .price-label {
  font-size: var(--size-16);
  text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
  color: oklch(50% 0 0);
}

.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: var(--size-16);
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  color: oklch(50% 0 0);
  display: block;
  line-height: 1.2;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: var(--size-16);
  font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: var(--size-20);
}

.product-view .price-box.map-info a {
  display: inherit;
}

@media only screen and (width <= 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: var(--size-15);
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: var(--size-18);
  }
}

@media only screen and (width <= 770px) {
  .product-view .add-to-cart-wrapper {
    clear: both;
    float: none;
    width: 100%;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: var(--size-16);
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: var(--size-20);
  }
}

@media only screen and (width <= 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery::before,
.product-image-gallery::after {
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading::before,
.product-image-gallery.loading::after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}

.product-image-thumbs li:first-child {
  margin-left: -1px;
}

.product-image-thumbs a {
  border: 1px solid transparent;
  display: inline-block;
}

.no-touch .product-image-thumbs a:hover {
  border-color: oklch(83% 0 0);
}

.product-view .add-to-box::after,
.product-view .add-to-cart::after {
  clear: both;
  content: '';
  display: table;
}

.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  float: left;
  margin-right: 15px;
  margin-top: 0;
}

.product-view .add-to-links::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .add-to-links li {
  float: left;
}

.product-view .add-to-links a {
  border-right: 1px solid oklch(84.5% 0 0);
  margin-left: 7px;
  padding: 2px 7px 2px 0;
}

.product-view .add-to-links li:first-child a {
  margin-left: 0;
}

.product-view .add-to-links li:last-child a {
  border-right: 0;
}

.product-view .sharing-links {
  float: left;
}

.product-view .sharing-links::after {
  clear: both;
  content: '';
  display: table;
}

.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px;
}

.product-view .sharing-links a {
  display: block;
  height: 26px;
  text-indent: -9999px;
  width: 26px;
}

.product-view .sharing-links a:hover {
  opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px;
}

.product-view .sharing-links a.link-compare {
  background-position: 0 -250px;
}

.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px;
}

.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px;
}

.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px;
}

@media only screen and (width <= 599px) {
  .add-to-box .add-to-links a {
    float: none;
    text-indent: 0;
    width: auto;
  }
}

.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  border: 1px solid silver;
  max-width: 50em;
}

#product-attribute-specs-table th {
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
}

.grouped-items-table .name-wrapper {
  color: oklch(64.8% 0.12 235);
}

.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

.grouped-items-table .qty-label {
  margin-left: 7px;
}

.grouped-items-table td {
  padding: 4px;
}

.grouped-items-table td:last-child {
  text-align: left;
  width: 30%;
}

.grouped-items-table .price-box {
  text-align: right;
}

.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border-bottom: none;
}

.block-related .block-title h2 {
  color: oklch(50% 0 0);
  font-size: var(--size-24);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.5em;
  margin-bottom: 0;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

.block-related .block-subtitle {
  margin-bottom: 7px;
}

.block-related .product {
  margin-left: 20px;
  position: relative;
}

.block-related .checkbox {
  float: left;
  margin-top: 36px;
}

.block-related .product-details {
  margin-left: 90px;
}

.block-related .product-name {
  margin-bottom: 3px;
}

.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  font-size: var(--size-16);
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.block-related .product-details .price-box::after {
  clear: both;
  content: '';
  display: table;
}

.block-related .link-wishlist {
  display: none;
}

.box-up-sell {
  margin-top: 20px;
}

.box-up-sell .ratings {
  display: none;
}

.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  text-align: left;
}

.map-popup {
  background: oklch(100% 0 0);
  border: 5px solid oklch(84.5% 0 0);
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (width >= 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}

@media only screen and (width <= 770px) {
  .map-popup {
    left: 0 !important;
    width: 100%;
  }
}

.map-popup .map-popup-heading {
  margin-right: 40px;
  padding: 8px 10px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: var(--size-14);
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}

.map-popup .map-popup-close {
  display: block;
  font-size: var(--size-20);
  height: 36px;
  line-height: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}

.map-popup .map-popup-content {
  border-top: 1px solid oklch(94.6% 0 0);
  margin: 0 10px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form::after {
  clear: both;
  content: '';
  display: table;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  clear: left;
  float: left;
  margin: 0 2px;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0;
  }
}

.map-popup .map-popup-checkout::after {
  clear: both;
  content: '';
  display: table;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (width <= 479px) {
  .map-popup .map-popup-price {
    padding-top: 0;
    text-align: center;
  }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  margin: 0 10px;
  padding: 10px 0;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid oklch(94.6% 0 0);
}

.price-box .map-link {
  display: block;
  text-align: center;
}

.block-compare .product-name::after {
  clear: both;
  content: '';
  display: table;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  border-bottom: 0;
  padding-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

.cart .button {
  white-space: normal;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (width <= 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
}

@media only screen and (width <= 599px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}

.display-single-price::after {
  clear: both;
  content: '';
  display: table;
}

.cart .page-title {
  margin-bottom: 15px;
}

.cart .page-title::after {
  clear: both;
  content: '';
  display: table;
}

.cart .page-title h1 {
  border-bottom: none;
  float: left;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types li {
  margin: 0 0 5px 5px;
  vertical-align: top;
}

.checkout-types li::after {
  clear: both;
  content: '';
  display: table;
}

.checkout-types li img {
  display: inline;
  vertical-align: top;
}

.checkout-types li:first-child {
  margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}

.checkout-types.top li {
  display: inline-block;
}

.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}

.checkout-types.top .bml_button img {
  display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
  display: block;
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
  display: block;
  margin: 0;
  text-align: center;
}

@media only screen and (width >= 741px) {
  .checkout-types.bottom .paypal-or {
    padding-right: 70px;
    text-align: right;
  }
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (width <= 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or,
  .checkout-types.minicart .paypal-or {
    float: none;
    width: auto;
  }

  .checkout-types li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (width <= 599px) {
  .btn-checkout {
    width: 100%;
  }
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}

.cart-table tr {
  border-bottom: 1px solid silver;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td::after {
  clear: both;
  content: '';
  display: table;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image a.cart-edit {
  display: none;
}

.cart-table .product-cart-sku {
  color: gray;
  font-size: var(--size-12);
  font-style: italic;
}

.cart-table .product-cart-sku .label {
  color: oklch(0% 0 0);
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .cart-tax-total {
  cursor: pointer;
  position: relative;
}

.cart-table .cart-tax-total::after {
  border-bottom: 6px solid transparent;
  border-left: none;
  border-right: 6px solid oklch(64.8% 0.12 235);
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -11px;
  top: 3px;
  width: 0;
}

.cart-table .cart-tax-total.cart-tax-total-expanded::after {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid oklch(64.8% 0.12 235);
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 6px;
  width: 0;
}

.cart-table .cart-links > li {
  font-size: var(--size-13);
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  white-space: nowrap;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

@media only screen and (width <= 770px) {
  .cart-table th {
    font-size: var(--size-12);
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}

@media only screen and (width <= 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}

@media only screen and (width <= 599px) {
  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }

  .cart-table tr::after {
    clear: both;
    content: '';
    display: table;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    margin-bottom: 6px;
    padding-left: 15px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]::before {
    content: attr(data-rwd-label) ':';
    font-size: var(--size-12);
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: var(--size-12);
  }

  .cart-table .cart-links {
    padding-right: 5px;
    padding-top: 5px;
  }

  .cart-table .cart-links > li {
    text-align: center;
    white-space: normal;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0;
  }

  .cart-table .cart-tax-info {
    font-size: var(--size-13);
    font-style: italic;
    padding-left: 15px;
  }

  .cart-table .cart-tax-info .price {
    font-size: var(--size-13);
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: var(--size-16);
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]::before {
    content: attr(data-rwd-tax-label) ':';
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: var(--size-12);
  font-weight: bold;
  margin: 0 0 5px;
}

.shipping select {
  border: 1px solid silver;
  display: block;
  height: 30px;
  max-width: 100%;
}

.shipping select.validation-failed {
  border-color: oklch(58.2% 0.22 31.4);
}

.shipping .shipping-desc {
  display: none;
}

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}

.shipping .form-list::after {
  clear: both;
  content: '';
  display: table;
}

.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
  width: 37%;
}

.shipping .form-list .shipping-region {
  width: 41%;
}

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}

.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}

.shipping .form-list .input-box {
  padding-top: 0;
}

.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}

.shipping .form-list label {
  font-size: var(--size-13);
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}

.shipping .sp-methods dd {
  margin-bottom: 10px;
}

.shipping .sp-methods label {
  font-size: var(--size-12);
  min-width: 100px;
}

.shipping .sp-methods label span {
  font-style: normal;
  font-weight: bold;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
  background-color: oklch(94.3% 0 0);
  border: 1px solid oklch(84.5% 0 0);
  min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: oklch(89.1% 0 0);
}

@media only screen and (width <= 770px) {
  .shipping .shipping-form .form-list > li {
    float: none;
    width: 100%;
  }

  .shipping .shipping-form .form-list > li label {
    display: block;
  }

  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}

.cart .cart-totals::after {
  clear: both;
  content: '';
  display: table;
}

.cart .cart-totals table {
  font-size: var(--size-12);
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

.cart .cart-totals table td {
  padding: 2px 0;
}

.cart .cart-totals table td:first-child {
  min-width: 120px;
  padding-right: 10px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
  border-bottom: 1px solid oklch(92.5% 0 0);
  border-top: 1px solid oklch(92.5% 0 0);
}

.cart .cart-totals table tfoot td {
  font-size: var(--size-24);
  padding: 2px 5px;
  vertical-align: top;
}

.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (width <= 770px) {
  .cart .cart-totals table tfoot td {
    font-size: var(--size-18);
  }
}

.discount-form::after,
#giftcard-form::after {
  clear: both;
  content: '';
  display: table;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
  display: inline-block;
  font-size: var(--size-12);
  font-weight: 400;
  margin-right: 10px;
  min-width: 105px;
  text-align: left;
  text-transform: uppercase;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0;
}

.cart .giftcard .check-gc-status > span > span {
  font-size: var(--size-14);
  text-transform: none;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix::after,
.configurable-swatch-list::after,
.product-view .product-options .swatch-attr::after {
  clear: both;
  content: '';
  display: table;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  border-radius: 3px;
  box-sizing: content-box;
  color: oklch(50% 0 0);
  display: block;
  font-size: var(--size-14);
  text-align: center;
  text-decoration: none;
}

.swatch-link {
  border: 1px solid oklch(84.5% 0 0);
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  background: url('https://shopmx.esab.com/skin/frontend/soulcore/images/bg_x.png') center no-repeat transparent;
  display: none;
  inset: 0;
  position: absolute;
  text-indent: -999em;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  left: 0;
  position: absolute;
  top: 0;
}

.swatch-label {
  background: oklch(96.7% 0 0);
  border: 1px solid oklch(100% 0 0);
  margin: 0;
  white-space: nowrap;
}

.configurable-swatch-list {
  clear: both;
  margin-left: -3px;
  transform: translateZ(0);
  zoom: 1;
}

.configurable-swatch-list li {
  float: left;
  margin: 0 0 0 3px;
  zoom: 1;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: oklch(94.6% 0 0);
  position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-label {
  background: oklch(100% 0 0);
  color: oklch(73.8% 0 0);
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: oklch(64.8% 0.12 235);
}

#narrow-by-list dd .swatch-label {
  background: oklch(96.7% 0 0);
  border: 1px solid oklch(84.5% 0 0);
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid oklch(100% 0 0);
  border-radius: 3px;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (width <= 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}

.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: oklch(84.5% 0 0);
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: oklch(64.8% 0.12 235);
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  background: oklch(58.2% 0.22 31.4);
  border-radius: 3px;
  color: oklch(100% 0 0) !important;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 2px 5px !important;
}

/* CUSTOM */
.product-view .product-options .swatch-attr {
  border: 0;
  clear: both;
  display: block;
  float: none;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: var(--size-12);
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  color: oklch(64.8% 0.12 235);
  display: inline;
  font-weight: normal;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

@media only screen and (width <= 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}

.customer-account-create .fieldset .hidden {
  display: none;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .addresses-list h3 {
  font-size: var(--size-14);
  font-weight: 600;
}

body.customer-account .data-table td.view a {
  display: block;
}

body.customer-account .data-table .separator {
  display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-bottom: 0;
  margin-top: 10px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-bottom: 0;
  margin-top: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  float: left;
  margin-right: 10px;
  width: 40px;
}

.form-list .customer-dob .dob-year {
  float: left;
  width: 80px;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 7px;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-bottom: 0;
  padding-right: 12.09677%;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  padding-bottom: 10px;
  position: relative;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-size: var(--size-14);
  font-weight: 600;
  margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}

.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}

.dashboard .box-reviews li {
  border-top: 1px solid oklch(94.6% 0 0);
  padding: 10px 0;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .number {
  float: left;
  font-size: var(--size-13);
  line-height: 1.4;
  margin-right: -20px;
}

.dashboard .box-reviews li .details {
  margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
  clear: both;
  content: '';
  display: table;
  margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: var(--size-13);
  margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (width <= 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}

@media only screen and (width <= 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info li {
  margin: 0 0 0 20px;
}

.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

.order-info-box .col-2 {
  width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

#my-orders-table .option-label {
  font-style: italic;
  font-weight: 600;
  margin-left: 10px;
}

#my-orders-table .option-value {
  margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-bottom: 0;
  margin-top: 10px;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (width <= 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }

  #my-orders-table .option-value {
    margin-left: 35px;
  }

  #my-orders-table td[data-rwd-label='Qty'] .nobr br {
    display: none;
  }

  #my-orders-table td[data-rwd-label='Qty'] .nobr strong {
    margin-right: 10px;
  }

  #my-orders-table tr.bundle {
    border-color: oklch(94.6% 0 0);
  }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  #my-orders-table tbody:last-child tr:last-child td {
    border-bottom: 0;
    padding-bottom: 10px;
  }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (width <= 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-bottom: 0;
    padding-right: 30px;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}

@media only screen and (width <= 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
}

@media only screen and (width <= 770px) {
  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    padding-right: 30px;
    width: 50%;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .box-account {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }

  .my-account .order-info dt {
    display: none;
  }
}

@media only screen and (width <= 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}

@media only screen and (width <= 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list .item {
    float: none;
    margin-bottom: 15px;
    padding-right: 0;
    width: auto;
  }

  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    margin-top: 15px;
    width: 100%;
  }

  .order-info-box {
    margin: 0;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    border-bottom: 1px solid oklch(94.6% 0 0);
    padding: 15px 0;
    width: 100%;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  border: 1px solid oklch(94.6% 0 0);
  display: block;
  margin: 10px 0;
  position: relative;
  width: 100%;
}

.slideshow-container .slideshow {
  border: 10px solid oklch(100% 0 0);
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slideshow-container .slideshow > li {
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: auto;
  user-select: none;
  width: 100%;
  z-index: 115;
}

.slideshow-pager span {
  color: oklch(89.8% 0 0);
  cursor: pointer;
  display: inline-block;
  height: 44px;
  width: 44px;
}

.slideshow-pager span::before {
  background-color: oklch(100% 0 0);
  border-radius: 1px;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: relative;
  top: 50%;
  width: 16px;
}

.slideshow-pager span:hover::before {
  background-color: oklch(60.1% 0.11 235);
}

.slideshow-pager span.cycle-pager-active::before {
  background-color: oklch(55% 0.1 235);
}

.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  cursor: pointer;
  height: 100%;
  max-width: 80px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  user-select: none;
  width: 15%;
  z-index: 110;
}

.slideshow-prev::before,
.slideshow-next::before {
  border-style: solid;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 0;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev::before {
  border-color: transparent oklch(100% 0 0) transparent transparent;
  border-width: 15px 15px 15px 0;
  left: 10px;
  top: 50%;
}

.slideshow-prev:hover::before {
  border-color: transparent oklch(60.1% 0.11 235) transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next::before {
  border-color: transparent transparent transparent oklch(100% 0 0);
  border-width: 15px 0 15px 15px;
  right: 10px;
  top: 50%;
}

.slideshow-next:hover::before {
  border-color: transparent transparent transparent oklch(60.1% 0.11 235);
}

.cycle-caption {
  bottom: 15px;
  color: white;
  position: absolute;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  background: black;
  bottom: 0;
  color: white;
  opacity: 0.5;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 120;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  width: 100%;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

#wishlist-table.clean-table thead th {
  font-size: var(--size-12);
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: var(--size-16);
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0;
}

#wishlist-table textarea {
  border: 1px solid silver;
  font-size: 11px;
  height: 45px;
  width: 100%;
}

#wishlist-table textarea::input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid oklch(64.8% 0.12 235);
}

#wishlist-table .item-manage {
  max-width: 450px;
  padding-top: 5px;
  text-align: right;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
  text-align: center;
  width: 120px;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: var(--size-12);
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  color: oklch(64.8% 0.12 235);
  cursor: pointer;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: oklch(64.8% 0.12 235);
}

#wishlist-table td[data-rwd-label]::before {
  font-weight: 600;
}

@media only screen and (width <= 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (width <= 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }

  #wishlist-table .product-name {
    font-size: var(--size-13);
  }
}

@media only screen and (width <= 770px) {
  #wishlist-table::after {
    clear: both;
    content: '';
    display: table;
  }

  #wishlist-table .product-name {
    font-size: var(--size-16);
  }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  #wishlist-table .item-manage {
    max-width: 100%;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table tr::after {
    clear: both;
    content: '';
    display: table;
  }

  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }

  #wishlist-table td.customer-wishlist-item-image img {
    height: 70px;
    width: 70px;
  }

  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }

  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}

@media only screen and (width <= 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}

@media only screen and (width <= 479px) {
  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table td.customer-wishlist-item-info,
  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price,
  #wishlist-table td.customer-wishlist-item-cart {
    empty-cells: hide;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }

  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }

  #wishlist-table td.customer-wishlist-item-image a img {
    height: 113px;
    width: 113px;
  }

  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity::before,
  #wishlist-table td.customer-wishlist-item-price::before {
    float: left;
    margin-right: 15px;
  }

  #wishlist-table td.customer-wishlist-item-quantity .cart-cell,
  #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity .price-box,
  #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-remove {
    display: block;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  margin-bottom: 5px;
  padding-top: 0;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: var(--size-12);
}

.block-wishlist .link-cart {
  border-right: 1px solid oklch(94.6% 0 0);
  float: left;
  margin-right: 7px;
  padding-right: 7px;
  text-transform: uppercase;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

.header-minicart .minicart-wrapper::before,
.header-minicart .minicart-wrapper::after {
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-minicart .minicart-wrapper::before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.header-minicart .minicart-wrapper.loading {
  position: relative;
}

.header-minicart .minicart-wrapper.loading::before,
.header-minicart .minicart-wrapper.loading::after {
  display: block;
}

.header-minicart .block-cart {
  display: none;
}

.header-minicart .block-subtitle {
  color: oklch(68.4% 0.1 233);
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.header-minicart .block-subtitle .close {
  color: oklch(50% 0 0);
  display: block;
  float: right;
  font-size: var(--size-30);
  font-weight: normal;
  position: absolute;
  right: -3px;
  text-decoration: none;
  top: -8px;
  width: 40px;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0;
}

.header-minicart .mini-products-list li {
  border-bottom: 1px solid oklch(89.8% 0 0);
  padding: 8px 5px 8px 11px;
  position: relative;
}

.header-minicart .mini-products-list li.last {
  border: none;
}

.header-minicart .mini-products-list li .product-details {
  position: relative;
}

.header-minicart .product-details .product-name {
  font-weight: bold;
  padding-top: 0;
}

.header-minicart .product-details .product-name a {
  color: oklch(64.8% 0.12 235);
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
  padding-right: 10px;
  text-transform: uppercase;
}

.header-minicart .info-wrapper td {
  clear: right;
  color: oklch(64.8% 0.12 235);
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  height: 30px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  width: 3.2em;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  transition-duration: 100ms;
  transition-property: opacity;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: oklch(89.8% 0 0);
  line-height: 2em;
  text-align: center;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: oklch(64.8% 0.12 235);
}

.header-minicart .minicart-actions {
  margin-top: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
  font-size: var(--size-13);
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

.header-minicart #minicart-error-message {
  color: red;
  display: none;
  text-align: center;
}

.header-minicart #minicart-success-message {
  color: green;
  display: none;
  text-align: center;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (width >= 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}

@media only screen and (width <= 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}

@media only screen and (width <= 770px) {
  .header-minicart .subtotal .label {
    color: oklch(50% 0 0);
  }

  .header-minicart .minicart-wrapper::before {
    background-color: oklch(94.6% 0 0);
  }

  .header-minicart .quantity-button {
    float: none;
  }

  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }

  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    position: absolute;
    right: 10px;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
}

@media only screen and (width <= 740px) {
  .header-minicart .minicart-actions .cart-link {
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (width <= 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

.search-autocomplete ul {
  background-color: oklch(100% 0 0);
  border: 1px solid oklch(64.8% 0.12 235);
  border-radius: 2px;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid oklch(96.7% 0 0);
  color: oklch(64.8% 0.12 235);
  cursor: pointer;
  font-size: var(--size-12);
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: oklch(60.1% 0.11 235);
}

.search-autocomplete ul li.selected {
  background-color: oklch(64.8% 0.12 235);
  color: white;
}

.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.search-autocomplete::before {
  border-bottom: 7px solid oklch(64.8% 0.12 235);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -7px;
  width: 0;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: oklch(96.7% 0 0);
  border: 1px solid oklch(94.6% 0 0);
  padding: 30px;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid oklch(94.6% 0 0);
  padding: 2px 5px;
}

@media only screen and (width <= 479px) {
  .advanced-search {
    padding: 15px;
  }
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
#accordion .toggle-tabs {
  display: none;
}

#accordion > dl > dt {
  background-color: oklch(96.7% 0 0);
  border-color: oklch(84.5% 0 0);
  border-style: solid;
  border-width: 1px;
  color: oklch(50% 0 0);
  display: block;
  font-size: var(--size-14);
  font-style: normal;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  user-select: none;
}

#accordion > dl > dt::after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid oklch(64.8% 0.12 235);
  content: '';
  display: block;
  height: 0;
  left: 10px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

#accordion > dl > dt:hover {
  background-color: oklch(94.3% 0 0);
}

#accordion > dl > dd {
  border-color: oklch(84.5% 0 0);
  border-style: solid;
  border-width: 0 1px;
  margin: 0;
  padding: 10px;
}

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px;
}

#accordion li {
  overflow: hidden;
  position: relative;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}

#contactForm h2 {
  display: none;
}

#contactForm::after {
  clear: both;
  content: '';
  display: table;
}

#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (width <= 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: oklch(60% 0.16 23.3);
  font-size: var(--size-12);
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}

.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}

.notice-cookie .notice-inner::after {
  clear: both;
  content: '';
  display: table;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  line-height: 1.3;
  padding-bottom: 14.5px;
}

.notice-cookie .actions {
  float: left;
  padding-bottom: 14.5px;
  text-align: right;
}

@media only screen and (width <= 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

@media only screen and (width <= 770px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}

@media only screen and (width <= 620px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-inner {
    background-position: left 10px;
  }

  .notice-cookie .notice-inner::after {
    clear: both;
    content: '';
    display: table;
  }

  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }

  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-bottom: 10px;
  margin-top: 5px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: oklch(96.7% 0 0);
  border: 1px solid oklch(84.5% 0 0);
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0;
}

.tags-list {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: var(--size-12);
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}

.my-tag-edit .button.btn-remove::after {
  color: white;
}

@media only screen and (width <= 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}

.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  display: inline;
  float: left;
  margin-bottom: 10px;
  max-width: 100%;
  position: relative;
  width: 258px;
}

.captcha-image .captcha-img {
  border: 1px solid oklch(77.6% 0 0);
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid oklch(79.2% 0 0);
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box,
.captcha-input-container,
.captcha-img-container {
  clear: both;
  float: none;
}

.control.newsletter-box::after,
.captcha-input-container::after,
.captcha-img-container::after {
  clear: both;
  content: '';
  display: table;
}

#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

@media only screen and (width <= 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: var(--size-15);
    text-align: center;
    width: 100%;
  }

  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

@media only screen and (width <= 479px) {
  #recurring_profile_list_view {
    font-size: var(--size-12);
  }

  #recurring_profile_list_view a {
    font-size: inherit;
  }

  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  margin-bottom: 30px;
  text-align: right;
}

@media only screen and (width <= 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: none;
    text-align: center;
  }
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages::after {
  clear: both;
  content: '';
  display: table;
}

#recurring_start_date_trig {
  display: inline;
}

.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (width >= 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (width >= 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */ /* Undo three-column config */ /* Set column config */ /* Config: Columns + flexible gutter */ /* Undo three-column config */ /* Set column config */
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
    width: 23.33333%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
    width: 18.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (width >= 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */ /* Undo three-column config */ /* Set column config */ /* Config: Columns + flexible gutter */ /* Undo three-column config */ /* Set column config */
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
    width: 23.33333%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
    width: 18.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  background: inherit;
  color: inherit;
  display: table-cell;
  text-transform: none;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: center;
  height: auto !important;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

/* SHIPPING TRACKING */
.shipping-tracking-popup .tracking-table-popup tbody tr .label {
  float: left;
  margin-right: 10px;
  white-space: pre;
  width: auto;
}

.shipping-tracking-popup thead tr th {
  text-align: center;
  width: 25%;
}

.shipping-tracking-popup thead tr th::after {
  border-bottom: 1px solid oklch(84.5% 0 0);
  content: '';
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  width: 100%;
}

.shipping-tracking-popup tbody tr td {
  padding: 5px 10px;
  text-align: center;
}

.shipping-tracking-popup .tracking-table-popup tbody tr td {
  float: left;
  padding: 0;
}

.shipping-tracking-popup .page-title.title-buttons {
  padding: 0 20px;
}

.shipping-tracking-popup h2.sub-title {
  padding: 0 20px;
}

.shipping-tracking-popup .tracking-table-popup tbody {
  float: left;
  padding: 20px;
  width: 100%;
}

.shipping-tracking-popup .data-table {
  float: left;
  width: 100%;
}

.page-popup.shipping-tracking-popup {
  background: oklch(100% 0 0);
  float: left;
  height: auto;
  padding: 20px 0;
  width: 100%;
}

.shipping-tracking-popup .data-table tbody tr {
  border-bottom: 1px solid oklch(84.5% 0 0) !important;
}

.shipping-tracking-popup .tracking-table-popup tbody tr {
  border-bottom: unset !important;
}

.u-container {
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding-inline: 1rem;
  position: relative;
}

/* FIM SHIPPING TRACKING */

/* ============================================ *
 * Social Login
 * ============================================ */
.social-login {
  margin-top: 24px;
}

.social-login .social__networks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.social-login .social__networks .social {
  display: flex;
  position: relative;
}

.social-login .social__networks .social::after {
  border-radius: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  transform-origin: bottom center;
  transition: all 0.2s;
  width: 0%;
  z-index: 2;
}

.social-login .social__networks .social--google::after {
  background: linear-gradient(
    180deg,
    oklch(62.6% 0.21 29.1) 25%,
    oklch(63% 0.18 260) 25% 50%,
    oklch(64.8% 0.16 148) 50% 75%,
    oklch(83% 0.17 84) 75% 100%
  );
}

.social-login .social__networks .social--facebook::after {
  background: oklch(59.1% 0.2 265);
}

.social-login .social__networks .social--instagram::after {
  background: linear-gradient(
    180deg,
    oklch(74.7% 0.15 62.2) 20%,
    oklch(66.4% 0.17 39.2) 20% 40%,
    oklch(58.1% 0.21 19.8) 40% 60%,
    oklch(55.8% 0.2 3.99) 60% 80%,
    oklch(53.7% 0.22 346) 80% 100%
  );
}

.social-login .social__networks .social--linkedin::after {
  background: oklch(51.1% 0.15 262);
}

.social-login .social__networks .social:hover::after {
  width: 4px;
}

.social-login .social__networks .social [class^='login'] {
  align-items: center;
  background: oklch(97% 0 0);
  color: oklch(56.9% 0 0);
  display: inline-flex;
  flex: 1;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  padding: 6px 12px;
}

.social-login .social__networks .social [class^='login']:hover {
  opacity: 1;
}

.social-login .social__networks .social [class^='login'] i {
  font-size: var(--size-18);
}

.social-login .social__networks .social [class^='login'],
.social-login .social__networks .social [class^='login'] i {
  transition: all 0.3s ease;
}

.social-login .social__networks .social [class*='facebook'] i {
  color: oklch(59.1% 0.2 265);
}

.social-login .social__networks .social [class*='linkedin'] i {
  color: oklch(51.1% 0.15 262);
}

.social-login .social__networks .social [class*='google'] i {
  background: conic-gradient(
      from -45deg,
      oklch(62.6% 0.21 29.1) 110deg,
      oklch(63% 0.18 260) 90deg 180deg,
      oklch(64.8% 0.16 148) 180deg 270deg,
      oklch(83% 0.17 84) 270deg
    )
    73% 55%/150% 150% no-repeat;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-login .social__networks .social [class*='instagram'] i {
  background: linear-gradient(
    45deg,
    oklch(74.7% 0.15 62.2) 0%,
    oklch(66.4% 0.17 39.2) 25%,
    oklch(58.1% 0.21 19.8) 50%,
    oklch(55.8% 0.2 3.99) 75%,
    oklch(53.7% 0.22 346) 100%
  );
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-login .social__networks .social .social__logout {
  align-items: center;
  background: oklch(58.9% 0.22 27.7);
  color: oklch(100% 0 0);
  display: inline-flex;
  justify-content: center;
  padding: 6px 8px;
}

.social-login .social__networks .social .social__logout:hover {
  background: oklch(57.2% 0.2 26.6);
  opacity: 1;
}

.social-login .social__networks .social .social__logout i {
  font-weight: normal;
}

@media only screen and (width <= 479px) {
  .social-login .social__networks .social {
    flex: 1 0 100%;
  }
}

/* ============================================ *
 * Amasty Labels
 * ============================================ */

/* LABELS */
.c-label {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: absolute;
}

.c-label > * {
  align-self: center;
  grid-area: 1/1;
}

.c-label[class*='left'] {
  left: 4px;
}

.c-label[class*='right'] {
  right: 4px;
}

.c-label[class*='bottom'] {
  bottom: 4px;
}

.c-label[class*='top'] {
  top: 4px;
}

.c-label[class*='middle'] {
  top: 50%;
  translate: 0 -50%;
}

.c-label[class*='center'] {
  left: 50%;
  translate: -50% 0;
}

.c-label[class*='middle'][class*='center'] {
  translate: -50% -50%;
}

.c-label .label__image {
  object-fit: contain !important;
}

.product-item .c-label {
  max-width: 100px;
}

.product-view.two_columns .product-image .c-label {
  max-width: 130px;
}

.product-view.three_columns .product-image .c-label {
  max-width: 100px;
}

.o-free-ship {
  color: oklch(63.5% 0.13 166);
  font-weight: bold;
}

@media (width > 770px) {
  [data-modal-type*='modal-lateral'] {
    padding: 0 !important;
  }

  [data-modal-type*='modal-lateral'] .modal-dialog {
    margin: 0;
  }

  [data-modal-type*='modal-lateral-right'] .modal-dialog {
    margin-left: auto;
  }

  [data-modal-type*='modal-lateral'] .modal-content {
    border: 0;
  }

  [data-modal-type*='modal-lateral-right'] .modal-content {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  [data-modal-type*='modal-lateral-left'] .modal-content {
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  [data-modal-type*='modal-lateral'] .modal-body {
    height: 100%;
    min-height: 100vh;
  }
}

.c-loading {
  --_loader-text-color: var(--gray-dark);
  --_loader-title-color: var(--gray-dark);
  --_loader-title-size: 2.625rem;
  --_loader-spinner-size: 7px;
  --_loader-text-size: 1rem;

  align-items: center;
  background-color: oklch(100% 0 0 / 80%);
  color: var(--_loader-text-color);
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999999;

  html:has(> &) {
    overflow: hidden;
  }
}

.c-loading__title {
  color: var(--_loader-title-color);
  font-size: var(--_loader-title-size);
  font-weight: 600;
  line-height: 1.2;
}

.c-loading__infos {
  font-size: var(--_loader-text-size);
  margin-top: 56px;
}

.c-loading--left {
  text-align: left;
}

.c-loading--right {
  text-align: right;
}

.c-loading--dark {
  --_loader-text-color: var(--light);
  --_loader-title-color: var(--light);

  background-color: oklch(28.5% 0 0 / 80%);
}

.c-loading.c-loading--dark.c-loading--boxed {
  --_loader-text-color: var(--gray-dark);
  --_loader-title-color: var(--gray-dark);
}

:has(> .c-loading--inside-box) {
  position: relative;
}

.c-loading--inside-box {
  position: absolute;
}

.c-loading--boxed .c-loading__content {
  background-color: var(--light);
  border: 1px solid oklch(94.3% 0 0);
  box-shadow: oklch(50.7% 0.02 286 / 20%) 0 7px 29px 0;
  display: grid;
  max-width: 400px;
  min-height: 30vh;
  padding: 24px 16px;
  place-content: center;
  width: 100%;
}

.c-loader-spinner {
  display: flex;
  justify-content: center;
}

.c-loader,
.c-loader::before,
.c-loader::after {
  animation: bbl-fad-in-out 1.8s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 50%;
  display: block;
  height: 2.5em;
  width: 2.5em;
}

.c-loader {
  animation-delay: -0.16s;
  color: var(--_loader-spinner-color, var(--_loader-text-color));
  font-size: var(--_loader-spinner-size);
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

.c-loader::before,
.c-loader::after {
  content: '';
  position: absolute;
  top: 0;
}

.c-loader::before {
  animation-delay: -0.32s;
  left: -3.5em;
}

.c-loader::after {
  left: 3.5em;
}

@keyframes bbl-fad-in-out {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.l-grid-row {
  display: grid;
  grid-template-columns:
    [full-start] minmax(1rem, 1fr) [content-start] repeat(12, minmax(0, 120px)) [content-end] minmax(1rem, 1fr)
    [full-end];
  left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}

.l-grid-item {
  padding-inline: 15px;
}

.break-start {
  grid-column-start: 1 !important;
}

.break-end {
  grid-column-end: -1 !important;
}

@media (width <= 770px) {
  .l-grid-item {
    grid-column: content !important;
  }

  .m-break-start {
    grid-column-start: 1 !important;
  }

  .m-break-end {
    grid-column-end: -1 !important;
  }
}

body:has(.fixed-actions--visible) {
  .cookie-consent__icon,
  #cookie-consent,
  #scroll-top {
    display: none !important;
  }
}

.fixed-actions {
  background: oklch(100% 0 0);
  border-top: 1px solid oklch(94.3% 0 0);
  bottom: 0;
  box-shadow: oklch(50.7% 0.02 286 / 20%) 0 0 9px 0;
  display: none;
  left: 0;
  max-width: 100vw;
  padding: 1rem 2rem;
  position: fixed;
  right: 0;
  z-index: 9999998;
}

.fixed-actions--visible {
  display: block;
}

.fixed-actions button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

[data-soul-dropdown] {
  position: relative;
  width: fit-content;
}

[data-soul-dropdown-items] {
  background: oklch(100% 0 0);
  display: grid;
  grid-template-rows: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  translate: -50%;
  z-index: 9999;
}

[data-soul-dropdown-items] ul {
  border: 1px solid oklch(94.3% 0 0);
  border-radius: 5px;
  width: max-content;
}

[data-soul-dropdown-items][open] {
  grid-template-rows: 1fr;
  overflow: visible;
}

[data-soul-dropdown-items][open]::before {
  background: oklch(100% 0 0);
  border: 1px solid oklch(94.3% 0 0);
  border-bottom: 0;
  border-right: 0;
  content: '';
  height: 10px;
  left: 45%;
  position: absolute;
  rotate: 45deg;
  top: -5px;
  width: 10px;
  z-index: 1;
}

[data-soul-dropdown-item] + [data-soul-dropdown-item] {
  border-top: 1px solid oklch(94.3% 0 0);
}

[data-soul-dropdown-link] {
  align-items: center;
  color: oklch(31.7% 0 0);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}

[data-soul-dropdown-link][has-icon] {
  grid-template-columns: 1rem 1fr;
}

[data-soul-dropdown-link]:hover {
  background-color: oklch(97.6% 0 0);
  color: initial;
}

[data-soul-dropdown-link] i {
  color: var(--_icon-color);
  font-size: 1rem;
  text-align: center;
}

[data-soul-dropdown-link] span {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-toggle='tooltip'] {
  display: inline-block !important;
}

.o-icon {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: inline-flex;
}

.o-icon svg {
  color: var(--_icon-color, currentColor);
  width: var(--_icon-size, 1rem);
}

#credential_picker_iframe {
  z-index: 999999999999999999999 !important;
}

/* Raio tematico compartilhado (migrado de header_rounded.css / header_circle.css) */
.button,
button,
.btn,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  border-radius: var(--ui-radius-button, 0);
}

.block-destaques .block-int a .block-name,
.block-destaques .block-int a .block-img {
  border-radius: var(--ui-radius-surface, 0);
}

.modal-content {
  border-radius: var(--ui-radius-modal, 0);
}

.b-radius {
  border-radius: var(--ui-radius-utility, 0);
}

.b-radius-topright-bottomright {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--ui-radius-utility, 0);
  border-top-left-radius: 0;
  border-top-right-radius: var(--ui-radius-utility, 0);
}

.b-radius-topleft-bottomleft {
  border-bottom-left-radius: var(--ui-radius-utility, 0);
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--ui-radius-utility, 0);
  border-top-right-radius: 0;
}

.global-site-notice.amgdpr-cookie {
  border-radius: var(--ui-radius-cookie-notice, 0) var(--ui-radius-cookie-notice, 0) 0 0;
}

.global-site-notice.amgdpr-cookie.template-2 {
  border-radius: var(--ui-radius-cookie-notice, 0);
}

:root[theme='rounded'] {
  --header-radius-search: 0.25rem;
  --header-radius-search-button: 0 0.25rem 0.25rem 0;
  --header-radius-cartpopup-button: 0.25rem;
  --header-radius-cartpopup-box: 0.25rem;
  --header-radius-message: 0.25rem;
}

:root[theme='circle'] {
  --header-radius-search: 3.125rem;
  --header-radius-search-button: 3.125rem;
  --header-radius-cartpopup-button: 1.25rem;
  --header-radius-cartpopup-box: 0.625rem;
  --header-radius-message: 0.625rem;
}

@font-face {
  ascent-override: var(--font-ascent-override, 96.87%);
  descent-override: var(--font-descent-override, 24.14%);
  font-family: 'fallback for default font';
  line-gap-override: var(--font-line-gap-override, 0%);
  src: local('Arial');
}

body {
  font-family:
    var(--default-font),
    'fallback for default font',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  overflow-x: hidden;
}

.h1,
h1 {
  font-size: var(--fs-3);
  font-weight: 600;
}

h2,
.h2 {
  font-size: var(--fs-2);
  font-weight: 600;
}

p {
  font-size: 0.875rem;
}

body,
button,
input,
select,
table,
textarea {
  font-size: var(--size-14);
  line-height: 1.5;
}

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

ul li {
  color: oklch(38.3% 0 0);
}

label {
  color: oklch(62% 0 0);
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 1rem;
  vertical-align: middle;
}

button:focus {
  outline: none;
}

a:focus {
  outline: unset;
}

a:focus-visible,
button:focus-visible,
:focus-visible {
  outline: 2px solid var(--button-buy-bg-color, hsl(208 100% 34%));
  outline-offset: 2px;
}

a:hover {
  text-decoration: none;
}

.cartpopup_productname .block-icon-trash a.cartpopup_remove,
.ajaxnotice_warning,
label.required::after,
span.required::after,
p.required,
.validation-advice,
label.required::after,
#content-cart .excluir-item i,
.my-account .block-item-product .block-right .button-remove {
  color: oklch(59.2% 0.2 21.2);
}

div.validation-failed,
div.validation-advice {
  font-size: 80%;
  margin-top: 0.25rem;
}

.input-group div.validation-advice {
  display: block;
  width: 100%;
}

.input-text.validation-failed,
.validation-failed {
  border-color: oklch(59.2% 0.2 21.2);
}

.input-text.validation-failed:focus {
  outline-color: red;
}

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button,
.catalog-product-view .item .alert-stock.link-stock-alert {
  border: 0;
  display: inline-block;
  font-size: var(--size-13);
  font-weight: normal;
  font-weight: 600;
  padding: 7px 15px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  outline: none;
}

a.button {
  text-decoration: none;
}

.sublogin-infos {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 0.25rem 1rem;
}

.sublogin-infos a {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 4px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 1px;
}

header {
  display: table;
  position: relative;
  width: 100%;
}

.logo-home {
  margin: 0;
}

.all-header {
  display: table;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 1rem 0;
  position: relative;
}

.logo:hover {
  opacity: 1;
}

.checkout .logo img {
  max-width: 100%;
}

#search {
  border-radius: var(--header-radius-search, 0);
  box-shadow: none;
  height: 40px;
  padding-right: 50px;
  width: 100%;
}

form#search_mini_form {
  position: relative;
  width: 100%;
}

#search_mini_form .search-button {
  aspect-ratio: 1 / 1;
  background-color: var(--_search-icon-bg-color, oklch(97.6% 0 0));
  border-radius: var(--header-radius-search-button, 0);
  display: grid;
  height: 38px;
  margin-top: 1px;
  padding: 0;
  place-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 44px;
}

#search_mini_form #search.loading,
.form-search #search.loading {
  padding-right: 50px;
}

.loading + .search-button i {
  animation: fa-spin 2s linear infinite;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

.loading + .search-button i::before {
  color: var(--fa-primary-color, inherit);
  content: '\f3f4';
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
  position: absolute;
}

.loading + .search-button i::after {
  color: var(--fa-secondary-color, inherit);
  content: '\10f3f4';
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.search-button i {
  transition: opacity 0.3s ease-in-out;
}

.c-grid-header {
  align-items: center;
  display: grid;
  gap: 0 1.5rem;
  grid-template-areas: 'logo search search search account links';
  grid-template-columns: auto 3fr 1fr 1fr;
  padding-inline: 1rem;
  width: 100%;
}

.c-grid-header .logo {
  grid-area: logo;
  line-height: 1;
}

.header-login {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  grid-area: account;
}

#header-search {
  grid-area: search;
}

.header__links {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  grid-area: links;
  justify-content: flex-end;
}

.o-icon--user {
  --_icon-size: var(--_user-icon-size, 2rem);
  --_icon-color: var(--_user-icon-color, currentColor);
}

.o-icon--search {
  --_icon-size: var(--_search-icon-size, 1.25rem);
  --_icon-color: var(--_search-icon-color, currentColor);
}

.o-icon--wishlist {
  --_icon-size: var(--_wishlist-icon-size, 2rem);
  --_icon-color: var(--_wishlist-icon-color, currentColor);
}

.o-icon--cart {
  --_icon-size: var(--_cart-icon-size, 2rem);
  --_icon-color: var(--_cart-icon-color, currentColor);
}

.login-content {
  font-size: var(--fs--1, 0.875rem);
  line-height: 1;
}

.msg-welcome {
  font-size: inherit;
  margin-block: 0;
}

.login-register a {
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}

span.msg-or {
  margin: 0 1px;
}

.header-wishlist a,
a.skip-cart {
  align-items: flex-end;
  display: flex;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.skip-cart .count,
.count-wishlist {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  bottom: -0.25rem;
  display: inline-grid;
  font-size: var(--fs--2);
  line-height: 1.25rem;
  place-content: center;
  position: absolute;
  right: -0.5rem;
  width: 1.25rem;
}

#search_mini_form label {
  display: block;
  height: 0;
  margin: 0;
  text-indent: -999em;
  width: 0;
}

@media (width > 770px) {
  header.fixed {
    position: sticky;
    top: 0;
    z-index: 999;
  }

  /* SenSearch (desktop): enquanto o autocomplete está aberto, o body ganha
     .sensearch-desktop-open (via search.js _showAutocomplete, removida no
     teardown único _hideAutocomplete).

     FIX DO FLICKER (v2.7.49): a versão anterior zerava o z-index do header
     (z-index:auto), o que DESTRUÍA o stacking context do header sticky e
     REFLUÍA o layout ao abrir o painel — o #search mudava de posição, o
     getBoundingClientRect que ancorou o painel ficava defasado e o reflow
     disparava resize/scroll que reposicionavam/fechavam o painel → pisca.

     Agora só ELEVAMOS o z-index do header (de 999 para acima do overlay
     99998). Mudar apenas z-index NÃO reflui o layout (position continua
     sticky). O wrapper .sensearch-ac-open (z-index:100000) segue dentro do
     stacking context do header, mas agora o header inteiro sobe acima do
     overlay — a barra de busca continua "iluminada" sobre a página escurecida,
     sem reflow e sem flicker. Só afeta o header quando o SenSearch abre o
     painel; com SenSearch off a classe nunca é adicionada e o header fica
     intacto. */
  body.sensearch-desktop-open header.fixed {
    z-index: 100000;
  }
}

#ajaxnotice::before {
  background-color: oklch(100% 0 0);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
}

#cartpopup_slidecontainer {
  border: 1px solid oklch(91% 0 0);
  border-radius: var(--header-radius-cartpopup-box, 0);
}

#cartpopup_slidecontainer .cartpopup_header span {
  color: oklch(26.4% 0 0);
  font-size: var(--size-16);
  font-weight: 600;
  line-height: 22px;
}

#cartpopup_slidecontainer .cartpopup_header a {
  color: oklch(50% 0 0);
  cursor: pointer;
  font-size: var(--size-18);
  line-height: 20px;
  padding: 0;
  right: 0;
}

form#cartpopup_form {
  max-height: 282px;
  overflow-y: scroll;
}

form#cartpopup_form::-webkit-scrollbar {
  width: 4px;
}

form#cartpopup_form::-webkit-scrollbar-track {
  background: transparent;
}

form#cartpopup_form table {
  width: 100%;
}

#cartpopup_slidecontainer tbody tr {
  border-bottom: 1px solid oklch(96.1% 0 0);
  display: block;
  padding: 15px 5px;
  position: relative;
}

#cartpopup_slidecontainer td.cartpopup_productimage {
  min-width: 62px;
  padding-right: 1rem;
}

#cartpopup_slidecontainer .cartpopup_productname > a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-block-end: 0.5em;
  padding-right: 1.25rem;
  text-align: left;
  text-transform: initial;
  transition: opacity 0.3s ease-in-out;
}

.cartpopup_productname .box-price,
.cartpopup_productname .box-qtd {
  line-height: 1.2;
}

.cartpopup_productname p.price-popupcart,
.cartpopup_productname p.text-qtd {
  display: inline-block;
  font-size: 0.75rem;
}

#cartpopup_slidecontainer .o-tax-included {
  font-size: 0.75rem;
}

.cartpopup_productname span.price,
.cartpopup_productname span.qtd {
  font-size: 0.75rem;
  font-weight: bold;
}

.cartpopup_productname span.qtd {
  color: oklch(38.3% 0 0);
}

.cartpopup_productname .block-icon-trash {
  position: absolute;
  right: 10px;
  top: 20px;
}

#cartpopup_slidecontainer .cartpopup_remove {
  font-size: 16px;
  transition: opacity 0.3s ease-in-out;
}

.cartpopup_producttotal {
  border: 0;
  color: oklch(50% 0 0);
  font-size: var(--size-14);
  font-weight: bold;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}

.cartpopup_producttotal span.price {
  color: oklch(38.3% 0 0);
  float: right;
  font-size: var(--size-14);
}

.cartpopup_buttons {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.cartpopup_buttons a {
  border-radius: var(--header-radius-cartpopup-button, 0);
  display: inline-block;
  font-size: var(--size-14);
  font-weight: 600;
  padding: 6px 25px;
  transition: opacity 0.3s ease-in-out;
  vertical-align: middle;
}

.cartpopup_buttons a.view-cart {
  border: 1px solid;
}

.cartpopup_buttons a.checkout {
  border: 1px solid;
}

div#cartpopup_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div#cartpopup_overlay svg {
  height: 110px;
  width: 110px;
}

#cartpopup_slidecontainer .cartpopup_overlay_center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

div#cartpopup_overlay::before {
  background-color: oklch(100% 0 0);
  content: '';
  display: table;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.logo .logo-mobile {
  display: none;
}

.header-additional {
  clear: both;
}

.header-fixed .header-additional {
  position: sticky;
  z-index: 999;
}

@media screen and (width <=991px) {
  .login-content {
    align-self: auto;
  }
}

@media screen and (width <=770px) {
  .header-fixed header.fixed {
    box-shadow: 0 1px 10px oklch(0% 0 0 / 15%);
  }

  .logo-home,
  .logo {
    margin: 0 auto;
  }

  #header-search {
    margin: 1rem 0 0;
    width: 100%;
  }

  .header-login {
    display: none;
  }

  .header-wishlist {
    display: none;
  }

  .logo .logo-mobile {
    display: block;
  }

  .logo .logo-desktop {
    display: none;
  }

  .c-grid-header {
    display: grid;
    gap: 0.5rem 1.25rem;
    grid-template-areas:
      '. logo logo logo links'
      'search search search search search';
    grid-template-columns: repeat(5, 1fr);
    padding: 1rem;
  }

  .c-grid-header .header-nav {
    width: fit-content;
  }

  .c-grid-header--account-mobile {
    grid-template-areas:
      '. logo logo account links'
      'search search search search search';
    grid-template-columns: 90px repeat(2, 1fr) 35px 35px;
  }

  .c-grid-header--account-mobile .header-login {
    display: flex;
    gap: 0;
    position: relative;
  }

  .c-grid-header--account-mobile .header-login .login-content,
  .c-grid-header--account-mobile .header-login .msg-welcome {
    font-size: 0;
  }

  .c-grid-header--account-mobile .header-login .login-content .link-login,
  .c-grid-header--account-mobile .header-login .login-content .link-my-account {
    inset: 0;
    position: absolute;
  }

  .c-grid-header .header-minicart i {
    font-size: 32px !important;
  }

  .o-icon--cart {
    --_icon-size: calc(var(--_user-icon-size) * 1.2);

    position: relative;
  }
}

@media screen and (width <=500px) {
  #cartpopup_slidecontainer {
    width: 280px;
  }

  #cartpopup_slidecontainer td.cartpopup_productimage {
    display: table;
    margin: 0 auto 20px;
  }

  #cartpopup_slidecontainer td.cartpopup_productname {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  #cartpopup_slidecontainer .cartpopup_productname > a {
    margin: 0 0 5px;
    text-align: center;
  }

  .cartpopup_buttons {
    text-align: center;
  }

  .cartpopup_buttons a {
    display: block;
  }

  .cartpopup_buttons a.view-cart {
    margin: 0 0 15px;
  }

  .c-grid-header--account-mobile {
    grid-template-columns: 60px repeat(2, 1fr) 30px 30px;
  }
}

@media screen and (width <=440px) {
  p {
    font-size: var(--size-14);
  }
}

@media screen and (width <=390px) {
  .header-minicart i {
    font-size: 25px !important;
  }
}

/* QUEBRAS DO CORPO DO SITE */
/* ======================================== */
.blockFull {
  left: calc(-50vw + 50%);
  padding: 1.5rem 1rem;
  position: relative;
  width: 100vw;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.col2-left-layout .main {
  column-gap: 2rem;
  display: grid;
  grid-template-areas: 'aside main';
  grid-template-columns: 25% 1fr;

  & > * {
    min-width: 0;
  }

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

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

  .col-left + .col-left {
    grid-row: 2;
  }

  &:has(.breadcrumbs) {
    grid-template-areas:
      'breadcrumbs breadcrumbs'
      'aside main';
  }

  &:has(.breadcrumbs) .breadcrumbs {
    grid-area: breadcrumbs;
  }

  @media (width <= 991px) {
    display: block;
  }
}

.main-container,
.footer-container {
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 1rem;
  position: relative;
  width: 100%;
}

.main-container {
  flex-grow: 1;
  padding-block: 2.5rem 3rem;
}

.cms-home .main-container {
  padding: 0 1rem;
}

@media screen and (width <=770px) {
  .main-container {
    padding-top: 2rem;
  }
}
/* FIM QUEBRAS DO CORPO DO SITE */
/* ======================================== */

/* CORES DA BUSCA, PRODUTO, CARRINHO */
/* ======================================== */
.category-products .product-item .price-box .old-price .price,
.am_search_popup .old-price .price,
.my-account .block-item-product .block-right .price-box .old-price span,
.products-grid .product-item .price-box.bundle .price-from .price {
  color: oklch(69.3% 0 0);
}

/* FIM CORES DA BUSCA, PRODUTO, CARRINHO */
/* ======================================== */

/* CARREGAMENTO */
/* ======================================== */
.popup_overlay_center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

div#popup_overlay::before {
  background-color: oklch(100% 0 0);
  content: '';
  display: table;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

div#popup_overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div#popup_overlay svg {
  height: 110px;
  width: 110px;
}
/* FIM CARREGAMENTO */
/* ======================================== */

/* MENSAGENS DE AVISO */
/* ======================================== */
.messages {
  display: table;
  margin: 0 0 10px;
  padding: 10px 0 0;
  width: 100%;
}

.messages li li {
  background: oklch(96.7% 0 0);
  border-radius: var(--header-radius-message, 0);
  font-size: var(--size-15);
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  position: relative;
}

.messages li li::before {
  border-bottom: 6px solid transparent;
  border-right: none;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

.messages .error-msg li::before {
  border-left: 6px solid oklch(58.2% 0.22 31.4);
}

.messages .notice-msg li::before {
  border-left: 6px solid oklch(65.4% 0.18 48.5);
}

.messages .success-msg li::before {
  border-left: 6px solid oklch(66.8% 0.23 142);
}

.messages li {
  color: black;
}

.messages .error-msg li {
  background-color: oklch(95.1% 0.02 35.3);
  border-left: 5px solid oklch(58.2% 0.22 31.4);
}

.messages .notice-msg li {
  background-color: oklch(95% 0.02 40.8);
  border-left: 5px solid oklch(65.4% 0.18 48.5);
}

.messages .success-msg li {
  background-color: oklch(96.3% 0.02 130);
  border-left: 5px solid oklch(66.8% 0.23 142);
}
/*  FIM MENSAGENS DE AVISO */
/* ======================================== */

.area-parcela-desconto.reverse-billet-parcel .block-full {
  display: flex !important;
  flex-wrap: wrap !important;
}

.area-parcela-desconto.reverse-billet-parcel .block-full .ticket-produto {
  order: 2;
}

.area-parcela-desconto.reverse-billet-parcel .block-full .parcela-produto {
  order: 1;
}

/* PIX PRIO */
.cartpopup_producttotal:has(> .c-price-box) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box {
  font-weight: normal;
  text-align: right;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: flex-end;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price__value {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price__discount-infos {
  color: var(--discount-color);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-installments {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0.25rem;
  text-wrap: balance;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-installments .price {
  float: none;
  font-size: inherit;
  font-weight: inherit;
}

.cartpopup_producttotal:has(> .c-price-box)
  .c-price-box
  .c-installments
  :is(.c-installments__full-price, .c-installments__value) {
  font-weight: 600;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-fee {
  font-size: 0.75rem;
}

.svg-clip-path {
  height: 0;
}

.svg-clip-path svg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: 0;
}
.squircle {
  clip-path: url('https://shopmx.esab.com/skin/frontend/soulcore/default/#squircleClip');
}

:root {
  --input-border-color: oklch(85.2% 0.01 239);
  --input-radius-field: 0;
  --input-radius-check: 0.125rem;
  --input-radius-multiselect: 0.9375rem 0 0 0.9375rem;
  --input-radius-prediction: 0.25rem;
}

:root[theme='rounded'] {
  --input-radius-field: 0.25rem;
  --input-radius-check: 0.25rem;
}

:root[theme='circle'] {
  --input-radius-field: 1rem;
  --input-radius-check: 0.3125rem;
}

label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-block-end: 0.25rem;
}

label.required::after,
span.required::after {
  content: ' *';
  font-size: var(--size-12);
  font-weight: normal;
}

input,
textarea,
select {
  background-color: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-radius-field, 0);
  color: oklch(50% 0 0);
  font-family: var(--default-font);
  font-size: 0.875rem;
  height: 40px;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
}

textarea {
  height: 150px;
  max-height: 200px;
  padding: 20px;
}

:is(input, textarea, select):focus {
  border: 1px solid var(--input-border-color);
  outline: none;
}

:is(input, textarea, select, .form-control)::placeholder {
  color: oklch(72.8% 0 0);
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  box-shadow: none;
  display: none;
}

:is(input[type='checkbox'], input[type='radio']):not(.pccform input) {
  display: initial;
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}

input[type='checkbox']:not(:checked) + label,
input[type='checkbox']:checked + label,
input[type='radio']:not(:checked) + label,
input[type='radio']:checked + label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:not(:checked) + label::before {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-radius-check, 0.125rem);
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

input[type='checkbox']:disabled + label::before,
input[type='radio']:disabled + label::before {
  background: oklch(89.4% 0 0);
}

input[type='checkbox']:checked + label::after,
input[type='radio']:checked + label::after {
  border-radius: var(--input-radius-check, 0.125rem);
  content: '\f00c';
  display: table;
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

input[type='radio']:checked + label::after {
  border-radius: 50%;
}

input[type='radio']:not(:checked) + label::before {
  border-radius: 50%;
}

input[type='file']::-webkit-file-upload-button {
  background: oklch(96.4% 0 0);
  border: none;
  border-right: 1px solid var(--input-border-color);
  color: oklch(62% 0 0);
  margin: 0;
  padding: 7px 10px 7px 15px;
}

input[type='file']::-webkit-file-upload-button:focus {
  outline: none;
}

input[type='file'] {
  color: oklch(62% 0 0);
  padding: 0;
}

select[multiple='multiple'] {
  border-radius: var(--input-radius-multiselect, 0.9375rem 0 0 0.9375rem);
  height: auto;
  min-height: 100px;
}

optgroup:not(:has(option)) {
  display: none;
}

optgroup[label=''] {
  font-size: 0;
}

optgroup[label=''] option {
  font-size: var(--size-13);
}

.input-group.date .dropdown-menu {
  display: block;
}

.input-group.date .input-group-addon {
  align-items: center;
  background: oklch(92.8% 0 0);
  border: 1px solid var(--input-border-color);
  display: flex;
  height: 35px;
  padding: 0 1rem;
}

.bootstrap-datetimepicker-widget > .row {
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker.col-md-6,
.bootstrap-datetimepicker-widget .timepicker.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 24px;
  width: 24px;
}

.bootstrap-datetimepicker-widget .timepicker .glyphicon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 0;
}

.form-group:has(.visualcaptcha, .captcha) .control-label {
  padding: 0 15px;
}

.form-group:has(.visualcaptcha) .visualcaptcha {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (width <= 770px) {
  .bootstrap-datetimepicker-widget .datepicker.col-md-6,
  .bootstrap-datetimepicker-widget .timepicker.col-md-6 {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
/* CONTACT FORM */
.form-institucional .pccform .radio label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

.form-institucional .pccform .radio label input {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  box-shadow: unset;
  cursor: pointer;
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .radio label input:checked::after {
  border-radius: 50%;
  content: '\f00c';
  display: table;
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .radio label input::before {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  border-radius: 50%;
  content: '';
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .radio-inline {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

.form-institucional .pccform .radio-inline input::after {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  border-radius: 50%;
  content: '';
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .radio-inline input {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  box-shadow: unset;
  cursor: pointer;
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .radio-inline input:checked::before {
  border-radius: 50%;
  content: '\f00c';
  display: table;
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 9;
}

.form-institucional .pccform .checkbox label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

.form-institucional .pccform .checkbox label input {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  box-shadow: unset;
  cursor: pointer;
  display: table;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}

.form-institucional .pccform .checkbox label input::after {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  content: '';
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-institucional .pccform .checkbox label input:checked::before {
  content: '\f00c';
  display: table;
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 9;
}

.form-institucional .pccform .checkbox-inline {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}

.form-institucional .pccform .checkbox-inline input {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  box-shadow: unset;
  cursor: pointer;
  display: table;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.form-institucional .pccform .checkbox-inline input:checked::before {
  content: '\f00c';
  display: table;
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 9;
}

.form-institucional .pccform .checkbox-inline input::after {
  background: oklch(100% 0 0);
  border: 1px solid var(--input-border-color);
  content: '';
  display: table;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
/* FIM CONTACT FORM */

.validation-advice[id*=':street2'] {
  order: 3;
}

div[id*='place-autocomplete-results'] {
  background: white;
  border: 1px solid var(--input-border-color);
  box-shadow: 0 10px 25px oklch(0% 0 0 / 15%);
  display: none;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  scrollbar-width: thin;
  width: calc(100% - 10px);
  z-index: 1000;
}

div[id*='place-autocomplete-results'].show {
  display: block;
}

div[id*='place-autocomplete-results'] li {
  margin: 0;
  padding: 0;
}

div[id*='place-autocomplete-results'] li a {
  border-bottom: 1px solid var(--input-border-color);
  color: oklch(32.1% 0 0);
  cursor: pointer;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s;
}

div[id*='place-autocomplete-results'] li:last-child a {
  border-bottom: none;
}

div[id*='place-autocomplete-results'] li a:hover,
div[id*='place-autocomplete-results'] li.selected a {
  background-color: oklch(98.2% 0 248);
}

div[id*='place-autocomplete-results'] .prediction-main {
  color: oklch(32.1% 0 0);
  font-weight: 600;
}

div[id*='place-autocomplete-results'] .prediction-secondary {
  color: oklch(51% 0 0);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.25rem;
  justify-content: space-between;
  margin-top: 0.25rem;
}

div[id*='place-autocomplete-results'] .prediction-select {
  align-self: flex-end;
  background: var(--blue);
  border-radius: var(--input-radius-prediction, 0.25rem);
  color: oklch(100% 0 0);
  font-size: 10px;
  font-weight: bold;
  padding: 0.125rem 0.5rem;
}

@media only screen and (min-width: 771px) {
  #header-nav { clear:both;display: block; float: left; width: 100%;}
}
.nav-block { margin: 0px auto; max-width: calc(1320px + 2rem); padding: 0px 1rem;position: relative;}
.rootmenu-list li.rootmenu-mobile-title { display: none;font-size: var(--size-18); padding: 10px 15px; }
.mobile-sub .rootmenu-mobile { position: absolute; right: 1rem; top: 1rem; background-color: transparent; }
.mobile-sub .rootmenu-mobile .fa-times-circle {font-size: var(--size-20); }
.rootmenu-list > li > a { padding: 0px 20px; transition: opacity 0.3s ease-in-out; }
/* SIMPLEDROPDOWN */
/* =============================== */
.rootmenu-submenu{border:1px solid; border-bottom:2px solid;}
.rootmenu-list > li {display: inline-block; float: none;font-weight: 600;}
.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub, .halflinkonly .level2-popup .level3-popup, .halfmenu.topmenu_main.clearfix.top-half-right ul.level2-popup ul.level3-popup, .halfmenu.topmenu_main.clearfix.top-half-left .level2-popup li .level3-popup{border-bottom:2px solid;}
.rootmenu-submenu-sub > li > a, .halflinkonly .level2-popup .level3-popup li a, .top-half-right .level2-popup .level3-popup li a, .top-half-left .level2-popup .level3-popup li a{background:oklch(98.8% 0 0);border-bottom: 1px solid oklch(96.1% 0 0);}

.rootmenu-submenu > li > a, .rootmenu .halfmenu ul > li > a {display: block; font-weight: normal; line-height: 22px; padding: 8px 17px 8px 17px; text-align: left; }
.rootmenu .halfmenu, .rootmenu-submenu{font-size: var(--size-13);}
/* FIM SIMPLEDROPDOWN */
/* =============================== */

/* HALF WIDTH - ONLY LINKS */
/* =============================== */
.halfmenu.topmenu_main.clearfix.halflinkonly  {border-bottom: 2px solid;}
.halfmenu.topmenu_main.clearfix.halflinkonly .level2-popup li {transition: all 0.3s;}
/* FIM HALF WIDTH - ONLY LINKS */
/* =============================== */

/* HALF WIDTH - RIGHT BLOCK */
/* =============================== */
.halfmenu.topmenu_main.clearfix.top-half-right a {transition: all 0.3s;}
.halfmenu.topmenu_main.clearfix.top-half-right ul.level2-popup ul.level3-popup {left: 75%;}
.rootmenu-list li .halfmenu.topmenu_main.clearfix.top-half-right {width: 500px;}
.rootmenu-list li .halfmenu.topmenu_main.clearfix.top-half-right li .rootmenu-click i { display: none; }
.rootmenu-list li.right .halfmenu.topmenu_main.clearfix.top-half-right { right: 0; }
/* FIM HALF WIDTH - RIGHT BLOCK */
/* =============================== */

/* HALF WIDTH - LEFT BLOCK */
/* =============================== */
.halfmenu.topmenu_main.clearfix.top-half-left {border-bottom: 2px solid;}
.halfmenu.topmenu_main.clearfix.top-half-left a {transition: all 0.3s;}.halfmenu.topmenu_main.clearfix.top-half-left .level2-popup li .level3-popup {left: 85%;}
/* FIM HALF WIDTH - LEFT BLOCK */
/* =============================== */

/* FULL WIDTH - SUB CATEGORY WITH RIGHT BLOCK (SEPARATING CATEGORIES WITH AND WITHOUT SUB CATEGORY) */
/* =============================== */
.megamenu.topmenu_main.clearfix.categoriesmenu {border-bottom: 2px solid;}
.megamenu.topmenu_main.clearfix.categoriesmenu .root-col-4.clearfix .root-col-1 {padding: 8px 0;}
.megamenu.topmenu_main.clearfix.categoriesmenu .root-col-4.clearfix .root-col-1 .title {padding: 0;}
.megamenu.topmenu_main.clearfix.contentmenu .root-col-2.clearfix { padding: 0; }
.megamenu.topmenu_main.clearfix.contentmenu .root-col-2.clearfix .title { height: auto; margin: 0; padding: 8px 0; }
.megamenu.topmenu_main.clearfix.categoriesmenu .title a, .megamenu.topmenu_main.clearfix.contentmenu .title a{font-size: var(--size-16);font-weight: 600;transition: all 0.3s;}
.rootmenu .categoriesmenu ul > li > a, .megamenu.topmenu_main.clearfix.categoriesmenu div li a, .catlinksstyle > li > a{ border-right: 0 none; display:block;font-size: var(--size-14);font-weight:normal;line-height:18px; text-align:left;transition: all 0.3s;}
.rootmenu .categoriesmenu ul > li.rootmenu-view-more > a, .megamenu.topmenu_main.clearfix.categoriesmenu div li.rootmenu-view-more a{ font-size: 13px; font-weight: 600; }
.megamenu.topmenu_main.clearfix.categoriesmenu div li[aria-expanded="true"] { padding: 0px; }

.halfmenu.topmenu_main.clearfix.top-half-right, .halfmenu.topmenu_main.clearfix.halflinkonly, .halfmenu.topmenu_main.clearfix.top-half-left, .megamenu.topmenu_main.clearfix.categoriesmenu, .megamenu.topmenu_main.clearfix.contentmenu, .rootmenu-submenu, .rootmenu .rootmenu-list .custom-menus .custom-menu-submenu{border: 1px solid oklch(96.1% 0 0);border-bottom:2px solid;box-shadow: 0px 0px 2px oklch(76.7% 0 0);}
/* FIM FULL WIDTH - SUB CATEGORY WITH RIGHT BLOCK (SEPARATING CATEGORIES WITH AND WITHOUT SUB CATEGORY) */
/* =============================== */

/* FULL WIDTH - SUB CATEGORY WITH LEFT BLOCK */
/* =============================== */
.megamenu.topmenu_main.clearfix.contentmenu .root-col-3.clearfix .title { height: auto; margin: 0;padding: 15px 0 0px 10px;}
/* FIM FULL WIDTH - SUB CATEGORY WITH LEFT BLOCK */
/* =============================== */

/* FULL WIDTH - WITH SUB CATEGORY */
/* =============================== */
.megamenu.topmenu_main.clearfix.categoriesmenu .title, .megamenu.topmenu_main.clearfix.contentmenu .root-col-3.clearfix .title {padding: 8px 0;}
.megamenu.topmenu_main.clearfix.categoriesmenu div li, .catlinksstyle > li { border-right: 0 none; display: block;font-weight: normal; line-height: 18px; padding: 6px 10px 6px 0; text-align: left;}
/* FIM FULL WIDTH - WITH SUB CATEGORY */
/* =============================== */

.account_menu ul { margin-block-start: .5rem; }

.account_menu ul li a::before { font-family: 'Font Awesome 5 Pro'; font-size: 1rem; font-weight: 400; margin-inline: auto; }
.account_menu ul li a[href*="account"]::before { content: '\f0db'; }
.account_menu ul li a[href*="account/edit"]::before { content: '\f53c'; }
.account_menu ul li a[href*="address"]::before { content: '\f015'; }
.account_menu ul li a[href*="order/history"]::before { content: '\f290'; }
.account_menu ul li a[href*="wishlist"]::before { content: '\f004'; }
.account_menu ul li a[href*="cartlist"]::before { content: '\f07a'; }
.account_menu ul li a[href*="xnotif/stock"]::before { content: '\f49a'; }
.account_menu ul li a[href*="customerrma"]::before { content: '\f021'; }
.account_menu ul li a[href*="soulvendorchat"]::before { content: '\f086'; }
.account_menu ul li a[href*="helpdesk"]::before { content: '\f82d'; }
.account_menu ul li a[href*="gdpr"]::before { content: '\f21b'; }
.account_menu ul li a[href*="downloadable"]::before { content: '\f019'; }
.account_menu ul li a[href*="review"]::before { content: '\f005'; }
.account_menu ul li a[href*="sublogin"]::before { content: '\f0c0'; }
.account_menu ul li a[href*="soulrecurrence"]::before { content: '\f783'; }
.account_menu ul li a[href*="soulmktplc/vendor"]::before { content: '\f090'; }
.account_menu ul li a[href*="oauth/customer_token"]::before { content: '\f1fa'; }
.account_menu ul li a[href*="tag/customer"]::before { content: '\f02b'; }
.account_menu ul li a[href*="sales/billing_agreement"]::before { content: '\f56c'; }
.account_menu ul li a[href*="sales/recurring_profile"]::before { content: '\f364'; }
.account_menu ul li a[href*="newsletter"]::before { content: '\f004'; }

header .nav-block .rootmenu.mobile .rootmenu-list .voltar {display: none;}

@media screen and (max-width:770px){
    div#header-nav { left: 15px; position: absolute; top: 21px; }
    .nav-block { padding: 0px; }
    .rootmenu-mobile { padding: 13px 13px; }
    .rootmenu-mobile > .icon-bar { height: 3px; width: 20px; }
    .rootmenu-mobile > .icon-bar:first-child { margin: 0px; }

    .rootmenu-list { background-color: oklch(100% 0 0); height: 100%; max-width: 280px; overflow-y: scroll; scrollbar-width: thin; }
    .fundo-mm { background-color: oklch(50% 0 0); height: 100vh; left:0px; opacity: 0.5; position: fixed; top: 0px; width: 100%;}
    .rootmenu-list li.rootmenu-mobile-title { display: block; }
    .not-logged .rootmenu-list li.rootmenu-mobile-title.menu-cat { display: none; }
    .rootmenu-list .header_menu a.log-header.link-login { border: none; display: inline-block; padding: 0px 0px 0px 5px; }
    .rootmenu-list li.rootmenu-mobile-title p.msg-welcome { font-size: var(--size-14); margin: 5px 0px 0px; }
    .rootmenu-list li.rootmenu-mobile-title.menu-cat{padding: 5px 0px 0px;}
    .rootmenu-list li.rootmenu-mobile-title.menu-cat ul.nav.nav-tabs { border: 0px; }
    .rootmenu-list li.rootmenu-mobile-title.menu-cat ul.nav.nav-tabs li { margin: 0px; }
    .rootmenu-list li.rootmenu-mobile-title.menu-cat ul.nav.nav-tabs li a { padding: 0px; text-align: center; border-radius: 0; border: 1px solid oklch(100% 0 0); }
    .rootmenu-list li.rootmenu-mobile-title.menu-cat ul.nav.nav-tabs li a:hover { background-color: oklch(100% 0 0); border: 1px solid oklch(100% 0 0); }
    .rootmenu-list li.rootmenu-mobile-title.menu-cat ul.nav.nav-tabs li a:not(.active) { background: oklch(97.6% 0 0); border-radius: 0; color: oklch(35.2% 0 0); border-color: oklch(97.6% 0 0); }
    .rootmenu-list .account_menu .block-btn-mobile, .rootmenu-list .account_menu .block-title { display: none; }
    .rootmenu-list .account_menu .block-content .block-btn-close, .rootmenu-list .account_menu .block-content .block__header { display: none; }
    .rootmenu-list .account_menu .block-content ul li { border: none; padding: 0px; min-height: 40px; border-bottom: 1px solid oklch(97.6% 0 0); display: flex; align-items: center; margin-block-end: 0; }
    .rootmenu-list .account_menu .block-content ul li a { align-items: center; border: none; display: grid; grid-gap: 0.75rem; grid-template-columns: 1.25rem 1fr; line-height: normal; padding: .5rem; text-transform: initial; width: 100%; }

    .rootmenu-click > .rootmenu-arrow { display: block;float: right; height: 40px; line-height: 40px; text-align: center; width: 40px;}
    .rootmenu-list > li{display:block;}
    .rootmenu-list > li a, .rootmenu-list ul > li > a { border-bottom: 1px solid oklch(96.1% 0 0); display: block; font-size: var(--size-14); line-height: 35px; padding: 2px 15px;}
    .rootmenu-list .account_menu ul > li > a { text-transform: none; }
    .rootmenu .mobile-sub > li a.submenu-title, .rootmenu .rootmenu-list ul > li > a.submenu-title{border:none}
    .rootmenu-submenu{border:none;box-shadow: none;}
    .rootmenu-submenu-sub > li > a, .halflinkonly .level2-popup .level3-popup li a, .top-half-right .level2-popup .level3-popup li a, .top-half-left .level2-popup .level3-popup li a{background-color:oklch(100% 0 0);}

    .mobile-sub > li a.submenu-title, .rootmenu .halfmenu ul > li > a.submenu-title { font-size: var(--size-18);line-height: 26px; padding: 10px 15px; }
    .rootmenu-click .rootmenu-arrow.rootmenu-rotate:before {display: none; font-size: var(--size-12); margin: 3px 5px 0px 0px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); vertical-align: middle; }
    .rootmenu-click .rootmenu-arrow.rootmenu-rotate { height: 46px; padding-right: 10px;width: 100%;}
    .rootmenu-submenu > li > a.submenu-title { font-size: var(--size-18); }
    .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub { left: 0px; position: relative; top: 0px; }

    .rootmenu > .rootmenu-list > li > .topmenu_main { padding: 0px; }
    .topmenu_main .float-left { max-width: 100%; padding: 0px; }
    .megamenu.topmenu_main.clearfix.categoriesmenu .title, .megamenu.topmenu_main.clearfix.contentmenu .root-col-3.clearfix .title{ padding: 0px; }
    .megamenu.topmenu_main.clearfix.categoriesmenu .title a, .rootmenu .categoriesmenu ul > li > a, .megamenu.topmenu_main.clearfix.categoriesmenu div li a{ display: block; font-size: var(--size-14); line-height: 35px; padding: 2px 15px; }
    .rootmenu .categoriesmenu ul > li > a { display: block; font-size: var(--size-14); line-height: 35px; padding: 2px 15px; }
    .megamenu.topmenu_main.clearfix.categoriesmenu .collapse.show li { list-style: none; margin: 0px; padding: 0px; }
    .megamenu.topmenu_main.clearfix.categoriesmenu .collapse li a { display: block; font-size: var(--size-14); line-height: 35px; padding: 2px 15px; }
    .megamenu.topmenu_main.clearfix.categoriesmenu div li, .catlinksstyle > li{padding:0px;}

    .rootmenu > .rootmenu-list > li > .topmenu_main .clearfix { padding: 0px; }
    .rootmenu .megamenu.topmenu_main.clearfix.contentmenu .clearfix .title { display: block; padding: 0px; }
    .rootmenu .megamenu.topmenu_main.clearfix.contentmenu .clearfix .title a { display: block; font-size: var(--size-14); line-height: 35px; padding: 2px 15px; }
    .nav-block .mobile-sub.rootmenu-list > li > ul.rootmenu-submenu li > a { padding: 2px 15px; }
    .nav-block .mobile-sub.rootmenu-list > li > ul.rootmenu-submenu li > a.submenu-title{padding: 10px 15px;}

    .rootmegamenu_block img { display: none; }

    .halfmenu.topmenu_main.clearfix.top-half-right, .halfmenu.topmenu_main.clearfix.halflinkonly, .halfmenu.topmenu_main.clearfix.top-half-left, .megamenu.topmenu_main.clearfix.categoriesmenu, .megamenu.topmenu_main.clearfix.contentmenu, .rootmenu-submenu{border:none;box-shadow:none;}

    .rootmenu-list li .halfmenu.topmenu_main.clearfix.top-half-right {width: 100%;}

    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main { float: left; max-width: 280px; min-width: unset; padding: 0; width: 100%; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li i { display: none; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li.menuiotone i { display: flex; float: right; margin-right: 5px; margin-top: 15px; right: 0; width: auto; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li.menuiotone { position: relative; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li:last-child a { border: 0; }
    .rootmenu .rootmenu-list .custom-menus .custom-menu-submenu ul.list-pages li:hover { padding-left: 0; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li.menuiotone ul { padding-left: 10px; position: relative; }
    .nav-block .mobile-sub.rootmenu-list .custom-menus .custom-menu-submenu.topmenu_main ul li.menuiotone ul i { display: none; }

    #mobileSoulmktMenu .log-header.link-logout { border: none;         align-items: center; border: none; display: grid; grid-gap: 0.75rem; grid-template-columns: 1.25rem 1fr; line-height: normal; padding: .5rem; text-transform: initial; color: oklch(54.7% 0.22 28.4); min-height: 40px; }
    #mobileSoulmktMenu .log-header.link-logout::before { content: '\f08b'; font-family: 'Font Awesome 5 Pro'; rotate: -180deg; }

    header .nav-block .rootmenu.mobile .rootmenu-list .voltar{display: block;}
    header .nav-block .rootmenu.mobile .rootmenu-list .voltar a { align-items: center; background-color: oklch(94.6% 0 0); color: oklch(36% 0 0) !important; display: flex; flex-wrap: wrap; font-size: var(--size-14); font-weight: 600; width: 100%; }
    header .nav-block .rootmenu.mobile .rootmenu-list .voltar a i { font-size: var(--size-12); margin-right: 7px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
}
@media screen and (max-width:390px){
    .rootmenu-mobile { padding: 13px 11px; }
}

@media screen and (min-width:771px){
    .rootmenu .rootmenu-list .custom-menus:hover .custom-menu-submenu { display: table; }

}

.rootmenu .rootmenu-list .custom-menus .custom-menu-submenu{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; display: none; min-width: 300px; padding: 20px; position: absolute; text-align: left; }
.rootmenu .rootmenu-list .custom-menus .custom-menu-submenu ul.list-pages li {transition: all 0.3s; }
.rootmenu .rootmenu-list .custom-menus .custom-menu-submenu ul.list-pages li:hover { padding-left: 10px; transition: all 0.3s; }

:root {
  --grid-radius-differential-bar: 0.125rem;
  --grid-radius-differentials-box: 0.25rem;
  --grid-radius-differentials-scrollbar: 0.375rem;
  --grid-radius-differential-img: 0.25rem;
}

:root[theme='rounded'] {
  --grid-radius-badge: 0.25rem;
  --grid-radius-area-product: 0.25rem;
  --grid-radius-buy-button: 0.25rem;
  --grid-radius-owl-nav: 0.25rem;
  --grid-radius-modal-qty: 0.25rem;
}

:root[theme='circle'] {
  --grid-radius-badge: 1rem;
  --grid-radius-area-product: 1rem;
  --grid-radius-buy-button: 1rem;
  --grid-radius-owl-nav: 50%;
  --grid-radius-modal-qty: 1rem;
}

p.note-msg {
  font-size: var(--size-14);
}

.products-grid .product-item {
  display: block;
  float: left;
  margin: 10px 1% 1% 0;
  position: relative;
}

/* CSS Grid — no-carousel apenas. O carrossel não é afetado. */
.no-carousel.products-grid {
  display: grid;
  gap: 0 1rem;
  grid-auto-rows: auto;
  grid-template-columns: repeat(
    auto-fill,
    minmax(
      max(var(--_min-item-width, 200px), calc((100% / var(--grid-columns, 4) - (var(--grid-columns, 4) - 1) * 0.5rem))),
      1fr
    )
  );
}

.no-carousel.products-grid.twoProductsMobilegrid {
  --_min-item-width: 150px;
}

/* Subgrid por card: cada .product-item ocupa 12 tracks de linha do grid externo
   (um por bloco renderizado pelo soulcore/grid_product helper), herdando os
   tamanhos de linha via subgrid para alinhar imagem, nome, avaliação, labels,
   informações, preço, parcelamento, recorrência, deal e botão entre colunas. */
.no-carousel.products-grid .product-item {
  display: grid;
  float: none;
  grid-row: span var(--grid-slots, 12);
  grid-template-rows: subgrid;
  margin: 0;
  margin-block-end: 1rem;
  row-gap: 0;
  width: 100%;
}

/* .area-product herda os tracks do subgrid do .product-item */
.no-carousel.products-grid .product-item .area-product {
  align-content: start;
  display: grid;
  grid-row: span var(--grid-slots, 12);
  grid-template-rows: subgrid;
}

.no-carousel.products-grid .product-item .grid-section {
  min-height: 0;
}

.no-carousel.products-grid .product-item .grid-section:has(> * > *) {
  margin-block-start: 0.25rem;
}

.no-carousel.products-grid .product-item .grid-section > * {
  margin: 0 !important;
}

.no-carousel.products-grid .product-item .grid-section--name,
.no-carousel.products-grid .product-item .grid-section--image {
  margin-block-end: 0.5rem;
}

.no-carousel.products-grid .product-item .grid-section--buy {
  grid-row: -1;
  margin-block-start: 1rem;
}

.carousel.products-grid .product-item {
  float: none;
}

.products-grid .product-image {
  display: block;
  position: relative;
}

.products-grid .product-image:hover {
  opacity: 1;
}

.product-image .product-img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-image .product-img-main,
.product-image .product-img-hover {
  display: block;
  height: auto;
  width: 100%;
}

.product-image .product-img-hover {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.125s ease;
}

.product-image:hover .product-img-hover {
  opacity: 1;
}

.product-item .area-product {
  border: 1px solid oklch(96.2% 0 0);
  border-radius: var(--grid-radius-area-product, 0);
  display: table;
  padding: 1rem;
  transition: box-shadow 0.125s;
  width: 100%;
}

.product-item.hover .area-product {
  border: none;
}

.products-grid .product-image img {
  margin: 0 auto;
  max-height: 260px;
  object-fit: none;
  padding: 0;
  width: 100%;
}

.products-grid .product-image img:focus {
  outline: 0;
}

.free-shipping {
  align-items: center;
  background: var(--_freight-icon-bg-color, oklch(32.1% 0 0));
  border-radius: var(--grid-radius-badge, 0);
  color: var(--_freight-icon-color, oklch(100% 0 0));
  display: flex;
  font-weight: 600;
  gap: 0.25rem;
  left: 0;
  line-height: 1.5;
  padding: 0.25rem 0.875rem;
  position: absolute;
  top: 0;
}

.products-grid .product-item .product-name {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}

.products-grid .product-item .grid-avaliacao {
  display: table;
  width: 100%;
}

.products-grid .product-item .grid-quantity {
  font-size: var(--size-13);
}

/* Atributo abaixo do nome no card — config soulcore_settings/grid_card_attribute_code.
   Sem a config preenchida o template nao imprime nada e estas regras nao encontram
   elemento, entao loja que nao usa a funcionalidade nao muda de aparencia.
   O margin vale no carrossel; no grid ele e zerado por
   .no-carousel.products-grid .product-item .grid-section > * { margin: 0 !important }
   e o espacamento vem da regra :has(> * > *) da secao. */
.products-grid .product-item .grid-attribute {
  display: block;
  font-size: var(--size-13, 0.8125rem);
  margin: 0.25rem 0 0;
}

/* Tipografia do valor, no span que carrega o texto (o wrapper e' medido pelo JS).
   font-weight 600 alinha com o peso declarado para o outro atributo do card
   (.product-high-attribute, em soulcore_config_styles.phtml) e com
   .products-grid .product-item .product-name a, logo acima na mesma coluna.
   Sem text-align aqui de proposito: o alinhamento continua herdado da classe
   text-left/text-center/text-right que getGridTextAlign() poe no .product-item.

   SEM contencao de linhas aqui, e isso e' deliberado.
   Uma versao anterior desta regra usava -webkit-line-clamp: 2 com
   display: -webkit-box e overflow: hidden para impedir que um valor longo
   esticasse a altura de todos os cards do carrossel -- resizeCarousel()
   (skin/.../js/soulmkt/resize-box-product.js) iguala o grupo pela MAIOR altura
   medida e grava um height inline no wrapper .grid-attribute. Medido em
   ambiente: com o -webkit-box, o valor ficava INVISIVEL no carrossel; removida
   a regra, voltou a aparecer nas tres superficies. A contencao foi retirada por
   experimento controlado, nao por suposicao.
   Limitacao conhecida em aberto: um valor muito longo volta a poder esticar os
   cards do carrossel. Se isso aparecer, conter com max-height em em +
   overflow: hidden, que nao depende de -webkit-box. */
.products-grid .product-item .grid-attribute > span {
  font-weight: 600;
}

/* Label opcional (config grid_card_attribute_label), impresso dentro do mesmo
   <span> do valor -- assim os dois quebram linha como um bloco de texto so, e
   qualquer contencao futura aplicada aquele span passa a valer para o conjunto
   (ver a nota da regra acima sobre a contencao removida).
   Peso normal de proposito: o span inteiro esta em 600 e o <strong> traria 700
   para o label, deixando o rotulo mais forte que o valor, que e' o dado
   principal do card. O espaco entre os dois vem de um espaco literal do
   template, nao de margem, para preservar a quebra de linha do conjunto.
   Sem text-align aqui tambem: o alinhamento continua herdado da classe
   text-left/text-center/text-right que getGridTextAlign() poe no .product-item. */
.products-grid .product-item .grid-attribute__label {
  font-weight: 400;
}

.products-grid .product-item .grid-sku {
  display: table;
  margin: 10px auto;
}

.products-grid .product-item .grid-sku span {
  font-weight: bold;
}

.products-grid .product-item .area-vendor-link {
  display: block;
  float: left;
  margin: 5px 0 10px;
  width: 100%;
}

.area-vendor-link a {
  font-size: var(--size-14);
  font-weight: 600;
  transition: all 0.3s;
}

.products-grid .product-item .product-name a,
.products-grid .product-item .product-name .span-name {
  display: block;
  font-size: var(--size-14);
  font-weight: 600;
  text-transform: none;
}

.products-grid .product-item .desconto-porcentagem {
  border-radius: var(--grid-radius-badge, 0);
  font-weight: 600;
  line-height: normal;
  padding: 4px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.products-grid .product-item .block-buy {
  display: block;
  float: left;
  grid-row: -1;
  margin-top: 1rem;
  text-align: center;
  transition: opacity 0.3s;
  width: 100%;
}

.product-item .block-buy a,
.product-item .block-buy button {
  border: 0;
  border-radius: var(--grid-radius-buy-button, 0);
  display: block;
  float: left;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.75rem 0.5rem;
  transition: opacity 0.3s;
  width: 100%;
}

.category-products .product-item .block-buy .out-of-stock {
  text-align: center;
}

.products-grid .product-item .block-buy:hover a {
  text-decoration: unset;
}

.products-grid .product-item.hover .block-buy {
  opacity: 0;
  overflow: hidden;
}

.products-grid .product-item.hover:hover .block-buy {
  opacity: 1;
  overflow: visible;
}

.products-grid .product-item:hover .area-product {
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}

.products-grid .price-info,
.products-grid .price-info .price-box,
.products-grid,
.category-products,
.products-grid .product-item .area-parcela-desconto,
.product-item .price-info .price-box .configurable-price-from,
.price-box .price-label.downloadable,
.products-grid .product-item .price-box.bundle .price-from .price,
.price-info .price-box .regular-price.minimal-price span.price {
  display: block;
  width: 100%;
}

.products-grid .product-item .area-parcela-desconto .block-full {
  width: 100%;
}

.products-grid .product-item .area-parcela-desconto .block-full > div:first-child {
  border-top: 1px solid oklch(96.2% 0 0);
  padding-top: 10px;
}

.products-grid .product-item .area-parcela-desconto .block-full > div:last-child {
  border-bottom: 1px solid oklch(96.2% 0 0);
  padding-bottom: 10px;
}

.products-grid .product-item .area-parcela-desconto {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.products-grid .product-item.text-center .area-parcela-desconto {
  justify-content: center;
}

.products-grid .product-item .configurable-price-from,
.price-box .price-label.downloadable,
.products-grid .price-info .price-box .regular-price.minimal-price span.price-label,
.price-box .minimal-price span.price-label {
  color: oklch(32.1% 0 0);
  font-size: var(--size-12);
  font-weight: 600;
}

.products-grid .product-item .price-info {
  border-top: 1px solid oklch(96.2% 0 0);
  display: flex;
  padding-top: 10px;
}

.products-grid .product-item .price-info .price-box {
  align-self: flex-end;
  line-height: unset;
  margin: 0 0 5px;
}

.products-grid .product-item .price-info .price-box .label,
.price-box .minimal-price span.price-label {
  display: block;
  margin: 8px 0 0;
}

.products-grid .product-item .price-info p.old-price,
.products-grid .product-item .price-info p.special-price,
.products-grid .product-item .price-info p.price-to {
  line-height: unset;
  margin: 0;
}

.products-grid .product-item .price-box.bundle .price-from {
  display: none;
}

.products-grid .product-item .price-info .price-box p.minimal-price {
  display: table;
  margin: 0;
  width: 100%;
}

.products-grid .product-item .price-box .old-price .price,
.products-grid .product-item .price-box.bundle .price-from .price,
.price-info .price-box.bundle .price-from .price {
  font-size: var(--size-12);
  text-decoration: line-through;
}

.product-item .price-info .price-box .regular-price span,
.product-item .special-price span,
.price-info .price-box.bundle .price-to .price,
.price-info .price-box.bundle span.price {
  font-size: var(--size-26);
  font-weight: 600;
}

.products-grid .product-item .area-parcela-desconto .parcela-produto,
.products-grid .product-item .area-parcela-desconto .ticket-produto {
  color: oklch(39% 0 0);
  font-size: var(--size-12);
}

.products-grid .product-item span.desconto-porcentagem.recharge.price-area {
  display: none;
}

.block-grid-title {
  display: block;
  margin: 25px 0;
  width: 100%;
}

.block-grid-title h2 i {
  margin-right: 10px;
}

.block-grid-title .subtitle {
  font-size: var(--size-16);
  margin: 4px 0 0;
}

.area-parcela-desconto.font-weight .ticket-produto .ticket-price,
.area-parcela-desconto.font-weight .parcela-produto .maxparcel {
  font-weight: bold;
}

.products-grid .product-item .area-parcela-desconto.reverse-billet-parcel .block-full {
  display: flex;
  flex-wrap: wrap;
}

.products-grid .product-item .area-parcela-desconto.reverse-billet-parcel .block-full .ticket-produto {
  border-bottom: 1px solid oklch(96.2% 0 0);
  border-top: none;
  order: 2;
  padding-bottom: 10px;
  padding-top: 0;
  width: 100%;
}

.products-grid .product-item .area-parcela-desconto.reverse-billet-parcel .block-full .parcela-produto {
  border-bottom: none;
  border-top: 1px solid oklch(96.2% 0 0);
  order: 1;
  padding-bottom: 0;
  padding-top: 10px;
  width: 100%;
}

.blockFull .category-products {
  display: block;
  float: unset;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 0 1rem;
  position: relative;
  width: 100%;

  @media (width <= 1440px) {
    padding: 0;
  }
}

.category-products .block-fixed-mobile {
  display: none;
}

.block-check {
  display: none;
}

/* CAROUSEL */
.owl-item {
  float: left;
}

.products-grid {
  margin: 0 0 40px;
}

.owl-stage-outer {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  touch-action: pan-y;
}

.owl-nav button {
  align-items: center;
  background-color: oklch(100% 0 0);
  border: none;
  border-radius: var(--grid-radius-owl-nav, 0);
  box-shadow: 0 2px 2px oklch(0% 0 0 / 10%);
  color: oklch(62.4% 0 0);
  display: flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 45%;
  transition: all 0.3s;
  width: 48px;
}

.products-grid .owl-nav button {
  top: 30%;
}

.owl-nav button i {
  font-size: 18px;
}

.owl-nav .owl-prev {
  left: 1px;
}

.owl-nav .owl-next {
  right: 1px;
}

.products-grid .owl-nav .owl-prev {
  left: -10px;
}

.products-grid .owl-nav .owl-next {
  right: -10px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled:hover,
.owl-nav .owl-next.disabled:hover {
  opacity: 0;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}

[data-carousel='1']:not(.owl-loaded) [class*='item']:not(:first-child) {
  display: none;
}
/* FIM CAROUSEL */

/* AVALIACAO */
.products-grid .grid-avaliacao .rating-box {
  color: oklch(75.1% 0.01 286);
}

.products-grid .rating-area i.fill {
  font-weight: 900;
}
/* FIM AVALIACAO */

/* PRODUCT LABEL */
.area-product .amlabel-div {
  position: relative;
}

.area-product .amlabel-div .amlabel-txt {
  color: oklch(100% 0 0);
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 11px;
  text-decoration: none;
}

.area-product .amlabel-div a {
  position: relative;
  text-decoration: none;
}

.area-product .amlabel-table {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.area-product .amlabel-table td {
  border: 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.area-product .top-center {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  top: 15px;
}

.area-product .middle-left {
  bottom: 15px;
  left: 0;
  margin-bottom: auto;
  margin-top: auto;
  top: -15px;
}

.area-product .middle-right {
  bottom: 15px;
  margin-bottom: auto;
  margin-top: auto;
  right: 0;
  top: -15px;
}

.area-product .bottom-center {
  bottom: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

.area-product .middle-center {
  inset: -15px 0 15px;
  margin: auto;
}

.area-product .top-left {
  left: 0;
  top: 15px;
}

.area-product .top-right {
  right: 0;
  top: 15px;
}

.area-product .bottom-left {
  bottom: 15px;
  left: 0;
}

.area-product .bottom-right {
  bottom: 15px;
  right: 0;
}

.area-product .products-list .amlabel-div {
  float: left;
}

* html .amlabel-div {
  float: left;
}

* html .amlabel-div a {
  position: relative;
}

.area-product .amlabel-table2 {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.area-product .amlabel-txt2 {
  background-size: contain !important;
  max-height: 100px !important;
  max-width: 100px !important;
  position: absolute;
  z-index: 9;
}
/* FIM PRODUCT LABEL */

/* CROWDFUNDING */
.area-meta-crowdfunding.resizebox .progress {
  border: 1px solid;
  height: 12px;
}

.area-meta-crowdfunding .percent.default {
  text-align: left;
}

.area-meta-crowdfunding .days {
  text-align: right;
}

.area-meta-crowdfunding .amount-collected.default {
  text-align: center;
}
/* FIM CROWDFUNDING */

/* POPUP */
#catalog_product_composite_configure_fields_grouped .product-options table thead tr th,
#catalog_product_composite_configure_fields_grouped .product-options table tbody tr td,
#catalog_product_composite_configure_fields_grouped .product-options table tbody tr td .price-box,
#catalog_product_composite_configure_fields_grouped .product-options table tbody tr td input {
  text-align: center;
  width: auto;
}

#catalog_product_composite_configure_fields_grouped .product-options table tbody tr td input {
  width: 70px;
}

#catalog_product_composite_configure_fields_grouped table,
#catalog_product_composite_configure_fields_grouped {
  display: block;
  float: left;
  width: 100%;
}
/* FIM POPUP */

/* Custom labels */

.grid-differentials {
  float: left;
  margin-block: 0.5rem;
  width: 100%;
}

:where(.products-list, .grid-differentials[class*='soulresize']) .differential__wrapper {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.products-grid .grid-differentials:not([class*='soulresize']) .differential:not(:first-child) {
  display: none !important;
}

.products-list .grid-differentials {
  min-height: unset;
}

.grid-differentials .differential img {
  aspect-ratio: 1;
  max-width: 40px;
  min-width: 40px;
  width: 100%;
}

.grid-differentials .see-all {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.grid-differentials .differential.see-all::before {
  border-radius: var(--grid-radius-differential-bar, 0.125rem);
  content: '';
  height: 24px;
  opacity: 0;
  position: absolute;
  right: 6px;
  top: -20px;
  transform: rotate(45deg);
  transition: opacity 0.15s ease;
  transition-delay: 0.05s;
  width: 24px;
  z-index: 3;
}

.grid-differentials .differential.see-all:hover::before {
  opacity: 1;
}

.grid-differentials .all-differentials {
  border-radius: var(--grid-radius-differentials-box, 0.25rem);
  bottom: 115%;
  box-shadow: oklch(50% 0 0 / 20%) 0 2px 8px 0;
  left: 50%;
  max-height: 248px;
  min-width: max-content;
  opacity: 0;
  overflow-y: auto;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 3;
}

.grid-differentials .all-differentials::-webkit-scrollbar-track {
  background: transparent;
}

.grid-differentials .all-differentials::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border: 5px solid oklch(0% 0 0 / 0%);
  border-radius: var(--grid-radius-differentials-scrollbar, 0.375rem);
}

.grid-differentials .see-all:hover .all-differentials {
  opacity: 1;
  pointer-events: all;
}

.grid-differentials .all__differential {
  align-items: center;
  display: flex;
  font-size: var(--size-12);
  font-weight: 500;
  justify-content: flex-start;
  margin-bottom: 4px;
  overflow: hidden;
}

.grid-differentials .all__differential img {
  border-radius: var(--grid-radius-differential-img, 0.25rem);
  max-width: 25px;
  width: 100%;
}

.grid-differentials .all__differential span {
  padding: 0 12px 0 8px;
}

/* DEAL */

.area-deal {
  clear: both;
  margin-block-start: 12px;
}

.c-deal {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.c-deal .deal__icon {
  font-size: 24px;
}

.c-deal .deal__call-to-action {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.c-deal span {
  font-weight: 600;
}

.c-deal.c-deal--only-timer {
  align-items: center;
  border: 1px solid;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 12px 8px 8px;
  position: relative;
}

.c-deal.c-deal--only-timer .deal__text {
  padding: 0 12px;
  position: absolute;
  top: -8px;
}

.c-deal.c-deal--only-timer .deal__time {
  display: flex;
  flex: 1;
  gap: 4px;
  justify-content: center;
}

.c-deal.c-deal--only-timer [class^='deal'] {
  line-height: 1.3;
  text-align: center;
}

.c-deal.c-deal--only-timer .deal__time [data-js] {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.c-deal.c-deal--only-timer span {
  font-weight: normal;
}

@media screen and (width <=1199px) {
  .area-meta-crowdfunding .days {
    text-align: left;
  }
}

@media screen and (width >=771px) {
  .products-grid .product-item.hover {
    border: none;
  }
}

/* Regras de width porcentual por breakpoint removidas: o CSS Grid via
   --grid-columns + minmax() gerencia o responsivo sem media queries. */

@media screen and (width <=1199px) {
  .area-meta-crowdfunding .default.amount-collected {
    text-align: right;
  }
}

/* width: 32% em <=991px removido: CSS Grid gerencia via minmax(). */

@media screen and (width <=770px) {
  .products-grid .product-item.hover .block-buy {
    opacity: 1;
    visibility: visible;
  }

  /* width: 49% em <=770px removido: CSS Grid gerencia via minmax(). */
}

@media screen and (width <=620px) {
  .area-meta-crowdfunding .percent.default,
  .area-meta-crowdfunding .default.amount-collected {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .area-meta-crowdfunding .default.amount-collected {
    text-align: right;
  }

  .area-meta-crowdfunding .default.days {
    text-align: left;
  }
}

@media screen and (width <=575px) {
  #catalog_product_composite_configure_fields_grouped .product-options table thead tr th,
  #catalog_product_composite_configure_fields_grouped .product-options table tbody tr td {
    width: 20%;
  }

  .owl-nav button i {
    font-size: 16px;
  }
}

@media screen and (width <=500px) {
  /* .product-item.default width/margin em <=500px removidos: CSS Grid via minmax() assume. */

  .area-meta-crowdfunding .default.amount-collected {
    text-align: right;
  }

  .area-meta-crowdfunding .default.days {
    text-align: left;
  }

  .area-meta-crowdfunding .percent.default {
    padding-right: 0;
  }

  #catalog_product_composite_configure_fields_grouped .product-options table tbody tr td {
    display: block;
    float: left;
    width: 100%;
  }

  #catalog_product_composite_configure_fields_grouped .product-options table thead {
    display: none;
  }

  #catalog_product_composite_configure_fields_grouped .product-options table tbody tr td::before {
    content: attr(data-name);
    display: block;
    font-weight: 600;
  }

  #catalog_product_composite_configure_fields_grouped .product-options table tbody tr {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
  }
}

@media screen and (width <=449px) {
  .area-meta-crowdfunding .default {
    flex: 0 0 33%;
    max-width: 33% !important;
  }

  .area-meta-crowdfunding .default.amount-collected {
    text-align: center;
  }

  .area-meta-crowdfunding .default.days {
    text-align: right;
  }
}

@media screen and (width <=380px) {
  .twoProductsMobilegrid .free-shipping i,
  .twoProductsMobilecarousel .free-shipping i {
    font-size: 12px;
  }

  .twoProductsMobilegrid .free-shipping,
  .twoProductsMobilecarousel .free-shipping,
  .twoProductsMobilegrid.products-grid .product-item .desconto-porcentagem,
  .twoProductsMobilecarousel.products-grid .product-item .desconto-porcentagem {
    align-items: center;
    font-size: var(--size-12);
    padding: 3px 6px;
  }

  .twoProductsMobilegrid.products-grid .product-item .desconto-porcentagem,
  .twoProductsMobilecarousel.products-grid .product-item .desconto-porcentagem {
    right: 0;
  }

  .area-recurrence {
    margin-top: 0;
  }

  .area-parcela-desconto {
    margin-bottom: 10px;
  }

  .area-recurrence .price-recurrence {
    margin-top: 0;
  }

  .area-recurrence span {
    display: block;
    float: left;
    width: 100%;
  }

  .block-upsell .upsell {
    padding: 0;
  }

  .products-grid .product-item .top-left .top-left,
  .products-grid .product-item .top-left .top-right,
  .products-grid .product-item .top-left .top-center {
    top: 0;
  }

  .products-grid .product-item .top-left .top-left,
  .products-grid .product-item .top-left .top-center,
  .products-grid .product-item .top-left .top-right,
  .products-grid .product-item .top-left .middle-left,
  .products-grid .product-item .top-left .middle-center,
  .products-grid .product-item .top-left .middle-right,
  .products-grid .product-item .top-left .bottom-left,
  .products-grid .product-item .top-left .bottom-center,
  .products-grid .product-item .top-left .bottom-right {
    background-size: contain !important;
    height: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
  }
}

@media screen and (width <=340px) {
  .twoProductsMobilegrid .free-shipping,
  .twoProductsMobilecarousel .free-shipping,
  .twoProductsMobilegrid.products-grid .product-item .desconto-porcentagem,
  .twoProductsMobilecarousel.products-grid .product-item .desconto-porcentagem {
    font-size: var(--size-11);
  }

  .twoProductsMobilegrid .free-shipping i,
  .twoProductsMobilecarousel .free-shipping i {
    font-size: 10px;
  }
}

#modalConfig .product-options .option {
  display: block;
  float: left;
  width: 100%;
}

#modalConfig .product-options .option ul {
  display: block;
  float: left;
  width: 100%;
}

#modalConfig .product-options .option ul li {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

#modalConfig .product-options .option ul li div.container-swatch-color {
  border: 1px solid oklch(93.1% 0 0);
  float: none;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
  width: 20px;
}

#modalConfig .product-options .option ul li .img-thumbnail {
  border: none;
  display: inline-block;
  float: none;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
}

#modalConfig .product-options .option ul li div.container-swatch-color div.swatch-color {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#modalConfig .product-options .option ul > .swatch {
  display: inline-block;
  margin-right: 5px;
  width: auto;
}

#modalConfig .product-options .quantity {
  background-color: oklch(100% 0 0);
  border: 1px solid oklch(96.4% 0.01 286);
  border-radius: var(--grid-radius-modal-qty, 0);
  box-shadow: 0 2px 2px oklch(0% 0 0 / 10%);
  display: table;
  float: left;
  text-align: center;
}

#modalConfig .product-options dl dt label.title {
  float: left;
  width: 100%;
}

#modalConfig .product-options .quantity .qtd-arrows.less {
  float: left;
}

#modalConfig .product-options .quantity .qtd-arrows {
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

#modalConfig .product-options .quantity .qtd-arrows i {
  color: oklch(0% 0 0);
  cursor: pointer;
  font-size: var(--size-12);
  font-weight: 400;
}

#modalConfig .product-options .quantity input {
  border: 0;
  box-shadow: unset;
  float: left;
  font-size: var(--size-14);
  padding: 0 9px;
  text-align: center;
  width: 35px;
}

#modalConfig .product-options .quantity .qtd-arrows.more {
  float: left;
}

#modalConfig .product-options {
  display: block;
  float: left;
  width: 100%;
}

#modalConfig .product-options dl,
#modalConfig .product-options dl dt {
  display: block;
  float: left;
  width: 100%;
}

#modalConfig .product-options dl dt .qty-holder {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}

#modalConfig .product-options dl dt .qty-holder label {
  float: left;
  width: 100%;
}

/* PIX PRIO */

:is(.products-grid, .products-list) .product-item .c-price-box .c-price {
  display: flex;
  flex-direction: column;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price.c-price--regular {
  display: initial;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price .c-price__value {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price.c-price--regular .c-price__value {
  color: oklch(62.4% 0 0);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  text-decoration: line-through;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price .c-price__symbol {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.25rem;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price .c-price__discount-infos {
  color: var(--discount-color);
  font-weight: 600;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price.c-price--regular .c-price__discount-percent {
  color: var(--discount-color, oklch(60.4% 0.18 139));
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-left: 0.25rem;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-price.c-price--regular .c-price__discount-percent i {
  font-size: 0.75rem;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-installments {
  line-height: 1.2;
  margin-block-start: 0.25rem;
  text-wrap: balance;
}

:is(.products-grid, .products-list)
  .product-item
  .c-price-box
  .c-installments
  :is(.c-installments__full-price, .c-installments__value) {
  font-weight: 600;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-installments .price {
  font-size: inherit;
  font-weight: inherit;
}

:is(.products-grid, .products-list) .product-item .c-price-box .c-fee {
  margin-block-start: 0.5rem;
}

.price-label + .c-price.c-price--regular .c-price__label {
  display: none;
}

.o-icon--freight {
  --_icon-size: var(--freight-icon-size, 1.25rem);
  --_icon-color: var(--freight-icon-color, currentColor);
}

:root[theme='rounded'] {
  --home-radius-banner: 0.25rem;
}

:root[theme='circle'] {
  --home-radius-banner: 1rem;
}

.banner.desktop {display: block;}
.banner.mobile {display: none;}
.banner a:hover {opacity:1}
.banner:not(.bannerFull) img { border-radius: var(--home-radius-banner, 0); }

.bannerFull { width: 100vw; position: relative; left: calc(-50vw + 50%); }
.bannerFull .swiper-button-next, .bannerFull .swiper-container-rtl .swiper-button-prev { right: 30px; }
.bannerFull .swiper-button-prev, .bannerFull .swiper-container-rtl .swiper-button-next { left: 30px; }
@media screen and (max-width:770px){
    .banner.desktop {display: none;}
    .banner.mobile {display: block;}
    .swiper-button-next, .swiper-button-prev { display: none; }
}

