#product .pageFooter {
  margin-top: 125px;
}

.js-sticky .mb--8 {
  margin-bottom: 13px;
}

.js-sticky .mt--8 {
  margin-bottom: 36px !important;
}

.container {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}


#addToCartTarget {
  padding: 0.8rem 0;
}

/* @media (max-width: 500px) {
  .btn--add-cart-small {
    padding: 1.2em 0 !important;
    font-size: 16px;
  }
} */

.ps_checkout.payment-method-logo-block.left {
  margin-left: 0;
}

.btn--blue {
  /* border-bottom-color: #06c167 !important; */
  /* background: #0075CF !important; */
  /* border: 1px solid #0075CF !important; */
  background: #1d5ca3 !important;
  border: 1px solid #1d5ca3 !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}

.btn--blue:hover {
  background-color: #fff !important;
  color: #1d5ca3 !important;
  border: 1px solid #1d5ca3 !important;
}

.btn.btn--blue.btn--md.js-add-to-cart:hover i {
  color: #1d5ca3 !important;
}

.ps_searchbar.search_query {
  border-radius: 20px;
}

.btn--blue.text--3 {
  background: #ffffff !important;
  color: #06c167 !important;
  border: 2px solid !important;
}

#addToCartTarget {
  border-bottom-color: #242627;
  background: #0262ac;
}

.btn.btn--blue.btn--md.js-add-to-cart {
  border-bottom-color: #db0f15;
  background: #db0f15;
}

.btn.btn--red.btn--md.js-add-to-cart {
  border-bottom-color: #16db93 !important;
  background: #ffffff !important;
  color: #06c167;
  border-radius: 5px;
  border: 1px solid;
}

.btn.btn--blue.btn--md.js-add-to-cart i {
  color: white !important;
}

.btn.btn--white.btn--md {
  border-radius: 20px;
}

.field--inline.bg--white {
  border-radius: 23px;
}

.js-terms {
  text-decoration: underline;
}

.text--sm.text--red {
  font-weight: bold;
}

input[name="conditions_to_approve[terms-and-conditions]"] {
  border: solid #000;
}

.teste {
  background: #f6f6f6 !important;
  color: #909090 !important;
}

.teste:hover {
  background: #f6f6f6 !important;
}

.material-icons.align--middle.text--sm.text--blue {
  color: #000 !important;
}

.field--inline.bg--white.mb--2.flex.align--stretch {
  border: none;
}


.product-discounts.dropdown.dropdown--bottom.align--center {
  border-radius: 20px !important;
  margin-left: 10px !important;
  /* border: 1px solid #FDFDFD !important; */
  background: transparent !important;
}

.material-icons.align--middle.text--white.text--sm {
  color: #db0f15 !important;
}

.btn.btn--red.btn--md {
  border-radius: 20px !important;
  border: 2px solid #06c167;
  background-color: white;
  /* background: transparent; */
}

.btn.btn--red.btn--md i {
  color: #06c167;
}

.block.btn.btn--red.btn--md.js-add-to-cart.text--uppercase.text--bold.py--1 {
  margin-right: 10px;
}

.material-icons.align--middle.text--white.text--sm {
  font-size: 19px !important;
}

.dropdown.dropdown--top.dropdown--right {
  margin-right: 5px !important;
}

.block.btn.btn--red.btn--md.js-add-to-cart.text--uppercase.text--bold.py--1 i {
  color: #06c167 !important;
}

.btn.btn--red.btn--md.js-add-to-cart.text--uppercase.text--bold.px--3.py--2 i {
  color: #06c167 !important;
}

#addToCartTarget.btn[disabled],
#addToCartTarget.btn[disabled]:hover {
  background: #f6f6f6;
  color: #909090;
}

.js-payment-binary {
  display: none;
}

.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

@media (max-width: 525px) {
  .js-payment-option-form .mx--auto.w--1\/2.my--6 {
    width: 100%;
  }
}

#checkout .payment-option span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.payment-option span img:not(.paypal-logo) {
  margin-left: 10px;
  max-height: 25px;
}

.dropdown.dropdown--top.dropdown--left {
  margin-right: 5px !important;
}

/* .ps_checkout.payment-method-logo-block-title {
  color: #4b7f52 !important;
} */
.ps_checkout.payment-method-logo-block-title {
  color: #505050 !important;
  font-weight: bold;
  margin-top: 22px;
}



.blockcategory.blockreassurance li {
  width: 33.333%;
}

@media only screen and (min-width: 48rem) {
  .blockcategory.blockreassurance li {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  #amazzing_filter {
    position: relative !important;
  }
}

.category-item-custom a {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.category-item-custom a:hover {
  transform: scale(1.1);
}

.category-item-custom img {
  border-radius: 50px;
}

.category-item-custom h5 {
  height: 55px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.category-item {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  position: relative;
}

.img-category {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .img-category {
    margin-right: 25px;
  }
}

.title-category-custom {
  margin-top: 0.5rem;
}

.mobile-icon-custom {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fe5656;
}

@media only screen and (max-width: 768px) {
  .mobile-icon-custom {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 640px) {
  .products--grid {
    justify-content: space-around;
    gap: 8px !important;
  }
}

@media only screen and (max-width: 640px) {
  .product-grid-custom {
    grid-template-columns: repeat(1, 100%) !important;
  }
}

.btn--green {
  margin-top: 15px !important;
  width: 100%;
  border-radius: 5px;
  background-color: #06c167;
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: bold;
}

.btn--green:hover {
  background-color: #06c167;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.btn--green-full {
  margin-top: 15px !important;
  width: 100%;
  border-radius: 5px;
  background-color: #06c167;
  /* background-color: #db0f15; */
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: bold;
}

.btn--green-full:hover {
  background-color: #06c167;
  /* background-color: #db0f15; */
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.btn--red-full {
  margin-top: 15px !important;
  width: 100%;
  border-radius: 5px;
  background-color: #d81e24;
  /* background-color: #db0f15; */
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: bold;
}

.btn--red-full:hover {
  background-color: #d81e24;
  /* background-color: #db0f15; */
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.border--radius-xs {
  border-radius: 5px;
}

/*********************** CARRINHO ***********************/
.product--cart-info {
  color: black !important;
}

/*********************** CHECKOUT ***********************/

#checkout .payment-option span {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  align-items: center !important;
  margin-left: 5px !important;
  color: rgba(0, 0, 0) !important;
  font-weight: normal;
  min-height: 40px;
}

.payment-option {
  border-radius: 7px;
  border: 1px solid rgba(155, 155, 155, 0.61);
  z-index: 5 !important;
}

.payment-option input {
  z-index: 5;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #c3d9f3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: rgb(155, 191, 235);
}

.option-input:checked {
  background: #40bbe0;
}

.option-input:checked::before {
  width: 25px;
  height: 25px;
  display: flex;
  content: "\f00c";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40bbe0;
  content: "";
  display: block;
  z-index: 100;
  width: 25px;
  height: 25px;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.additional--info {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  background: #f7f7f7;
  border-radius: 5px;
}

.payment--compliance {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 5px;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  min-height: 40px;
}

.payment-compliance--title {
  font-weight: 550;
  color: #6c6c6c;
  font-size: 14px;
}

.payment--compliance--link {
  text-decoration: underline;
  font-size: 14px;
}

.checkout--icon {
  margin-top: 5px !important;
}

/**************** FORMS ****************/

.field--input {
  margin-bottom: 1em;
}

.field--input input {
  padding: 1em;
  border-radius: 7px;
  border: 1px solid rgba(170, 170, 170, 0.404);
}

.field--input .js-parent-focus input {
  padding: 1em;
}

.field--input .border {
  border-radius: 7px !important;
  border: 1px solid rgba(170, 170, 170, 0.404);
}

.field--input .material-icons.align--middle {
  color: #0262ac99;
}

/* .login-form {
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
} */

.field--input input.border--none,
.field--input select.border--none,
.field--input textarea.border--none {
  border-color: transparent;
  border-radius: 0;
  width: 100%;
  margin-right: 5px;
}

/**************** SOCIAL LOGIN ****************/

.social--separator {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 6px;
}

.ets_solo_social.social--login--custom {
  margin-bottom: 0 !important;
}

.shadow--custom {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px !important;
}

/**************** PORTES IMAGEM ****************/
.free--shipping--flag {
  width: 130px !important;
  height: auto !important;
  bottom: -10px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

/**************** NAVBAR ****************/
.ybc-menu-toggle.closed {
  color: white !important;
  margin-right: -7px !important;
}

.pulse {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
  border-radius: 16px;
  font-weight: bold;
  font-size: 10px;

  -webkit-animation: pulse 1.7s infinite;
}

.pulse p {
  margin-top: 2px;
}

.pulse:hover {
  -webkit-animation: none;
}

.top-banner-title {
  font-size: 12px;
}

.text--banner {
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .pulse {
    padding-top: 7px;
  }

  .banner-link-cus {
    font-weight: bold;
  }

  .top-banner-title {
    font-size: 10px;
  }

  .text--banner {
    font-size: 10px;
  }
}

@media only screen and (max-width: 403px) {
  .banner-link-cus {
    font-weight: bold;
  }

  .top-banner-title {
    font-size: 10px;
  }

  .text--banner {
    font-size: 10px;
  }
}



/* ! ************** @OVERRIDE *************** ! */

.hover\:shadow--md:hover,
.shadow--md {
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
}

.ets_mm_megamenu_content_content {
  color: black !important;
}


.bg--white.flex.flex--initial.align--stretch {
  border-radius: 5px !important;
  margin-right: 10px !important;
  border: 1px solid #ccc !important;
}



/* sequra override */
.sequra-promotion-widget[data-type=banner] {
  min-height: 60px !important;
}

@media screen and (max-width: 650px) {
  .sequra-promotion-widget[data-type=banner] {
    min-height: 70px !important;
  }
}

/* container do widget: logo (::before) a esquerda, texto do iframe ao centro */
.sequra-promotion-widget.sequra-promotion-widget--pp3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0eeeb;
  padding: 5px 12px;
}

.sequra-promotion-widget--pp3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 70px;
  height: 28px;
  background-image: url('/img/sequra-logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/******** Social Media icons ************/

.st-inline-share-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.blockreassurance {
  background-color: #fdfdfd !important;
  margin-top: -25px;
  margin-bottom: 65px;
}


/** Quantidade desconto **/

.btn.btn--red.btn--md {
  border-radius: 5px !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease-in-out;
}

.btn.btn--red.btn--md:hover {
  background-color: #000 !important;
  color: white !important;
  transition: all 0.3s ease-in-out;
}

.btn.btn--red.btn--md:hover i {
  color: white !important;
  transition: all 0.3s ease-in-out;
}

.btn.btn--red.btn--md i {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 600px) {
  .btn.btn--red.btn--md i {
    padding: 2.5px !important;
  }
}


.product-discounts.dropdown.dropdown--bottom.align--center {
  border-radius: 5px !important;
  margin-left: 10px !important;
  /* border: 1px solid #000 !important; */
  background: 0 0 !important;
  transition: all 0.3s ease-in-out;
}

.material-icons.align--middle.text--white.text--sm {
  color: #000 !important;
}

.product-discounts.dropdown.dropdown--bottom.align--center:hover,
.product-discounts.dropdown.dropdown--bottom.align--center:focus-within {
  /* border: 1px solid #000 !important;
  background-color: #000 !important;
  color: white !important; */
  transition: all 0.3s ease-in-out;
  transform: scale(1.03);
}

/* .product-discounts-title:hover .material-icons.align--middle.text--white.text--sm,
.product-discounts-title:focus .material-icons.align--middle.text--white.text--sm,
.product-discounts.dropdown.dropdown--bottom.align--center:focus-within .material-icons.align--middle.text--white.text--sm {
  color: white !important;
} */

.banner--quantidades {
  font-size: 14px;
}

/** Checkout Cart */
.btn--buy-chekcout {
  background: #d81e24 !important;
  font-size: 20px;
  margin: 1.5em 0;
  color: white;
  font-weight: bold;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.btn--buy-chekcout:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

/** Cart Preview - Lateral */
/** Checkout - Payment */
#checkout .payment-option span {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  align-items: center !important;
  margin-left: 5px !important;
  color: rgba(0, 0, 0) !important;
  font-weight: normal;
  min-height: 40px;
}

.payment-option {
  border-radius: 7px;
  border: 1px solid rgba(155, 155, 155, 0.61);
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #c3d9f3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: rgb(155, 191, 235);
}

.option-input:checked {
  background: #40bbe0;
}

.option-input:checked::before {
  width: 25px;
  height: 25px;
  display: flex;
  content: '\f00c';
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40bbe0;
  content: '';
  display: block;
  z-index: 100;
  width: 25px;
  height: 25px;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.additional--info {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  background: #f7f7f7;
  border-radius: 5px;
}

.not-checked {
  border-color: red !important;
}


/********************************************************
 * AVAILABLE VOUCHERS
 ********************************************************/
.chkout2--available-voucher-container--desktop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1%;
  min-width: 100%;
  padding: 0 15px;
  color: #333333;
  background-color: #FFCD0D;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0px 4px #00000033;
  margin-bottom: 1rem;
  min-height: 50px;
}

.chkout2--available-voucher-container--desktop i.material-icons {
  line-height: 1;
  font-size: 20px;
}

.promo-text {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  width: 100%;
}

.chkout2--available-voucher-title,
.chkout2--available-voucher-expiration-date {
  margin: 0;
  line-height: 1.2;
  vertical-align: bottom;
}

.chkout2--available-voucher-title {
  font-size: 20px;
  font-weight: bold;
}

/* Code box for desktop */
.chkout2--available-voucher-code {
  background-color: #FFE592;
  padding: 2px 1.3em;
  margin: 5px;
  font-size: 24px;
  border-radius: 5px;
}

.chkout2--available-voucher-code>h1 {
  font-weight: bold;
  margin: 0;
}

/* Fallback: if no voucher code, display available discounts text */
.chkout2--available-voucher-code-empty {
  background-color: #FFE592;
  padding: 2px 1.3em;
  margin: 5px;
  font-size: 24px;
  border-radius: 5px;
  min-width: 60px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chkout2--available-voucher-code-empty h1 {
  font-size: 14px;
  margin: 0;
}

.chkout2--remove-voucher {
  color: #666;
  transition: all 0.3s ease-in-out;
}

.chkout2--remove-voucher:hover {
  color: black;
}

/********************************************************
 * MODAL STYLES
 ********************************************************/
#confirmRemoveModal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#confirmRemoveModal.active {
  opacity: 1;
  visibility: visible;
}

#confirmRemoveModal .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 90%;
  max-width: 400px;
}

#confirmRemoveModal button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#confirmRemoveModal .btn-confirm {
  background-color: #d9534f;
  color: #fff;
}

#confirmRemoveModal .btn-cancel {
  background-color: #0075cf;
  color: white;
}

/********************************************************
 * MOBILE CONTAINER
 ********************************************************/
.chkout2--available-voucher-container--mobile {
  display: none;
  /* Hidden by default (desktop only) */
  flex-direction: column;
  gap: 6px;
  width: 100%;
  color: #333;
  background-color: #FFCD0D;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0px 4px #00000033;
  margin-bottom: 1rem;
  padding: 1rem;
}

/* Top row: icon & title side by side */
.promo-mobile-top-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.promo-mobile-top-row i.material-icons {
  font-size: 24px;
  line-height: 1;
}

.chkout2--available-voucher-title--mobile {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

/* Next line: expiration date (left-aligned with title) */
.chkout2--available-voucher-expiration-date--mobile {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #555;
  padding-left: 2rem;
}

/* Code box below the text block */
.chkout2--available-voucher-code--mobile {
  background-color: #FFE592;
  font-size: 20px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
}

.chkout2--available-voucher-code--mobile h1 {
  margin: 0;
  font-weight: bold;
}

/* MOBILE REMOVE ICON (if needed) */
.chkout2--remove-voucher--mobile {
  color: #666;
  align-self: flex-end;
  margin-top: 0.5rem;
  transition: color 0.3s ease-in-out;
}

.chkout2--remove-voucher--mobile:hover {
  color: #000;
}

/********************************************************
 * MEDIA QUERY
 * Show mobile container & hide desktop at <= 500px
 ********************************************************/
@media (max-width: 500px) {
  .chkout2--available-voucher-container--desktop {
    display: none;
  }

  .chkout2--available-voucher-container--mobile {
    display: flex;
  }
}



.cart-summary {
  max-width: 24rem;
}


@media only screen and (max-width: 768px) {
  .chkout2--product-line-name-mobile {
    font-size: 12px;
  }

  .chkout2--product-line-shipping-mobile {
    font-size: 10px;
  }

  .product__price {
    font-size: 1rem;
  }
}



@media only screen and (max-width:640px) {
  .cart-summary {
    width: 100% !important;
    max-width: none !important;
  }
}

/* CSS PARA REMOVER HOVER EM MOBILE */
@media (hover: none) and (pointer: coarse) {}


@media screen and (max-width: 600px) {
  .grid.grid--checkout {
    margin-top: -5.4em !important;
  }
}

.product-images-form-container {
  z-index: 99 !important;
  background: white !important;
  border: 1px solid black !important;
}

/* Cartões de consentimento (newsletter / WhatsApp / termos) — r_whatsappnotifications */
.rwn-consent { display:flex; align-items:center; gap:12px; padding:12px 14px; margin-bottom:10px;
  border:1.5px solid #e3e8ee; border-radius:12px; background:#fff; cursor:pointer;
  transition:border-color .15s ease, background .15s ease; }
.rwn-consent:hover { border-color:#cbd4de; background:#fafbfc; }
.rwn-consent__native { flex:0 0 auto; width:18px; height:18px; margin:0; cursor:pointer; }
.rwn-consent__icon { flex:0 0 auto; width:38px; height:38px; border-radius:50%; display:flex;
  align-items:center; justify-content:center; background:#eef2f6; color:#7c8b9a; }
.rwn-consent__icon i { font-size:20px; line-height:1; }
.rwn-consent__label { flex:1 1 auto; font-size:14px; line-height:1.45; color:#3a4a5a; }
.rwn-consent__sub { display:block; font-size:12px; color:#8a97a3; line-height:1.35; margin-top:2px; }
.rwn-consent--email .rwn-consent__icon { background:#e7f0ff; color:#2f6fed; }
.rwn-consent--wa .rwn-consent__icon { background:#e4f7ec; color:#1faa53; }
.rwn-consent--gdpr .rwn-consent__icon { background:#eef1f4; color:#6b7c8f; }
.rwn-consent--email .rwn-consent__native { accent-color:#2f6fed; }
.rwn-consent--wa .rwn-consent__native { accent-color:#1faa53; }
.rwn-consent--gdpr .rwn-consent__native { accent-color:#6b7c8f; }
.rwn-consent--email:has(.rwn-consent__native:checked) { border-color:#2f6fed; background:#f5f9ff; }
.rwn-consent--wa:has(.rwn-consent__native:checked) { border-color:#1faa53; background:#f4fcf7; }
.rwn-consent--gdpr:has(.rwn-consent__native:checked) { border-color:#b9c3ce; background:#f8fafb; }

/* ***** Barra flutuante de add-to-cart (pagina de produto) *****
   Estas regras viviam num <style> inline em product-add-to-cart.tpl.
   Ao passar para product-add-to-cart-new.tpl o bloco perdeu-se e a barra
   passou a renderizar no fluxo normal (botao "Adicionar" duplicado).      */

#stickyAddToCart {
  position: fixed;
  top: 167px;            /* fica logo abaixo do .pageHeader fixo */
  left: 0;
  width: 100%;
  transform: translateY(-100%);   /* escondida acima do viewport */
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 12;
}

#stickyAddToCart.is-visible {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

#stickyAddToCart p.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70vw;
}

@media only screen and (max-width: 768px) {
  #stickyAddToCart {
    display: none;
  }
}

/* imagens da descricao do produto dentro do modal (perdeu-se no mesmo bloco) */
.modal__bodydesc img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 25px 0;
}
