﻿:root {
  --fontFamily: "Open Sans", sans-serif;
  --fontIcon:"Font Awesome 5 Pro";
  --fontSize: 15px;
  --fontSizeMobile: 14px;
  --background:#fff;
  --foreground: #000;
  --anchor:#000;
  --anchorHover: #333;
  --primaryBg: #1d1d1b;
  --primaryFg:#fff;
  --secondaryBg:#E0561B;
  --secondaryFg:#fff;
  --tertiaryBg:#ddd;
  --tertiaryFg:#000;
  --callToActionBg:#f90;
  --callToActionFg:#FFF;
  --buyActionBg: #090;
  --buyActionFg:#fff;
  --priceList:#666;
  --priceOur:#000;
  --priceOr:#000;
  --priceSave:#000;
  --highlight1Bg:#c33;
  --highlight1Fg:#FFF;
  --highlight2Bg:#06c;
  --highlight2Fg:#FFF;
  --highlight3Bg:#039;
  --highlight3Fg:#FFF;
  --ratingStar: #FC0;
  --border:#ddd;
  --frame: 1920px;
  --moduleFrame: 1400px;
  --navCols: 3;
  --edgePadding: 20px;
  --edgePaddingMobile: 15px;
  --modulePadding: 20px;
  --modulePaddingMobile: 10px;
  --swiper-theme-color:#999;
  --swiper-navigation-size:22px;
}
@media screen and (max-width: 640px) {
  :root {
    --fontSize: var(--fontSizeMobile);
    --edgePadding: var(--edgePaddingMobile);
    --modulePadding: var(--modulePaddingMobile);
  }
}
html {
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: border-box;
  scroll-margin-top: 2rem;
}
body {
  margin: 0;
  background: var(--background);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  color: var(--foreground);
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  display: block;
  margin: 0.5rem 0;
  letter-spacing: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  font-weight: inherit;
  color: var(--anchor);
  text-decoration: none;
}
a:hover {
  color: var(--anchorHover);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  border: none;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 5px 0;
}
input,
select,
textarea {
  padding: 5px;
  background: var(--background);
  border: 1px solid var(--border);
  line-height: 30px;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  color: var(--foreground);
}
input,
select {
  height: 40px;
}
input[type=image] {
  height: unset;
  padding: 0;
  background: none !important;
  border: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button,
.button,
input[type=submit],
input[type=button] {
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  background: var(--callToActionBg);
  border: none;
  outline: none;
  line-height: 40px;
  font-family: var(--fontFamily);
  font-weight: 600;
  color: var(--callToActionFg);
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
button:hover,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  filter: brightness(1.1);
  color: var(--callToActionFg);
}
#lgpd button {
  background: var(--callToActionBg);
  color: var(--callToActionFg);
}
.hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.loadingIndicator {
  display: none;
}
.hr, hr {
  display: none;
}
.rating,
.rating-stars {
  display: flex;
  gap: 3px;
}
.rating svg,
.rating-stars svg {
  width: 1rem;
}
.rating svg path,
.rating-stars svg path {
  fill: var(--ratingStar);
}
.rating .empty-star path,
.rating .half-star path:nth-of-type(1),
.rating-stars .empty-star path,
.rating-stars .half-star path:nth-of-type(1) {
  fill: var(--border);
}
.rating-stars {
  gap: 0;
}
.icon-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-toggle:before {
  font-family: var(--font_icon);
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.btn-buy {
  position: relative;
  gap: 5px;
}
.btn-buy:before {
  content: "";
  background-image: url(https://www.protsun.com.br/octopus/design/images/232/floating_cart.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}
.btn-buy:after {
  content: "Loja 100% segura";
  position: absolute;
  right: 0;
  bottom: -23px;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23009900' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM264 392c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48zm32-168H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1;
  font-size: 0.5em;
  font-weight: 700;
  color: var(--buyActionBg);
  text-transform: uppercase;
}
.breadcrumb {
  display: flex;
  font-size: 0.9em;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb a:first-letter {
  text-transform: uppercase;
}
.breadcrumb span:before {
  content: "/";
  padding: 0 0.5rem;
}
#container_body .breadcrumb a:first-child span {
  display: none;
}
#container_body .breadcrumb a:first-child:before {
  content: "Home";
}
.paginator {
  font-size: 0.9em;
}
.paginator li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 25px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  background: var(--callToActionBg);
  font-weight: 600;
  color: var(--callToActionFg);
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a:before {
  content: "\f100";
  margin-right: 5px;
  font-family: var(--fontIcon);
  font-weight: 300;
}
.paginator .paginator-next a:after {
  content: "\f101";
  margin-left: 5px;
  font-family: var(--fontIcon);
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
  .paginator .paginator-previous a span,
  .paginator .paginator-next a span {
    display: none;
  }
}
.items_container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: var(--edgePadding);
  margin-top: 20px;
}
.items_container .item_box {
  height: 100%;
}
.item_box {
  position: relative;
  display: flex;
  flex-direction: column;
}
.item_box .item_ref,
.item_box .item_status,
.item_box .item_description,
.item_box .item_availability,
.item_box .item_save,
.item_box .item_brand,
.item_box .item_similars {
  display: none;
}
.item_box .item_img {
  order: -2;
  text-align: center;
}
.item_box .item_aggregateRating {
  order: -1;
  margin-top: 10px;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.7;
  font-size: 0.8em;
  text-transform: uppercase;
}
.item_box .item_name strong {
  font-weight: 400;
}
.item_box .item_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  margin-top: 10px;
}
.item_box .item_prices label {
  display: none;
}
.item_box .item_listPrice {
  order: -2;
  flex: 0 0 100%;
  margin-right: 10px;
  font-size: 0.9em;
  color: var(--priceList);
  text-decoration: line-through;
}
.item_box .item_ourPrice,
.item_box .item_or {
  color: var(--priceOur);
}
.item_box .item_ourPrice span,
.item_box .item_or span {
  font-weight: 600;
}
.item_box .item_or {
  color: var(--priceOr);
}
.item_box .item_or:before {
  content: " ou ";
  font-size: 0.85em;
}
.item_box .item_prices_payment_conditions {
  order: -1;
}
.item_box .item_prices_payment_conditions > * {
  margin-right: 5px;
  font-size: 0.85em;
  opacity: 0.6;
}
.item_box .item_prices_payment_conditions .products-text-price-final-label {
  display: none;
}
.item_box .item_prices_payment_conditions .products-text-price-final {
  font-size: 1em;
  font-weight: 600;
  color: var(--priceOur);
  opacity: 1;
}
.item_box .item_availability_2,
.item_box .item_availability_3 {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: var(--priceList);
  text-transform: uppercase;
}
.item_box .item_availability_2 label,
.item_box .item_availability_2 a,
.item_box .item_availability_3 label,
.item_box .item_availability_3 a {
  display: none;
}
.item_box .item_status_3,
.item_box .free_shipping,
.item_box .free_shipping_restricted,
.item_box .product_promotion,
#product_tags > div {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  background-color: var(--background);
  line-height: 20px;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
}
.item_box .item_status,
.item_box .product_promotion {
  margin-right: 0.25rem;
}
.item_box .item_discount {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 40px;
  height: 40px;
  background: var(--highlight1Bg);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--highlight1Fg);
  text-transform: uppercase;
}
.item_box .free_shipping:after {
  content: "Frete Grátis Brasil";
}
.item_box .free_shipping_restricted:after {
  content: "Frete Grátis*";
}
.item_box .item_discount_label,
.item_box .item_free_shipping_restricted,
.item_box .product_promotion_description {
  display: none;
}
.item_box .product_promotion {
  display: none;
}
.item_box .product_promotion_thumbnail {
  position: absolute;
  top: -5px;
  left: -5px;
  max-width: 100px;
  max-height: 50px;
}
#product_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
#product_tags #product_promotion {
  position: relative;
  width: 100%;
  padding: 0 0 0 60px;
  font-size: var(--fontSize);
}
#product_tags #product_promotion .promotion-description {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: none;
}
#product_tags #product_promotion img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
}
#product_tags #free-shipping-restricted {
  display: flex;
  padding-left: 0 !important;
}
#product_tags #free-shipping-restricted ul {
  display: flex;
}
#product_tags #free-shipping-restricted li {
  margin-left: 3px;
  padding: 0 5px;
}
.item_box .product_promotion,
.product-status-2 {
  border: 1px solid var(--highlight1Bg);
  color: var(--highlight1Bg);
}
.item_box .item_status_3,
.product-status-3 {
  border: 1px solid var(--highlight2Bg);
  color: var(--highlight2Bg);
}
.item_box .free_shipping,
.item_box .free_shipping_restricted,
#product_availability_shipping,
#free-shipping-restricted li {
  border: 1px solid var(--highlight3Bg);
  color: var(--highlight3Bg);
}
#quickview-add2cart,
.btn-buy {
  display: flex;
  padding-left: 0;
  background: var(--buyActionBg);
  border-bottom: 5px solid rgba(255, 255, 255, 0.25);
  font-size: 1.4em;
  font-weight: 400;
  color: var(--buyActionFg);
  text-transform: capitalize;
}
#quickview-add2cart:before,
.btn-buy:before {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  font-size: 1.3em;
}
#item_added_action_to_cart {
  margin-top: 10px;
  border-radius: 5px;
  line-height: 60px;
  text-transform: uppercase;
}
#item_added_action_to_cart:before {
  display: none;
}
#custom_CST_products {
  position: relative;
  text-align: center;
}
#custom_CST_products .breadcrumb {
  display: inline-block;
  padding: 0 var(--edgePadding);
  background: var(--background);
  line-height: 30px;
  font-size: 1.4em;
  font-weight: 600;
}
#custom_CST_products:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 1px;
  background: var(--foreground);
}
#custom_CST_products .items_container {
  text-align: left;
}
.section-title {
  position: relative;
  margin-top: 4rem;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
.section-title span:first-of-type {
  line-height: 30px;
  padding: 0 var(--edgePadding);
  background: var(--background);
}
.section-title:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 1px;
  background: var(--foreground);
}
.product-name {
  display: block;
  margin-top: calc(var(--edgePadding) / 2);
  font-size: var(--fontSize);
  font-weight: 400;
  font-style: oblique;
  opacity: 0.6;
}
#product_details h2 {
  font-size: 1.2em;
  margin: 2rem 0 1rem;
}
#product_details .details-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#product_details .details-title:before {
  content: "\f324";
  width: 20px;
  font-family: var(--fontIcon);
  font-size: 0.9em;
  font-weight: 300;
}
#review_invitation,
#asq_invitation {
  margin: calc(var(--edgePadding) / 2) 0;
  text-align: center;
}
#frmNewsletter {
  display: none;
  padding: var(--edgePadding);
  background: #000;
  color: var(--primaryFg);
}
#frmNewsletter h5 {
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: 400;
}
#newsletter_interactive {
  position: relative;
}
#newsletter_interactive label {
  display: none;
}
#newsletter_interactive input {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  border: 1px solid var(--border);
  line-height: 38px;
}
#newsletter_interactive p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#newsletter_interactive #newsletter_i2 {
  text-align: right;
}
#newsletter_interactive #newsletter_i2 button {
  padding: 0 10px;
  line-height: 30px;
  font-size: 0.85em;
}
#shop_footer {
  background: var(--primaryBg);
  text-align: center;
  overflow: hidden;
}
#shop_footer_mobile {
  padding: 20px 10px;
}
#shop_footer_mobile #f-atendimento {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
#shop_footer_mobile #f-atendimento p {
  margin-top: 0;
}
#shop_footer_mobile #f-atendimento p a {
  display: block;
  padding: 10px 0;
  background: #44A4AA;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
#shop_footer_mobile #f-atendimento p a span {
  font-size: 1.2em;
}
#shop_footer_mobile #f-atendimento > a {
  float: left;
  display: block;
  width: 33.333%;
  font-size: 0.9em;
  color: #888;
}
#shop_footer_mobile #f-atendimento > a i {
  margin-right: 5px;
}
#shop_footer_mobile #f-redes:before {
  content: "Siga-nos nas redes sociais:";
  display: block;
  margin: 20px 0 10px;
  color: #999;
}
#shop_footer_mobile #f-redes li {
  display: inline-block;
  margin: 0 10px;
  line-height: 40px;
  font-size: 2em;
}
#shop_footer_mobile #f-redes a {
  color: #999;
}
#shop_footer_mobile #f-infos {
  margin: 0;
  padding: 10px;
  font-size: 0.6em;
  color: #999;
}
#shop_footer_mobile #f-sec ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
#shop_footer_mobile #f-sec img {
  display: block;
  max-height: 25px;
  width: auto;
}
#shop_footer_mobile #goto_top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  display: none;
}
#shop_footer_mobile #goto_top i {
  font-size: 2em;
  color: rgba(0, 0, 0, 0.5);
}
#shop_footer_desktop {
  border: 10px solid #fff;
}
#shop_footer_desktop #f-foot {
  padding: 20px 0;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 0.9em;
  color: #ccc;
}
#shop_footer_desktop #f-foot > div {
  display: inline-block;
  width: 33.333%;
  max-width: 450px;
  margin: 0 -2px;
  padding: 10px 20px;
  vertical-align: top;
  text-align: left;
}
#shop_footer_desktop #f-foot h3 {
  font-weight: 600;
}
#shop_footer_desktop #f-foot div p {
  line-height: 1.6em;
}
#shop_footer_desktop #f-foot div a {
  display: block;
  padding: 2px 0;
  font-weight: 400;
  color: #ccc;
}
#shop_footer_desktop #f-cen {
  border-left: 1px solid #333;
}
#shop_footer_desktop #f-dir {
  background: #000;
}
#shop_footer_desktop #f-redes {
  display: flex;
  align-items: center;
  gap: 10px;
}
#shop_footer_desktop #f-redes a {
  font-size: 2em;
}
#shop_footer_desktop #f-pagamento {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
  color: #999;
}
#shop_footer_desktop #f-pagamento img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-left: 10px;
  vertical-align: middle;
}
#shop_footer_desktop #f-sec {
  padding: 0 10px 20px;
  text-align: center;
}
#shop_footer_desktop #f-sec p {
  margin: 0 auto 20px;
  font-size: 0.85em;
  color: #999;
}
#shop_footer_desktop #f-sec a {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 800px) {
  #shop_footer_desktop #f-foot {
    border: none;
  }
  #shop_footer_desktop #f-foot > div {
    width: 50%;
  }
  #shop_footer_desktop #f-foot #f-dir {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  #shop_footer_desktop #f-cen {
    border-right: none;
  }
  #shop_footer_desktop #f-pagamento img {
    display: block;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  #shop_footer_desktop #f-foot > div {
    width: 100%;
  }
  #shop_footer_desktop #f-cen {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.module_fullscreen {
  position: relative;
  margin-bottom: var(--modulePadding);
}
.module_fullscreen > div {
  position: relative;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.slide_txt {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}
.landing_module {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: var(--modulePadding) calc(var(--modulePadding) / 2);
}
.landing_module > * {
  position: relative;
  padding: calc(var(--modulePadding) / 2) !important;
}
.landing_module .module_content {
  height: 100%;
}
.landing_module .module_content_img img {
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}
.landing_module .module_content_img a {
  display: block;
  overflow: hidden;
}
.landing_module .module_content_img a:hover img {
  transform: scale(1.03);
}
.landing_module .module_content_txt {
  padding-top: calc(var(--modulePadding) / 2);
}
.landing_module .module_content_txt p {
  margin-top: 0;
  line-height: 1.75;
}
.landing_module .swiper {
  min-width: 100%;
}
.landing_module .swiper-pagination {
  position: relative;
}
.landing_module .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.module_frame {
  max-width: var(--moduleFrame);
  margin-right: auto;
  margin-left: auto;
}
.module_col_1 {
  flex: 100%;
}
.module_col_2 {
  flex: 50%;
}
.module_col_3 {
  flex: 33.333%;
}
.module_col_4 {
  flex: 25%;
}
.module_col_5 {
  flex: 20%;
}
.module_col_6 {
  flex: 16.666%;
}
.module_bg {
  height: 100%;
  background: rgba(204, 204, 204, 0.15);
}
.module_bg .module_content_txt {
  padding: var(--modulePadding);
}
.side_txt {
  display: flex;
  align-items: center;
}
.side_txt .module_content_img {
  flex: 0 0 66.666%;
}
.side_txt .module_content_txt {
  flex: 0 0 33.333%;
}
.side_txt.inverted_txt .module_content_img {
  flex: 0 0 33.333%;
}
.side_txt.inverted_txt .module_content_txt {
  flex: 0 0 66.666%;
}
.side_txt.half_txt .module_content_img,
.side_txt.half_txt .module_content_txt {
  flex: 0 0 50%;
}
.side_txt .module_content_txt {
  padding: var(--modulePadding) calc(2 * var(--modulePadding));
}
.module_icon .module_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_icon .module_content_img {
  flex: 0 0 50px;
  display: grid;
  place-content: center;
  height: 50px;
}
.module_icon .module_content_img img,
.module_icon .module_content_img svg {
  width: 100%;
}
.module_icon .module_content_img i {
  font-size: 2.8em;
}
.module_icon .icon_bg {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: var(--callToActionBg);
}
.module_icon .icon_bg i {
  font-size: 2em;
  color: var(--callToActionFg);
}
.module_icon .icon_bg svg {
  color: var(--callToActionFg);
}
.module_icon .module_content_txt {
  padding: 0 0 0 15px;
  text-align: left;
}
.module_icon .module_content_txt p {
  margin: 0;
}
.module_icon .icon_txt_title {
  font-size: 1.2em;
  font-weight: bold;
}
.module_icon .icon_txt_subtitle {
  font-size: 0.9em;
}
.module_icon .swiper-pagination {
  bottom: calc(var(--modulePadding) - 1.5 * var(--modulePadding));
}
.h_center {
  text-align: center;
}
.h_left {
  text-align: left;
}
.h_right {
  text-align: right;
}
.v_top {
  align-self: flex-start;
}
.v_bottom {
  align-self: flex-end;
}
.v_middle {
  align-self: center;
}
@media screen and (max-width: 1080px) {
  .landing_module.module_icon {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .landing_module.module_icon .icon_bg {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .landing_module.module_icon .icon_bg i {
    font-size: 2em;
  }
}
@media screen and (max-width: 810px) {
  .landing_module .sm_col_1 {
    flex: 0 0 100%;
  }
  .landing_module .sm_col_2 {
    flex: 0 0 50%;
  }
  .landing_module .sm_col_3 {
    flex: 0 0 33.333%;
  }
  .module_col_1 .side_txt .module_content_img,
  .module_col_1 .side_txt .module_content_txt {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 640px) {
  .landing_module .xs_col_1 {
    flex: 0 0 100%;
  }
  .landing_module .xs_col_2 {
    flex: 0 0 50%;
  }
  .landing_module .xs_col_3 {
    flex: 0 0 33.333%;
  }
  .module_col_1 .side_txt {
    flex-direction: column;
  }
  .module_col_1 .side_txt .module_content_img {
    order: -1;
    flex: unset;
  }
  .module_col_1 .side_txt .module_content_txt {
    flex: unset;
    text-align: center;
  }
  .module_col_1 .side_txt:not(.module_bg) .module_content_txt {
    padding-right: 0;
    padding-left: 0;
  }
}
.mosaic_module {
  display: grid;
  grid-template-rows: auto;
  margin: auto;
  padding: 0 calc(var(--modulePadding) - var(--modulePadding) / 4);
  align-items: center;
}
.mosaic_module img {
  display: block;
}
.mosaic_module .mosaic_item {
  padding: calc(var(--modulePadding) / 4);
}
.mosaic_module .mosaic_content {
  display: grid;
}
.mosaic_module .mosaic_content.mosaic_grid_2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.mosaic_6_6 {
  grid-template-columns: 6fr 6fr;
}
.mosaic_4_8 {
  grid-template-columns: 4fr 8fr;
}
.mosaic_8_4 {
  grid-template-columns: 8fr 4fr;
}
.mosaic_3_9 {
  grid-template-columns: 3fr 9fr;
}
.mosaic_9_3 {
  grid-template-columns: 9fr 3fr;
}
.mosaic_3_6_3 {
  grid-template-columns: 3fr 6fr 3fr;
}
.mosaic_4_4_4 {
  grid-template-columns: 4fr 4fr 4fr;
}
.module_video {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-container {
  max-width: 800px;
}
.youtube-shorts {
  max-width: 405px !important;
  overflow: hidden;
}
.youtube-shorts .youtube-player {
  padding-bottom: 178.5%;
}
.youtube-shorts .youtube-thumb {
  width: auto !important;
  max-width: none;
  left: -108.6%;
}
.custom_list {
  max-width: 100vw;
  padding: var(--edgePadding);
}
.custom_list #custom_CST_products_header_dok,
.custom_list #custom_CST_products_header_index,
.custom_list #custom_CST_products_footer_dok,
.custom_list #custom_CST_products_footer_index {
  display: none;
}
.custom_list .items_container > li {
  text-align: left;
}
.custom_list_slider {
  position: relative;
}
.custom_list_slider .items_container {
  display: flex;
}
.nav-lvl-0 h2, .nav-lvl-0 h3,
#ddm h2,
#ddm h3 {
  margin: 0 !important;
  font-size: 1em;
}
.nav-lvl-0 a,
#ddm a {
  display: block;
}
label[for=nav_toggle],
label[for=menuDD-toggle] {
  cursor: pointer;
}
label[for=nav_toggle]:before,
label[for=menuDD-toggle]:before {
  content: "\f0c9";
  font-family: var(--fontIcon);
  font-weight: 300;
}
.nav-lvl-0 > ul > li > a,
#ddm h2 a {
  font-weight: 600;
  text-transform: uppercase;
}
.nav-lvl-1 > ul > li > a,
#ddm h3 a {
  font-weight: 600;
}
.nav-lvl-2 a:before,
#ddm h3 + ul a:before {
  content: "- ";
}
@media screen and (max-width: 1080px) {
  .nav-lvl-0,
  #ddm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 85vw;
    max-width: 400px;
    height: 100vh;
    padding: 1.5rem;
    background: var(--background);
    text-align: left;
    overflow-y: auto;
    scrollbar-width: thin;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }
  .nav-lvl-0 li,
  #ddm li {
    position: relative;
    line-height: 40px;
  }
  .nav-lvl-0 a,
  #ddm a {
    display: block;
  }
  #nav_toggle:checked ~ label:after,
  #menuDD-toggle:checked ~ label:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.85);
  }
  #nav_toggle:checked ~ ul, #nav_toggle:checked ~ div,
  #menuDD-toggle:checked ~ ul,
  #menuDD-toggle:checked ~ div {
    transform: translateX(0);
  }
  .nav-lvl-0 .parent label {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  .nav-lvl-0 .parent label:before {
    content: "\f054";
    font-family: var(--fontIcon);
  }
  .nav-lvl-0 .parent .wrapper {
    height: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
  }
  .nav-lvl-0 .parent input:checked ~ label {
    transform: rotateZ(180deg);
  }
  .nav-lvl-0 .parent input:checked ~ label:before {
    content: "\f00d";
  }
  .nav-lvl-0 .parent input:checked ~ .wrapper {
    height: auto;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1081px) {
  .nav-lvl-0,
  #ddm {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 4000;
    min-height: 350px;
    padding: 10px 0;
    background: var(--secondaryBg);
    border: 1px solid var(--primaryBg);
    border-top: none;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity 0.3s ease-in-out;
    transform-origin: top center;
    overflow: hidden;
  }
  .nav-lvl-0 li,
  #ddm li {
    width: 250px;
    line-height: 40px;
  }
  .nav-lvl-0 a,
  #ddm a {
    padding: 0 20px;
  }
  .nav-lvl-0 > ul > li > a,
  #ddm h2 a {
    color: var(--secondaryFg);
  }
  .nav-lvl-0 > ul > li > a:hover,
  #ddm h2 a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .nav-lvl-1 > ul,
  .nav-lvl-2 > ul,
  #ddm h2 + ul,
  #ddm h3 + ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left 0;
    transition: opacity 0.3s ease-in-out;
    padding: 10px 0;
  }
  .nav-lvl-1 > ul,
  #ddm h2 + ul {
    background: var(--tertiaryBg);
  }
  .nav-lvl-1 > ul > li > a, .nav-lvl-1 > ul > li > h3 a,
  #ddm h2 + ul > li > a,
  #ddm h2 + ul > li > h3 a {
    color: var(--tertiaryFg);
  }
  .nav-lvl-1 > ul > li > a:hover, .nav-lvl-1 > ul > li > h3 a:hover,
  #ddm h2 + ul > li > a:hover,
  #ddm h2 + ul > li > h3 a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .nav-lvl-2 > ul,
  #ddm h3 + ul {
    background: var(--background);
  }
  #shop_nav:hover .fluid-wrapper > label,
  #menuDD:hover > label {
    background: var(--secondaryBg);
    color: var(--secondaryFg);
  }
  #shop_nav:hover .fluid-wrapper > div, #shop_nav:hover .fluid-wrapper > ul,
  #menuDD:hover > div,
  #menuDD:hover > ul {
    opacity: 1;
    transform: scaleY(1);
  }
  .nav-lvl-0 li:hover .nav-lvl-1 > ul,
  .nav-lvl-0 li:hover h2 + ul,
  #ddm li:hover .nav-lvl-1 > ul,
  #ddm li:hover h2 + ul {
    opacity: 1;
    transform: scaleX(1);
  }
  .nav-lvl-1 li:hover .nav-lvl-2 > ul,
  .nav-lvl-1 li:hover h3 + ul,
  #ddm ul li:hover .nav-lvl-2 > ul,
  #ddm ul li:hover h3 + ul {
    opacity: 1;
    transform: scaleX(1);
  }
}
header {
  margin: 10px 10px 0;
}
header .fluid-wrapper {
  display: flex;
  align-items: center;
  gap: var(--edgePadding);
  height: 80px;
  padding: 5px;
  background: var(--primaryBg);
  color: var(--primaryFg);
  border-bottom: 2px solid #e2613e;
}
header a {
  color: inherit;
}
#logo img {
  display: block;
  width: auto;
  height: 70px;
}
#nav_cart {
  position: relative;
  margin-right: 5px;
}
#nav_cart_header a {
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #fa8a5b 0%, #e0561b 100%);
}
#nav_cart_header a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(https://www.protsun.com.br/octopus/design/images/232/floating_cart.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#nav_cart_header a span {
  display: none;
}
#nav_cart_total_items {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  pointer-events: none;
}
#quicksearch-form {
  display: none;
}
@media screen and (max-width: 1080px) {
  #logo {
    flex: 1;
    margin-left: 10px;
  }
  #menu0 {
    display: none;
  }
  label[for=mnU_toggle],
  label[for=nav_toggle] {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    font-family: var(--fontIcon);
    font-size: 2.2em;
    font-weight: 300;
    cursor: pointer;
  }
  #menuU {
    position: relative;
  }
  #menuU label[for=mnU_toggle] {
    color: var(--primaryFg);
    opacity: 0.8;
  }
  #menuU label[for=mnU_toggle]:before {
    content: "\f2bd";
  }
  #menuU ul {
    position: absolute;
    right: 0;
    z-index: 300;
    width: 150px;
    padding: 0 15px;
    background: var(--background);
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.25);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.3s ease-in-out;
  }
  #menuU ul:before {
    content: "";
    position: absolute;
    right: 0;
    margin: -5px 25px 0 0;
    border-bottom: 5px solid var(--background);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  #menuU:hover ul,
  #menuU #mnU_toggle:checked ~ ul {
    transform: scaleY(1);
  }
  #menuU li {
    border-top: 1px solid var(--border);
    line-height: 40px;
    font-size: 0.9em;
    text-align: center;
    color: var(--foreground);
  }
  #menuU li:first-child {
    border: none;
  }
  #menuU a {
    font-weight: 400;
    text-transform: capitalize;
  }
  label[for=nav_toggle] {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #e2613e;
    color: var(--primaryFg);
  }
  label[for=nav_toggle]:before {
    content: "\f0c9";
  }
}
@media screen and (max-width: 640px) {
  header {
    margin: 0;
  }
  header .fluid-wrapper {
    height: 60px;
  }
  #logo {
    margin-left: 5px;
  }
  #logo img {
    width: auto;
    height: 40px;
  }
  #menuU ul {
    right: -10px;
  }
  label[for=mnU_toggle],
  label[for=nav_toggle],
  #nav_cart_header a {
    width: 40px;
    height: 40px;
    font-size: 1.6em;
  }
  #nav_cart_header a:before {
    background-size: 65%;
  }
  #nav_cart_total_items {
    display: none;
  }
  label[for=nav_toggle] {
    top: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 1081px) {
  #menu0 {
    flex: 1;
    margin-bottom: -5px;
    align-self: flex-end;
    margin-left: 106px;
  }
  #menu0 ul {
    display: flex;
  }
  #menu0 li:nth-of-type(1) {
    display: none;
  }
  #menuU ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
  }
  #menuU li {
    line-height: 1;
  }
  #menuU #mnU_4 {
    flex: 100%;
    text-align: right;
  }
  #shop_nav {
    position: relative;
    margin: 0 10px;
  }
  label[for=nav_toggle] {
    position: absolute;
    top: -50px;
    left: 280px;
    z-index: 100;
  }
  #menu0 a,
  label[for=nav_toggle] {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
  }
  #menu0 a:hover,
  label[for=nav_toggle]:hover {
    background-color: var(--secondaryBg);
    color: var(--secondaryFg);
  }
  label[for=nav_toggle]:before {
    content: "Produtos";
    font-family: var(--fontFamily);
    font-weight: 400;
    color: var(--primaryFg);
  }
  .nav-lvl-0 {
    z-index: 990;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid var(--secondaryBg);
  }
  .nav-lvl-0 {
    padding: var(--edgePadding);
    min-height: 230px;
  }
  .nav-lvl-0 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .nav-lvl-0 li {
    width: auto;
  }
  .nav-lvl-0 li > a {
    display: block;
    padding: 0;
    background: #000 !important;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
  .nav-lvl-0 li > a:before {
    display: block;
    height: 140px;
  }
  .nav-lvl-0 li > a:hover {
    filter: brightness(1.1);
  }
  #mn_2 a:before {
    content: url(https://www.protsun.com.br/octopus/design/images/232/ddm_cortina.jpg);
  }
  #mn_3 a:before {
    content: url(https://www.protsun.com.br/octopus/design/images/232/ddm_ombrelone.jpg);
  }
  #mn_5 a:before {
    content: url(https://www.protsun.com.br/octopus/design/images/232/ddm_persiana.jpg);
  }
  #mn_4 a:before {
    content: url(https://www.protsun.com.br/octopus/design/images/232/ddm_toldo.jpg);
  }
  #mn_1 a:before {
    content: url(https://www.protsun.com.br/octopus/design/images/232/ddm_acessorios.jpg);
  }
}
main > .fluid-wrapper {
  max-width: var(--frame);
  margin: 0 auto;
  padding: 0 var(--edgePadding);
}
#product_dynamics .breadcrumb {
  padding-top: var(--edgePadding);
}
#product_dynamics h1 {
  margin: var(--edgePadding) 0;
}
#product_gallery img {
  width: 100%;
}
#product_gallery_thumbs {
  margin-top: 10px;
  text-align: center;
}
#product_texts > * {
  margin-top: 10px;
}
#product_texts > * .product-status-1,
#product_texts > * .product-status-4 {
  display: none;
}
#product_review {
  font-size: 0.9em;
}
#product_review a {
  display: flex;
  gap: 0.5rem;
}
#product_description a {
  display: inline-block;
  font-weight: 600;
}
#product_description div {
  display: none;
}
#product_description br {
  display: block;
  margin-bottom: 0;
}
#product_selects {
  margin-top: -1px;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
}
#product_selects .product-select + div,
#product_selects .product-button + div {
  margin-top: 1rem;
}
#product_selects h2 {
  margin: 0 0 5px;
  font-size: 1em;
  font-weight: 600;
}
#product_selects select {
  display: block;
  width: 100%;
}
.product-button ul {
  display: flex;
}
.product-button li label {
  display: block;
  min-width: 2em;
  margin: 5px 5px 0 0;
  padding: 0 5px;
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
  line-height: 2;
  cursor: pointer;
}
.product-button li input:checked + label {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
#product_availability {
  margin-top: 0;
}
#product_availability #product_buy_form {
  display: flex;
  padding: 2rem 0;
}
#product_availability #product_buy_form label {
  font-size: 0.85em;
}
#product_availability #product_buy_form select {
  display: block;
  width: 80px;
  margin-top: 5px;
}
#product_availability #product_buy_form button {
  margin-left: 1rem;
}
#product_availability > span {
  display: none;
}
#item_added_actions button {
  display: flex;
  justify-content: center;
}
#inStockNotification {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
#inStockNotification fieldset {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.95em;
}
#inStockNotification legend {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  line-height: 40px;
  font-weight: 600;
}
#inStockNotification p {
  padding: 0 1rem;
  line-height: 1.75em;
}
#inStockNotification table {
  padding: 0 1rem;
  text-align: left;
}
#inStockNotification table td:nth-of-type(1) {
  width: 70px;
}
#inStockNotification input,
#inStockNotification button {
  width: 100%;
}
#product_internal_links > a {
  display: flex;
  line-height: 2;
  font-size: 0.85em;
  font-weight: 400;
}
#product_internal_links > a:before {
  width: 25px;
  font-family: var(--fontIcon);
  font-size: 1.1em;
}
#product_internal_links #wishlist_link:before {
  content: "\f004";
}
#product_internal_links #shippingSimulator_link:before {
  content: "\f0d1";
}
#product_internal_links #review_link:before {
  content: "\f005";
}
#product_internal_links #asq_link:before {
  content: "\f059";
}
#product_internal_links #foundCheaper_link:before {
  content: "\f4d3";
}
.product-extra-grid #product_selects,
.product-extra-grid #product_availability {
  display: none;
}
#product_extra_grid_link {
  padding: 1rem 0;
}
#product_extra_grid_link button {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
.details-content {
  line-height: 1.75;
}
.details-content table {
  border-collapse: collapse;
}
.details-content table th, .details-content table td {
  padding: 5px;
  border: 1px solid var(--border);
  text-align: center;
}
.details-content table th {
  font-weight: 600;
}
.details-content table tr:nth-of-type(odd) > td {
  background-color: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 640px) {
  .items_container {
    display: flex;
    max-width: 100%;
    padding: 1rem 0;
    overflow-x: auto;
  }
  .items_container li {
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1081px) {
  #product_dynamics > .fluid-wrapper {
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: 2.5em 2.5 auto auto;
    grid-template-areas: "breadcrumb breadcrumb" "h1 h1" "gallery texts" "together together";
    grid-gap: 1rem;
  }
  #product_dynamics > .fluid-wrapper .breadcrumb {
    grid-area: breadcrumb;
  }
  #product_dynamics h1 {
    grid-area: h1;
    margin: 0;
    font-size: 1.5em;
  }
  #product_dynamics #product_gallery {
    grid-area: gallery;
    overflow: hidden;
  }
  #product_dynamics #product_texts {
    grid-area: texts;
  }
  #product_dynamics #product_buy_together {
    grid-area: together;
  }
  #product_dynamics #product_tags {
    margin-top: 0;
  }
  #product_gallery_big .swiper-pagination {
    display: none;
  }
}
#product_prices {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
#product_prices .label {
  margin-right: 5px;
}
.product-price-discount {
  order: -2;
  display: grid;
  place-content: center;
  width: 45px;
  height: 25px;
  margin: 30px 0 5px 0;
  background: var(--highlight1Bg);
  border-radius: 3px;
  font-size: 0.85em;
  font-weight: 600;
  color: var(--highlight1Fg);
}
.product-price-discount .label {
  display: none;
}
.product-price-discount .value:before {
  content: "-";
}
.product-price-list {
  margin: 30px 0 5px 0;
  color: var(--priceList);
  text-transform: capitalize;
}
.product-price-list abbr {
  display: none;
}
.product-price-our {
  flex: 0 0 100%;
}
.product-price-our .value {
  font-weight: 700;
  font-size: 2.2em;
  color: var(--priceOur);
}
.product-price-or .value {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--priceOr);
}
.product-price-save {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 30px;
  color: var(--priceSave);
  text-transform: capitalize;
}
.product-price-exceptions {
  display: none;
}
#product_buy_together_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
#product_buy_together_form ul {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
}
#product_buy_together_form li {
  position: relative;
  display: flex;
  flex: 0 0 230px;
  margin: 1rem 0;
  padding: 1rem 0;
}
#product_buy_together_form li:after {
  content: "\f055";
  order: -1;
  align-self: center;
  flex: 0 0 30px;
  margin: 0 1rem;
  font-family: var(--fontIcon);
  font-size: 2em;
  opacity: 0.5;
}
#product_buy_together_form li:nth-of-type(1) {
  flex: 0 0 200px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.04);
}
#product_buy_together_form li:nth-of-type(1) label, #product_buy_together_form li:nth-of-type(1):after {
  display: none;
}
#product_buy_together_form li label {
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 100;
  width: 25px;
  height: 25px;
  background: var(--background);
  border: 2px solid var(--border);
  border-radius: 3px;
  text-align: center;
  line-height: 21px;
  font-family: var(--fontIcon);
  font-size: 1.1em;
  color: var(--callToActionBg);
  cursor: pointer;
}
#product_buy_together_form li a {
  opacity: 0.5;
}
#product_buy_together_form li img {
  display: block;
  padding: 0.5rem;
  background: var(--background);
  border: 1px solid var(--border);
}
#product_buy_together_form .product-description {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 0.9em;
}
#product_buy_together_form .product-prices {
  font-weight: 600;
  color: var(--priceOur);
}
#product_buy_together_form .product-prices .label {
  display: none;
}
#product_buy_together_form input:checked ~ label {
  background: var(--callToActionBg);
  border-color: var(--callToActionBg);
  color: var(--callToActionFg);
}
#product_buy_together_form input:checked ~ label:before {
  content: "\f00c";
}
#product_buy_together_form input:checked ~ a {
  opacity: 1;
}
#buy_together_price_our {
  font-weight: 600;
  color: var(--priceOur);
}
#buy_together_price_our .value {
  margin-left: 5px;
  font-size: 1.5em;
}
#buy_together_buy {
  margin-top: 1rem;
}
#buy_together_buy button {
  max-width: 350px;
  margin: auto;
}
@media only screen and (max-width: 1080px) {
  #product_buy_together_form li {
    flex: 0 0 170px !important;
  }
  #product_buy_together_form li:after {
    flex: 0 0 18px;
    margin: 0 0.5rem;
    font-size: 1.2em;
  }
}
.product-custom-variant #product_description {
  display: none;
}
.product-custom-variant #product_prices {
  display: block !important;
}
.product-custom-variant #product_prices > div {
  display: none;
}
.product-custom-variant #product_prices > div.product-price-list, .product-custom-variant #product_prices > div.product-price-our {
  display: inline-block;
}
.product-custom-variant #product_prices > div.product-price-list {
  margin-top: unset;
  margin-right: 1rem;
}
.product-custom-variant #product_selects {
  padding: 1.5rem 1.5rem 0.75rem;
  border: none;
}
.product-custom-variant #product_selects h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.product-custom-variant #product_availability {
  padding: 0 1.5rem;
  background-color: var(--border);
}
.product-custom-variant #product_availability #product_buy_form {
  padding-top: 0;
}
#frm-custom-variants {
  position: relative;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.custom_variant {
  padding: 0.75rem 1.5rem;
}
.custom_variant input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.custom_variant input + label {
  display: block;
  min-width: 2em;
  margin: 5px 5px 0 0;
  padding: 0 0.5rem;
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
  line-height: 2;
  font-size: 0.95em;
  cursor: pointer;
}
.custom_variant input + label:hover {
  border-color: var(--foreground);
}
.custom_variant input:checked + label,
.custom_variant input:checked + label:hover {
  background-color: var(--callToActionBg);
  border-color: var(--callToAction);
  color: var(--callToActionFg);
}
.custom_variant select {
  display: block;
  width: 100%;
}
.custom-variant-title,
.custom_variant > label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-variant-title + div {
  display: flex;
  flex-wrap: wrap;
}
#custom-product-submit {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
}
#custom-product-resume {
  padding: 0 1.5rem;
  background: var(--border);
  text-align: left;
}
#custom-product-resume h3 {
  padding-top: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}
#custom-product-resume ul {
  padding-left: 15px;
  list-style: disc;
}
#custom-product-resume li {
  line-height: 1.75;
}
#custom-product-resume li abbr:before {
  content: "+ ";
}
#custom-product-resume li abbr,
#custom-product-resume .my_custom_variant_addition {
  font-weight: 600;
  color: #090;
}
#custom-product-resume .value {
  display: block;
  padding: 1rem 0 1.5rem;
  font-size: 1.2em;
  font-weight: bold;
}
#custom-product-resume .value:before {
  content: "Total: ";
}
#custom-product-resume .value + abbr {
  display: none;
}
#review_invitation a {
  margin: 0.5rem;
  line-height: 30px;
  font-size: 0.9em;
}
#GR_dynamic_index_top {
  display: none;
}
#GR_dynamic_index_bottom {
  padding: 2rem 0;
  text-align: center;
}
.GR_dynamic_node {
  position: relative;
  padding: 1rem 0;
  text-align: left;
}
.GR_dynamic_node_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.GR_dynamic_node_header .rating-stars {
  margin-right: 0.5rem;
}
.GR_dynamic_node_header p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.GR_dynamic_node_header b {
  font-weight: 600;
}
.GR_dynamic_node_header_status {
  order: 10;
  flex: 0 0 100%;
  font-size: 0.9em;
  color: #666;
}
.GR_dynamic_node_header_author:before {
  content: "\f2bd";
  margin-right: 5px;
  font-family: var(--fontIcon);
  font-size: 1.2em;
  font-weight: 300;
}
.GR_dynamic_node_header_author b {
  margin: 0 5px;
}
.GR_dynamic_node_body {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  line-height: 1.75;
}
.GR_dynamic_node_footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  height: 40px;
  padding: 0 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.9em;
  color: #888;
}
.GR_dynamic_node_footer_vote {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.GR_dynamic_node_footer_vote a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: inherit;
  text-transform: uppercase;
}
.GR_dynamic_node_footer_vote a:hover {
  color: var(--anchorHover);
}
.GR_dynamic_node_footer_vote svg {
  width: 15px;
}
.GR_dynamic_node_footer_vote .vote-yes:after {
  content: "Sim";
  font-weight: 600;
}
.GR_dynamic_node_footer_vote .vote-no:after {
  content: "Não";
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #product_reviews .rating-stars {
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }
}
#asq_invitation a {
  margin: 0.5rem;
  line-height: 30px;
  font-size: 0.9em;
}
#ASQ_dynamic_index_top {
  display: none;
}
#ASQ_dynamic_index_bottom {
  padding: 2rem 0;
  text-align: center;
}
.ASQ_dynamic_node {
  position: relative;
  margin: 1rem 0;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
}
.ASQ_dynamic_node p {
  margin: 0;
  line-height: 1.75;
}
.ASQ_dynamic_node b {
  font-weight: 600;
}
.ASQ_dynamic_node_answer {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-left: 3px solid var(--border);
}
.ASQ_dynamic_node_question_signature,
.ASQ_dynamic_node_answer_signature {
  padding-top: 10px;
  color: #666;
}
.ASQ_dynamic_node_question_signature b,
.ASQ_dynamic_node_answer_signature b {
  color: var(--foreground);
}
@media only screen and (min-width: 641px) {
  .ASQ_dynamic_node_answer {
    margin-left: 5%;
  }
}
#product_dynamics h1 span{display: none;}

/*Custom*/

header {margin: 0px 0px 0;}

@media only screen and (max-width: 767px) {
	#nav_cart_header a, #nav_cart_total_items, #menuU label[for=mnU_toggle]  {
		display: none;
	}
	header .fluid-wrapper {
		border-bottom: 2px solid #e2613e;
	}
}

@media screen and (max-width: 1080px) {
	    #nav_cart_header a,  #menuU label[for=mnU_toggle] { 
			display: none;
		}
}

.custom_variant_largura,
.custom_variant_altura {
  display: inline-block;
  vertical-align: top;
  width: 48%; /* ou ajuste conforme o espaço desejado */
  margin-right: 2%;
}

.custom_variant_altura {
  margin-right: 0;
}
