@charset "UTF-8";
/*
VSPECAS Stylesheet
© 2018 Feraweb. Todos os direitos reservados.

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import 'fonts/font.css';
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Colors
*/
/*
Fonts
*/
:root {
  --primary-color-rgb: 162, 28, 32;
}

body {
  font-family: "Nunito";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #717171;
  overflow-x: hidden;
}
@media all and (max-width: 999px) {
  body {
    /* NOTE: overridden by _header.scss body padding-top (import order) — do not increase */
    padding-top: 82px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #a21c20;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #771417;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #a21c20 #f1f1f1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #a21c20;
}

.content {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
@media all and (max-width: 1460px) {
  .content {
    padding: 0px 10px;
  }
}

.trim {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 40px;
}
@media all and (max-width: 999px) {
  .trim {
    display: none;
  }
}
.trim .item {
  display: flex;
  flex: 1;
  border-right: 2px solid #f1f1f1;
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  .trim .item {
    border-right: 0px;
    padding: 10px 0px;
  }
}
.trim .item:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.trim .item div {
  display: flex;
  flex-direction: column;
}
.trim .item div strong {
  font-weight: bold;
  text-transform: uppercase;
}
.trim .item i {
  color: #D9D9D9;
  font-size: 30px;
  margin-right: 30px;
}
.trim .item i.icon-box {
  font-size: 38px;
}

.section-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  .section-title {
    text-align: center;
  }
}
.section-title h2 {
  font-size: 42px;
  color: #a21c20;
  font-weight: normal;
  font-family: "Nunito";
  margin-bottom: 0px;
  margin-top: 0px;
}
@media all and (max-width: 999px) {
  .section-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
  }
}
.section-title h2:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #666;
  opacity: 0.1;
  margin-left: 10px;
  margin-top: 8px;
}

.product-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.product-list .product-inset-list {
  float: left;
  width: 100%;
}

html.cssgrid .product-list .product-inset-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media all and (max-width: 1280px) {
  html.cssgrid .product-list .product-inset-list {
    grid-gap: 10px;
  }
}
@media all and (max-width: 999px) {
  html.cssgrid .product-list .product-inset-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
html.cssgrid .product-list .product-inset-list.items3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 699px) {
  html.cssgrid .product-list .product-inset-list.items3 {
    grid-template-columns: 1fr 1fr;
  }
}
html.cssgrid .product-list .product-inset-list .product--item {
  margin: 0px;
  width: auto;
}

.our--services {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 999px) {
  .our--services {
    flex-direction: column;
  }
}
.our--services .block {
  width: 30%;
  /* Rectangle 9: */
  background: #FFFFFF;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 60px;
  position: relative;
}
@media all and (max-width: 999px) {
  .our--services .block {
    width: 100%;
  }
}
@media all and (min-width: 599px) and (max-width: 999px) {
  .our--services .block {
    display: flex;
    align-items: center;
  }
  .our--services .block .info .inset-info {
    padding: 0px !important;
    margin-top: 0px !important;
  }
}
.our--services .block:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #a21c20;
  left: 0px;
  margin-bottom: -40px;
}
.our--services .block .image {
  float: left;
  width: 100%;
}
.our--services .block .image img {
  display: block;
  width: 100%;
  height: auto;
}
.our--services .block .info {
  float: left;
  width: 100%;
  padding: 0px 30px;
}
@media all and (max-width: 599px) {
  .our--services .block .info {
    padding: 0px 15px;
  }
}
.our--services .block .info .inset-info {
  float: left;
  padding: 30px;
  margin-top: -40px;
  background: white;
  position: relative;
}
.our--services .block .info .inset-info:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: white;
  margin-top: -20px;
}
.our--services .block .info .inset-info h3 {
  color: #a21c20;
  font-size: 30px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 10px;
}
.our--services .block .info .inset-info p {
  line-height: 1.4;
}

.featured--products {
  float: left;
  width: 100%;
  background: #FAFAFA;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
  margin-top: 50px;
}
.featured--products .inset--view {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  .featured--products .inset--view {
    flex-direction: column;
  }
}
.featured--products .inset--view .block {
  width: 48%;
  /* Rectangle 9: */
  background: #FFFFFF;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  .featured--products .inset--view .block {
    width: 100%;
    margin-bottom: 40px;
    margin-top: -20px;
  }
}
.featured--products .inset--view .block .title {
  float: left;
  width: 100%;
}
.featured--products .inset--view .block .title h4 {
  font-family: "Nunito";
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px;
  padding: 30px 20px;
  color: #AFAFAF;
  font-size: 26px;
  font-weight: lighter;
}
.featured--products .inset--view .block .title h4:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 5px;
  height: 30px;
  background: #a21c20;
}
.featured--products .inset--view .block .featured--list {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.featured--products .inset--view .block .featured--list .item {
  float: left;
  width: 100%;
  display: flex;
  margin: 10px 0px;
}
.featured--products .inset--view .block .featured--list .item .number {
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 599px) {
  .featured--products .inset--view .block .featured--list .item .number {
    width: 50px;
  }
}
.featured--products .inset--view .block .featured--list .item .number i {
  font-style: normal;
  background: #a21c20;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  line-height: 30px;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.featured--products .inset--view .block .featured--list .item .image {
  width: 108px;
  height: 108px;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured--products .inset--view .block .featured--list .item .image img {
  max-width: 100%;
  height: auto;
}
.featured--products .inset--view .block .featured--list .item .info {
  flex: 1;
  margin-left: 20px;
}
.featured--products .inset--view .block .featured--list .item .info h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: "Nunito";
  line-height: 1.2;
  margin-top: 0px;
}
.featured--products .inset--view .block .featured--list .item .info .previous--price {
  font-family: "Nunito";
  font-size: 14px;
  margin-bottom: 0px;
}
.featured--products .inset--view .block .featured--list .item .info .current--price {
  font-size: 21px;
  color: #a21c20;
  margin: 0px;
  float: left;
  width: 100%;
  font-family: "Nunito";
  margin: 3px 0px;
}
.featured--products .inset--view .block .featured--list .item .info .monthly--conditions {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #AFAFAF;
}

h1.title {
  float: left;
  width: 100%;
  color: #a21c20;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  h1.title {
    font-size: 30px;
    margin-top: 20px;
  }
}
h1.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #a21c20;
  margin-top: 10px;
}

.offers .block {
  /* Rectangle 11 Copy 2: */
  background: #FFFFFF;
  box-shadow: 0 13px 44px 0 rgba(0, 0, 0, 0.06);
  float: left;
  width: 100%;
}
.offers .block .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
}
.offers .block .title h2 {
  border-left: 4px solid #a21c20;
  padding-left: 20px;
  font-weight: bold;
}
.offers .block .products {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  .offers .block .products {
    flex-direction: column;
  }
}
.offers .block .products .item {
  flex: 1;
  display: flex;
  border-right: 2px solid #f1f1f1;
  padding-top: 30px;
}
@media all and (max-width: 999px) {
  .offers .block .products .item {
    border-right: 0px;
    border-bottom: 2px solid #f1f1f1;
    flex-direction: column;
  }
}
.offers .block .products .item > a {
  text-decoration: none;
  display: flex;
  float: left;
  width: 100%;
  flex-direction: column;
}
.offers .block .products .item:last-child {
  border-right: 0px;
}
.offers .block .products .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 999px) {
  .offers .block .products .item .image {
    width: 100%;
  }
}
.offers .block .products .item .image img {
  max-width: 100%;
  height: auto;
}
.offers .block .products .item .info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.offers .block .products .item .info .price-info {
  border: 2px solid #f1f1f1;
  padding: 15px;
}
.offers .block .products .item .info .price-info .previous--price {
  font-family: "Nunito";
  font-size: 14px;
  margin-bottom: 0px;
  text-decoration: line-through;
  margin-right: 10px;
  opacity: 0.5;
}
.offers .block .products .item .info .price-info .current--price {
  font-size: 21px;
  color: #666;
  margin: 0px;
  float: left;
  font-weight: bold;
  margin: 3px 0px;
}
.offers .block .products .item .info .price-info .price-view {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.offers .block .products .item .info .price-info .off {
  float: left;
  background: #a21c20;
  padding: 10px;
  color: white;
}
@media all and (max-width: 999px) {
  .offers .block .products .item .info .price-info .off {
    padding: 8px;
    font-size: 14px;
    font-family: "Nunito";
  }
}
.offers .block .products .item .info .pre-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.offers .block .products .item .info .pre-info h2 {
  font-weight: normal;
  font-weight: bold;
  color: #666;
  font-size: 16px;
}
.offers .block .products .item .info .pre-info p {
  color: #717171;
  font-size: 14px;
  line-height: 1.5;
}
.offers .block .products .item .info .pre-info span.ref {
  background: #666;
  padding: 10px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  float: left;
}

.product--item {
  background: white !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) !important;
  border: 1px solid rgba(162, 28, 32, 0.1) !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  width: auto !important;
}
.product--item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(162, 28, 32, 0.2) !important;
}
.product--item a {
  text-decoration: none !important;
  color: inherit !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.product--item .image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 9/16 !important;
  background: #ffffff !important;
  border: 3px solid #f8f9fa !important;
  border-radius: 8px 8px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  float: none !important;
}
.product--item .image .aligner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.product--item .image .aligner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.3s ease !important;
}
.product--item .image:hover .aligner img {
  transform: scale(1.05) !important;
}
.product--item .image .discount-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e) !important;
  color: white !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  z-index: 2 !important;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3) !important;
}
.product--item .info {
  padding: 1.5rem !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .product-header {
  margin-bottom: 0.5rem !important;
}
.product--item .info .product-header h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .product-header .product-code {
  font-size: 12px !important;
  color: #999 !important;
  font-weight: 500 !important;
}
.product--item .info .product-attrs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 0.75rem !important;
}
.product--item .info .product-attrs .attr-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 3px 8px !important;
  border-radius: 20px !important;
  letter-spacing: 0.2px !important;
}
.product--item .info .product-attrs .attr-tag i {
  font-size: 11px !important;
}
.product--item .info .product-attrs .attr-tag.attr-cor {
  background: rgba(162, 28, 32, 0.08) !important;
  color: #a21c20 !important;
  border: 1px solid rgba(162, 28, 32, 0.2) !important;
}
.product--item .info .product-attrs .attr-tag.attr-modelo {
  background: rgba(59, 130, 246, 0.08) !important;
  color: #3b82f6 !important;
  border: 1px solid rgba(59, 130, 246, 0.2) !important;
}
.product--item .info .product-details {
  margin-bottom: 1rem !important;
  flex: 1 !important;
}
.product--item .info .product-details .product-genre {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 8px !important;
}
.product--item .info .product-details .product-genre i {
  font-size: 14px !important;
  color: #999 !important;
}
.product--item .info .product-details .product-summary {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.product--item .info .price-section {
  margin-bottom: 1rem !important;
}
.product--item .info .price-section .previous-price {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.product--item .info .price-section .current-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #28a745 !important;
  margin-bottom: 5px !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .price-section .current-price.consultation {
  color: #ff6b6b !important;
  font-size: 16px !important;
}
.product--item .info .price-section .current-price.buy-price {
  color: #28a745 !important;
}
.product--item .info .price-section .rental-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin-top: 10px !important;
}
.product--item .info .price-section .rental-price .rental-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #2e7d32 !important;
  white-space: nowrap !important;
}
.product--item .info .price-section .rental-price .rental-value {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  line-height: 1 !important;
}
.product--item .info .price-section .savings {
  font-size: 12px !important;
  color: #28a745 !important;
  font-weight: 600 !important;
  background: rgba(40, 167, 69, 0.1) !important;
  padding: 2px 8px !important;
  border-radius: 10px !important;
  display: inline-block !important;
  margin-top: 5px !important;
}
.product--item .info .price-section .price-view {
  display: none !important;
}
.product--item .info .price-section .previous--price {
  display: none !important;
}
.product--item .info .price-section .current--price {
  display: none !important;
}
.product--item .info .price-section .off {
  display: none !important;
}
.product--item .info .product-actions .btn-view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem 1.5rem !important;
  background: linear-gradient(135deg, #a21c20, #8b181b) !important;
  color: white !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
}
.product--item .info .product-actions .btn-view:hover {
  background: linear-gradient(135deg, #8b181b, #701215) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(162, 28, 32, 0.3) !important;
}

.product-inset-list,
.products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100% !important;
  float: none !important;
}
@media (max-width: 768px) {
  .product-inset-list,
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 1rem !important;
  }
}
@media (max-width: 480px) {
  .product-inset-list,
  .products-grid {
    grid-template-columns: 1fr !important;
  }
}
.product-inset-list.items3,
.products-grid.items3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
@media (max-width: 992px) {
  .product-inset-list.items3,
  .products-grid.items3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .product-inset-list.items3,
  .products-grid.items3 {
    grid-template-columns: 1fr !important;
  }
}

.produtos .products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.5rem !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 1100px) {
  .produtos .products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  .produtos .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
}
@media (max-width: 480px) {
  .produtos .products-grid {
    grid-template-columns: 1fr !important;
  }
}

html.cssgrid .product-list .product-inset-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  grid-gap: 1.5rem !important;
}
@media all and (max-width: 1280px) {
  html.cssgrid .product-list .product-inset-list {
    grid-gap: 1rem !important;
  }
}
@media all and (max-width: 999px) {
  html.cssgrid .product-list .product-inset-list {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 1rem !important;
  }
}
@media all and (max-width: 640px) {
  html.cssgrid .product-list .product-inset-list {
    grid-template-columns: 1fr !important;
  }
}

.product-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.product-loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #a21c20;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-products {
  text-align: center;
  padding: 3rem 1rem;
  grid-column: 1/-1;
}
.no-products .no-products-content {
  max-width: 400px;
  margin: 0 auto;
}
.no-products .no-products-content i {
  font-size: 4rem;
  color: #ddd;
  margin-bottom: 1rem;
}
.no-products .no-products-content h3 {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.no-products .no-products-content p {
  color: #999;
  margin: 0;
}

:root {
  --header-height: 70px;
  --header-height-scrolled: 60px;
  --primary-color: #a21c20;
  --text-color: #2d3748;
  --text-light: #718096;
  --bg-color: linear-gradient(135deg, #8B0000 0%, #851818 50%, #B22222 100%);
  --bg-scrolled: linear-gradient(135deg, rgba(139, 0, 0, 0.95) 0%, rgba(124, 22, 22, 0.95) 50%, rgba(82, 23, 23, 0.95) 100%);
  --border-color: rgba(255, 255, 255, 0.2);
  --shadow-light: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-large: 0 10px 15px rgba(0, 0, 0, 0.2);
  --transition-fast: all 0.2s ease;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 8px;
  --border-radius-lg: 12px;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#mobile-nav.active {
  visibility: visible;
  opacity: 1;
}
#mobile-nav.active .mobile-nav-content {
  transform: translateX(0);
}
#mobile-nav .mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1;
}
#mobile-nav .mobile-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(20, 20, 20, 0.9) 100%);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  overflow-y: auto;
  z-index: 2;
}
#mobile-nav .mobile-nav-content .mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-nav .mobile-nav-content .mobile-nav-header h3 {
  color: white;
  margin: 0;
  font-size: 1.5rem;
}
#mobile-nav .mobile-nav-content .mobile-nav-header .mobile-nav-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
#mobile-nav .mobile-nav-content .mobile-nav-header .mobile-nav-close:hover {
  color: #ff4757;
  transform: rotate(180deg);
}
#mobile-nav .mobile-nav-content .mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
#mobile-nav .mobile-nav-content .mobile-nav-menu a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
#mobile-nav .mobile-nav-content .mobile-nav-menu a:hover {
  color: #ff4757;
  padding-left: 1rem;
  transform: translateX(5px);
}
#mobile-nav .mobile-nav-content .mobile-nav-contact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#mobile-nav .mobile-nav-content .mobile-nav-contact a, #mobile-nav .mobile-nav-content .mobile-nav-contact span {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
  word-break: break-word;
}
#mobile-nav .mobile-nav-content .mobile-nav-contact a i, #mobile-nav .mobile-nav-content .mobile-nav-contact span i {
  color: #c94040;
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}
#mobile-nav .mobile-nav-content .mobile-nav-contact a:hover {
  color: rgba(255, 255, 255, 0.95);
}
#mobile-nav .mobile-nav-content .mobile-nav-social {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}
#mobile-nav .mobile-nav-content .mobile-nav-social a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
#mobile-nav .mobile-nav-content .mobile-nav-social a:hover {
  color: #ff4757;
  transform: scale(1.2);
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition-smooth);
  transform: translateY(0);
  height: auto;
  min-height: var(--header-height);
}
#main-header.header-scrolled {
  background: var(--bg-scrolled);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-large);
  min-height: var(--header-height-scrolled);
}
#main-header.header-scrolled .header-content {
  padding: 0.5rem 0;
}
#main-header.header-scrolled .header-logo .logo-img {
  height: 40px;
}
#main-header.header-scrolled .header-info {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(-10px);
}
#main-header.header-hidden {
  transform: translateY(-100%);
}
#main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
#main-header .header-info {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: var(--transition-smooth);
}
@media (max-width: 999px) {
  #main-header .header-info {
    display: none;
  }
}
#main-header .header-info .info-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#main-header .header-info .info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#main-header .header-info .info-item i {
  color: #ffffff;
  font-size: 0.9rem;
}
#main-header .header-info .info-item strong {
  color: #ffffff;
}
#main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  transition: padding 0.3s ease;
  position: relative;
}
#main-header .mobile-menu {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 101;
}
#main-header .mobile-menu .mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#main-header .mobile-menu .mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
#main-header .mobile-menu .mobile-menu-toggle i {
  font-size: 23px;
  color: #ffffff;
}
@media (max-width: 999px) {
  #main-header .mobile-menu {
    visibility: visible;
  }
}
#main-header .header-logo {
  flex-shrink: 0;
}
@media (max-width: 999px) {
  #main-header .header-logo {
    flex: 1;
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
  }
}
#main-header .header-logo .logo-img {
  height: 60px;
  width: auto;
  transition: height 0.3s ease;
}
@media (max-width: 999px) {
  #main-header .header-logo .logo-img {
    height: 65px;
  }
}
#main-header .header-nav {
  flex: 1;
  margin: 0 2rem;
}
@media (max-width: 999px) {
  #main-header .header-nav {
    display: none;
  }
}
#main-header .header-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
#main-header .header-nav .nav-list > li {
  position: relative;
}
#main-header .header-nav .nav-list > li > a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
#main-header .header-nav .nav-list > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
#main-header .header-nav .nav-list > li > a i {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
#main-header .header-nav .nav-list > li:hover > a i {
  transform: rotate(180deg);
}
#main-header .header-nav .nav-list > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#main-header .header-nav .nav-list > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  overflow: hidden;
  padding: 0.5rem 0;
}
#main-header .header-nav .nav-list > li .sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-header .header-nav .nav-list > li .sub-menu ul li a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #666;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: none;
  transition: all 0.3s ease;
}
#main-header .header-nav .nav-list > li .sub-menu ul li a:hover {
  background: rgba(162, 28, 32, 0.05);
  color: #a21c20;
  padding-left: 2rem;
}
#main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 999px) {
  #main-header .header-actions {
    gap: 0.5rem;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#main-header .search-options {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  #main-header .search-options {
    display: none;
  }
}
#main-header .search-options .search-link {
  display: flex;
  color: #a21c20;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#main-header .search-options .search-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
#main-header .search-options .search-link i {
  font-size: 16px;
  display: inline-flex;
}
@media (max-width: 999px) {
  #main-header .user-options {
    display: none;
  }
}
#main-header .user-options .user-link {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#main-header .user-options .user-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
#main-header .user-options .user-link i {
  font-size: 32px;
  display: inline-flex;
}
#main-header .cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#main-header .cart-link .cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#main-header .cart-link .cart-icon i {
  font-size: 18px;
  display: inline-flex;
  color: #a21c20;
}
#main-header .cart-link .cart-icon .cart-count {
  position: absolute;
  top: -10px;
  right: -8px;
  background: #ff4757;
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  line-height: 1;
}
#main-header .cart-link:hover .cart-icon {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
#main-header .scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
}
#main-header .scroll-progress .scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #df454a, #a21c20);
  width: 0%;
  transition: width 0.1s ease;
}

body {
  padding-top: 110px;
}
@media (max-width: 999px) {
  body {
    padding-top: 82px; /* mobile: header-info hidden, header-content ~82px (logo 50px + 2×16px padding) */
  }
}

body.header-scrolled {
  padding-top: 80px;
}
@media (max-width: 999px) {
  body.header-scrolled {
    padding-top: 72px;
  }
}

.header-divider {
  width: 100%;
  margin-top: -1px;
}
.header-divider svg {
  width: 100%;
  height: 40px;
  display: block;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 999px) {
  .lang-switcher {
    display: none;
  }
}
.lang-switcher--mobile {
  display: flex;
  justify-content: center;
  margin: 10px auto 6px;
  gap: 6px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: fit-content;
}

.lang-btn {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.lang-btn img {
  display: block;
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}
.lang-btn:hover {
  opacity: 0.85;
  transform: scale(1.08);
}
.lang-btn.active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 2px 6px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.lang-switcher--mobile .lang-btn img {
  width: 26px;
  height: 18px;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
#goog-gt-tt,
.goog-tooltip {
  display: none !important;
}

body {
  top: 0 !important;
}

#main-nav {
  position: fixed;
  z-index: 140;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  /* LEGACY - nullified 2026-04 - conflicts with #main-header modern styles */
  /* END LEGACY */
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  -webkit-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.23);
  width: 250px;
  padding: 30px;
  margin-left: -300px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#main-nav .inset .icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #666;
}
#main-nav .inset ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#main-nav .inset ul li {
  list-style: none;
  padding: 4px 0px;
}
#main-nav .inset ul a {
  color: #a21c20;
  font-size: 20px;
  text-decoration: none;
}
#main-nav .inset .user--area {
  float: left;
  width: 100%;
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
}
#main-nav .inset .user--area span {
  float: left;
  width: 100%;
}
#main-nav .inset .user--area a {
  float: left;
  width: 100%;
  color: #666;
  text-decoration: none;
  margin: 4px 0px;
}

#mob-search {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  background: white;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.04);
  padding-bottom: 10px;
  display: none;
  z-index: 100;
}
#mob-search .inset-view {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#mob-search:target {
  display: block;
}
#mob-search input {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border: 0px;
  font-family: "Nunito";
  outline: none;
}
#mob-search .icon-close {
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #666;
}

header {
  float: left;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  background: url("../images/bg-top.png") 40px center repeat-x;
  /* LEGACY - nullified 2026-04 - conflicts with #main-header modern styles */
  /* END LEGACY */
}
header .upper-view {
  background: #a21c20;
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  header .upper-view {
    display: none;
  }
}
header .upper-view .inset-upper {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 10px 0px;
}
header .upper-view .inset-upper span {
  color: white;
  float: left;
  text-transform: uppercase;
}
header .upper-view .inset-upper span .icon-whatsapp {
  color: #52CA5F;
  font-size: 25px;
  vertical-align: middle;
  margin: 0px 10px;
}
header .upper-view .inset-upper span strong {
  color: white;
  font-weight: normal;
  font-weight: bold;
}
header .upper-view .inset-upper ul {
  float: right;
  margin: 0px;
}
header .upper-view .inset-upper ul li {
  list-style: none;
  float: left;
  border-left: 2px solid #444444;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
header .upper-view .inset-upper ul li:first-child {
  border-left: 0px;
}
header .upper-view .inset-upper ul li a {
  color: white;
  text-decoration: none;
}
header .icon-menu {
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-menu {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 20px;
  }
}
header .icon-search.mobile {
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-search.mobile {
    position: absolute;
    right: 60px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;
  }
}
header .inset {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .inset {
    height: auto;
  }
}
header .inset > ul {
  display: flex;
  padding-left: 0px;
  border-left: 2px solid #e5e5e5;
  padding: 0px 20px;
}
@media all and (max-width: 999px) {
  header .inset > ul {
    display: none;
  }
}
header .inset > ul > li {
  list-style: none;
  margin-left: 0px;
  flex-grow: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-family: "Nunito";
  text-transform: uppercase;
  text-decoration: none;
  color: #a21c20;
  position: relative;
  padding: 0px 20px;
}
header .inset > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
header .inset > ul > li > span {
  position: relative;
}
header .inset > ul > li .sub-menu {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 240px;
  background: white;
  z-index: 10;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  margin-top: -20px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
header .inset > ul > li .sub-menu li .sub-menu {
  left: 240px;
  top: 20px;
}
header .inset > ul > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .inset > ul > li .sub-menu:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
  margin-top: -20px;
}
header .inset > ul > li .sub-menu ul {
  padding: 0px;
}
header .inset > ul > li .sub-menu ul li {
  list-style: none;
  line-height: 30px;
  text-align: left;
  float: left;
  width: 100%;
}
header .inset > ul > li .sub-menu ul li:last-child {
  border-bottom: 0px;
}
header .inset > ul > li .sub-menu ul li a {
  font-size: 14px;
  padding-left: 20px;
}
header .inset > ul > li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #a21c20;
  float: left;
  width: 100%;
  font-weight: bold;
}
header .inset > ul > li a:hover {
  color: #a21c20;
}
header .inset > ul > li a.more {
  color: #AFAFAF;
}
header .inset > ul > li a.more:hover {
  color: #666;
}
header .inset > ul > li a.more i {
  font-size: 9px;
  vertical-align: middle;
  margin-left: 5px;
}
header .inset > ul > li:last-child {
  border-right: 0px;
}
header .inset .options {
  float: left;
  padding-right: 10px;
}
@media all and (max-width: 999px) {
  header .inset .options .user {
    display: none;
  }
}
@media all and (max-width: 999px) {
  header .inset .options {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .inset .options .icon-cart {
    font-size: 24px;
  }
}
header .inset .options a {
  margin-left: 10px;
  float: left;
  text-align: center;
  color: #DADADA;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
header .inset .options a:hover {
  color: #666;
}
header .inset .options a > div {
  position: relative;
}
header .inset .options a.cart {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .inset .options a.cart img {
    zoom: 0.5;
  }
}
header .inset .options a.cart strong {
  color: #666;
  margin-left: 10px;
  font-weight: normal;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  header .inset .options a.cart strong {
    display: none;
  }
}
header .inset .options a i {
  font-size: 28px;
  color: #666;
}
header .inset .search {
  display: flex;
  border-right: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  padding-right: 20px;
  padding-left: 20px;
  height: 50px;
  align-items: center;
  flex: 1;
}
@media all and (max-width: 1280px) {
  header .inset .search {
    max-width: 250px;
  }
}
@media all and (max-width: 999px) {
  header .inset .search {
    display: none;
  }
}
header .inset .search i {
  color: #DADADA;
  font-size: 20px;
  margin-right: 10px;
}
header .inset .search input {
  border: 0px;
  font-family: "Nunito";
  outline: none;
  font-family: "Nunito";
  color: #666;
  flex: 1;
  font-size: 18px;
}
header .inset .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #ccc;
  font-family: "Nunito";
}
header .inset .search input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  color: #ccc;
  font-family: "Nunito";
}
header .inset .search input:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  color: #ccc;
  font-family: "Nunito";
}
header .inset .search input:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  color: #ccc;
  font-family: "Nunito";
}
header .inset .cart {
  position: relative;
  float: right;
}
header .inset .cart span {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #a21c20;
  width: 19px;
  height: 19px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 19px;
  color: white;
}
header .inset .logo {
  width: 332px;
  height: 132px;
  background: url(../images/logo.png) center center no-repeat #fff;
  float: left;
  position: relative;
  margin-right: 30px;
}
@media all and (max-width: 1280px) {
  header .inset .logo {
    width: 220px;
    background-size: 90% auto !important;
  }
}
@media all and (max-width: 1100px) {
  header .inset .logo {
    width: 180px;
  }
}
@media all and (max-width: 999px) {
  header .inset .logo {
    height: 50px;
    margin-top: 5px;
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 0px;
  }
}

.header-divider {
  width: 100%;
}
.header-divider svg {
  width: 100%;
  height: 40px;
  display: block;
}

main.home {
  float: left;
  width: 100%;
}
main.home .banners-slider {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  main.home .banners-slider {
    margin: 4rem 0;
    padding: 0 1rem;
  }
}
main.home .banners-slider .button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
main.home .banners-slider .button:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-color: #a21c20;
}
main.home .banners-slider .button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  main.home .banners-slider .button {
    width: 50px;
    height: 50px;
  }
}
main.home .banners-slider .prev {
  left: -20px;
}
main.home .banners-slider .prev::before {
  background-image: url(../images/icon-arrow-orange-left.svg);
}
main.home .banners-slider .prev:hover::before {
  transform: translateX(-3px);
}
@media (max-width: 768px) {
  main.home .banners-slider .prev {
    left: -10px;
  }
}
main.home .banners-slider .next {
  right: -20px;
}
main.home .banners-slider .next::before {
  background-image: url(../images/icon-arrow-orange-right.svg);
}
main.home .banners-slider .next:hover::before {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  main.home .banners-slider .next {
    right: -10px;
  }
}
main.home .banners-slider img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
main.home .banners-slider .slick-slide {
  padding: 2rem 1rem;
}
main.home .banners-slider .slick-slide:hover img {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  main.home .banners-slider .slick-slide {
    margin: 0px 10px;
    padding: 15px;
  }
}
main.home .banners-slider .brand-slider {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .brand-slider {
    margin-top: 30px;
  }
}
main.home .banners-slider .brand-slider .slick-dots {
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .brand-slider .slick-dots {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
  }
}
main.home .banners-slider .brand-slider .slick-dots li {
  display: inline-block;
  margin: 0px;
  height: 30px;
  background: white;
  text-align: center;
  line-height: 30px;
  padding: 0px 5px;
}
main.home .banners-slider .brand-slider .slick-dots li:last-child {
  padding-right: 14px;
}
main.home .banners-slider .brand-slider .slick-dots li:first-child {
  padding-left: 14px;
}
main.home .banners-slider .brand-slider .slick-dots li.slick-active:before {
  background: #666;
}
main.home .banners-slider .brand-slider .slick-dots li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
main.home .banners-slider .brand-slider .slick-dots li button {
  display: none;
}
main.home .banners-slider .brand-slider .slider {
  float: left;
  width: 100%;
}
main.home .banners-slider .brand-slider .slider .item {
  float: left;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
main.home .banners-slider .brand-slider .slider .item img {
  display: inline-block;
  vertical-align: middle;
}
main.home .banners-slider .banners {
  float: left;
  width: 100%;
  margin-top: 40px;
}
main.home .banners-slider .banners .slick-dots {
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .banners .slick-dots {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
  }
}
main.home .banners-slider .banners .slick-dots li {
  display: inline-block;
  margin: 0px;
  height: 30px;
  background: white;
  text-align: center;
  line-height: 30px;
  padding: 0px 5px;
}
main.home .banners-slider .banners .slick-dots li:last-child {
  padding-right: 14px;
}
main.home .banners-slider .banners .slick-dots li:first-child {
  padding-left: 14px;
}
main.home .banners-slider .banners .slick-dots li.slick-active:before {
  background: #a21c20;
}
main.home .banners-slider .banners .slick-dots li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
main.home .banners-slider .banners .slick-dots li button {
  display: none;
}
main.home .banners-slider .banners * {
  outline: none;
}
main.home .banners-slider .banners .button {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 86px;
  background: url(../images/icon-arrow-orange-left.svg) center center no-repeat #fff;
  margin-top: -28px;
  z-index: 10;
  cursor: pointer;
}
main.home .banners-slider .banners .prev {
  left: 0px;
  border-radius: 4px;
}
main.home .banners-slider .banners .prev:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #a21c20;
}
main.home .banners-slider .banners .next {
  background: url(../images/icon-arrow-orange-right.svg) center center no-repeat #fff;
  right: 0px;
  border-radius: 4px;
}
main.home .banners-slider .banners .next:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #a21c20;
}
main.home .banners-slider .banners .item {
  float: left;
  text-align: center;
}
main.home .banners-slider .banners .item a {
  float: left;
  width: 100%;
}
main.home .banners-slider .banners .item img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
main.home .banners-slider .mid-banners {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
main.home .banners-slider .mid-banners .mid-banners-content {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 1150px) {
  main.home .banners-slider .mid-banners .mid-banners-content {
    flex-direction: column;
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .featured {
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .featured {
    margin-top: 30px;
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .featured:hover .prod-block {
  box-shadow: 0 13px 60px 0 rgba(0, 0, 0, 0.2);
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .section-title {
  margin-top: 0px;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block {
  /* Rectangle 11: */
  background: #FFFFFF;
  box-shadow: 0 13px 44px 0 rgba(0, 0, 0, 0.06);
  float: left;
  width: 100%;
  display: flex;
  flex: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block {
    flex-direction: column;
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block > a {
  float: left;
  width: 100%;
  display: flex;
  text-decoration: none;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .image {
  border-right: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
@media all and (max-width: 1280px) {
  main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .image {
    width: 50%;
  }
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .image {
    width: 100%;
    border-right: 0px;
    border-bottom: 2px solid #f1f1f1;
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .image img {
  max-width: 100%;
  height: auto;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info {
  border: 2px solid #f1f1f1;
  padding: 15px;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info .previous--price {
  font-family: "Nunito";
  font-size: 14px;
  margin-bottom: 0px;
  text-decoration: line-through;
  margin-right: 10px;
  opacity: 0.5;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info .current--price {
  font-size: 21px;
  color: #666;
  margin: 0px;
  float: left;
  font-weight: bold;
  margin: 3px 0px;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info .price-view {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info .off {
  float: left;
  background: #a21c20;
  padding: 10px;
  color: white;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .price-info .off {
    padding: 8px;
    font-size: 14px;
    font-family: "Nunito";
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .pre-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .pre-info h2 {
  font-weight: bold;
  color: #666;
  font-size: 16px;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .pre-info p {
  color: #717171;
  font-size: 14px;
  line-height: 1.3;
}
main.home .banners-slider .mid-banners .mid-banners-content .featured .prod-block .info .pre-info span.ref {
  background: #666;
  padding: 10px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  float: left;
}
main.home .banners-slider .mid-banners .mid-banners-content .banners-mid {
  float: left;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
}
@media all and (max-width: 1150px) {
  main.home .banners-slider .mid-banners .mid-banners-content .banners-mid {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
  }
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .banners-mid {
    flex-direction: column;
    margin-top: 30px;
    padding: 0px;
    margin: 0px;
  }
}
main.home .banners-slider .mid-banners .mid-banners-content .banners-mid .item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.home .banners-slider .mid-banners .mid-banners-content .banners-mid .item:last-child {
  margin-bottom: 0px;
}
main.home .banners-slider .mid-banners .mid-banners-content .banners-mid img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 999px) {
  main.home .banners-slider .mid-banners .mid-banners-content .banners-mid img {
    width: 100%;
    height: auto;
  }
}
main.home .home-end {
  padding: 3rem 0 2rem 0;
  background: transparent;
  margin: 3rem 0 0 0;
}
@media (max-width: 768px) {
  main.home .home-end {
    padding: 2rem 0 1rem 0;
    margin: 2rem 0 0 0;
  }
}
main.home .home-end .home-end-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  main.home .home-end .home-end-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
}
main.home .home-end .testimonials-section,
main.home .home-end .blog-section {
  background: transparent;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: none;
  border: 1px solid rgba(162, 28, 32, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  main.home .home-end .testimonials-section,
  main.home .home-end .blog-section {
    padding: 1.5rem;
    border-radius: 12px;
  }
}
main.home .home-end .testimonials-section:hover,
main.home .home-end .blog-section:hover {
  transform: translateY(-2px);
  border-color: rgba(162, 28, 32, 0.2);
  box-shadow: 0 5px 15px rgba(162, 28, 32, 0.05);
}
main.home .home-end .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
main.home .home-end .section-header .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(162, 28, 32, 0.1) 0%, rgba(162, 28, 32, 0.2) 100%);
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
main.home .home-end .section-header .icon-wrapper i {
  font-size: 1.8rem;
  color: #a21c20;
}
main.home .home-end .section-header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #a21c20;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 768px) {
  main.home .home-end .section-header h3 {
    font-size: 1.6rem;
  }
}
main.home .home-end .section-header .section-subtitle {
  font-size: 1rem;
  color: #717171;
  opacity: 0.8;
  margin: 0;
}
main.home .home-end .testimonial-card {
  background: linear-gradient(135deg, rgba(162, 28, 32, 0.05) 0%, rgba(162, 28, 32, 0.1) 100%);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  border: 1px solid rgba(162, 28, 32, 0.1);
}
@media (max-width: 768px) {
  main.home .home-end .testimonial-card {
    padding: 1rem;
  }
}
main.home .home-end .testimonial-card .testimonial-content {
  margin-bottom: 1.5rem;
}
main.home .home-end .testimonial-card .testimonial-content .quote-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(162, 28, 32, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home .home-end .testimonial-card .testimonial-content .quote-icon i {
  font-size: 1.2rem;
  color: #a21c20;
}
main.home .home-end .testimonial-card .testimonial-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #717171;
  margin: 0;
  font-style: italic;
}
main.home .home-end .testimonial-card .testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.home .home-end .testimonial-card .testimonial-author .author-info strong {
  display: block;
  font-size: 1rem;
  color: #a21c20;
  font-weight: 700;
}
main.home .home-end .testimonial-card .testimonial-author .author-info span {
  font-size: 0.9rem;
  color: #717171;
  opacity: 0.8;
}
main.home .home-end .testimonial-card .testimonial-author .rating {
  display: flex;
  gap: 0.2rem;
}
main.home .home-end .testimonial-card .testimonial-author .rating i {
  font-size: 1rem;
  color: #fbbf24;
}
main.home .home-end .blog-card {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, rgba(162, 28, 32, 0.02) 0%, rgba(162, 28, 32, 0.05) 100%);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(162, 28, 32, 0.08);
}
@media (max-width: 768px) {
  main.home .home-end .blog-card {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
}
main.home .home-end .blog-card .blog-image {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .home-end .blog-card .blog-image {
    width: 100%;
    height: 150px;
  }
}
main.home .home-end .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
main.home .home-end .blog-card .blog-image .blog-category {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #a21c20;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
main.home .home-end .blog-card .blog-image:hover img {
  transform: scale(1.05);
}
main.home .home-end .blog-card .blog-content {
  flex: 1;
}
main.home .home-end .blog-card .blog-content h4 {
  margin: 0 0 0.8rem 0;
}
main.home .home-end .blog-card .blog-content h4 a {
  color: #666;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
main.home .home-end .blog-card .blog-content h4 a:hover {
  color: #a21c20;
}
main.home .home-end .blog-card .blog-content p {
  font-size: 0.9rem;
  color: #717171;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  opacity: 0.9;
}
main.home .home-end .blog-card .blog-content .blog-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #717171;
  opacity: 0.7;
}
@media (max-width: 480px) {
  main.home .home-end .blog-card .blog-content .blog-meta {
    flex-direction: column;
    gap: 0.3rem;
  }
}
main.home .home-end .section-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #a21c20 0%, #771417 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(162, 28, 32, 0.3);
}
main.home .home-end .section-button i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
main.home .home-end .section-button:hover {
  background: linear-gradient(135deg, #8c181c 0%, #611113 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(162, 28, 32, 0.4);
}
main.home .home-end .section-button:hover i {
  transform: translateX(3px);
}
main.home .hero-banner {
  position: relative;
  width: 100%;
  height: 820px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .hero-banner {
    height: 80vh;
    min-height: 500px;
    margin-bottom: 3rem;
  }
}
main.home .hero-banner .hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.home .hero-banner .hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .hero-banner .hero-slider {
    border-radius: 16px;
  }
}
main.home .hero-banner .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px) scale(0.95);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
main.home .hero-banner .hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}
main.home .hero-banner .hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}
main.home .hero-banner .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 8s ease-out;
}
main.home .hero-banner .hero-image .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.15) 60%, transparent 80%);
  pointer-events: none;
}
main.home .hero-banner .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
  padding: 2rem 2rem 5rem;
}
@media (max-width: 768px) {
  main.home .hero-banner .hero-content {
    padding: 1.5rem 1.5rem 4.5rem;
    align-items: center;
  }
}
main.home .hero-banner .hero-text {
  text-align: center;
  color: white;
  max-width: 700px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
main.home .hero-banner .hero-slide.active .hero-text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
main.home .hero-banner .hero-slide:first-child .hero-text {
  opacity: 1;
  transform: translateY(0);
}
main.home .hero-banner .hero-badge {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: rgba(162, 28, 32, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  main.home .hero-banner .hero-badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}
main.home .hero-banner .hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-family: "Nunito";
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  main.home .hero-banner .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  main.home .hero-banner .hero-title {
    font-size: 2rem;
  }
}
main.home .hero-banner .hero-description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  opacity: 0.95;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  color: white;
}
@media (max-width: 768px) {
  main.home .hero-banner .hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
main.home .hero-banner .hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  main.home .hero-banner .hero-actions {
    flex-direction: column;
    gap: 1rem;
  }
  main.home .hero-banner .hero-actions .btn-primary,
  main.home .hero-banner .hero-actions .btn-secondary {
    width: 100%;
    text-align: center;
  }
}
main.home .hero-banner .btn-primary,
main.home .hero-banner .btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.home .hero-banner .btn-primary,
  main.home .hero-banner .btn-secondary {
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }
}
main.home .hero-banner .btn-primary::before,
main.home .hero-banner .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
main.home .hero-banner .btn-primary:hover::before,
main.home .hero-banner .btn-secondary:hover::before {
  left: 100%;
}
main.home .hero-banner .btn-primary {
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
  color: #a21c20;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
main.home .hero-banner .btn-primary:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
}
main.home .hero-banner .btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
main.home .hero-banner .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
main.home .hero-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  pointer-events: none;
  z-index: 50;
}
@media (max-width: 768px) {
  main.home .hero-navigation {
    padding: 0 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
main.home .hero-nav-btn {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 2px solid rgba(162, 28, 32, 0.2);
  border-radius: 50%;
  color: #a21c20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: all;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
}
main.home .hero-nav-btn:hover {
  background: linear-gradient(135deg, #ffffff 0%, rgba(248, 250, 252, 0.95) 100%);
  transform: scale(1.15);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  border-color: #a21c20;
}
main.home .hero-nav-btn:hover svg {
  transform: scale(1.2);
}
main.home .hero-nav-btn:active {
  transform: scale(1.05);
}
main.home .hero-nav-btn svg {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  main.home .hero-nav-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  main.home .hero-nav-btn {
    width: 50px;
    height: 50px;
  }
}
main.home .hero-indicators {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  z-index: 50;
}
@media (max-width: 768px) {
  main.home .hero-indicators {
    bottom: 1rem;
    gap: 1rem;
    padding: 1rem 2rem;
    left: 50%;
  }
}
main.home .hero-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}
main.home .hero-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
main.home .hero-indicator.active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.4);
}
main.home .hero-indicator.active::before {
  background: #a21c20;
  transform: translate(-50%, -50%) scale(1.2);
}
main.home .hero-indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  main.home .hero-indicator {
    width: 14px;
    height: 14px;
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 0.95;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateY(-5px);
  }
  70% {
    transform: scale(0.95) translateY(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slideTextIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.home .categories-showcase {
  float: left;
  width: 100%;
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
@media (max-width: 768px) {
  main.home .categories-showcase {
    padding: 4rem 0;
    margin: 2rem 0;
  }
}
main.home .categories-showcase .section-title {
  text-align: center;
  margin-bottom: 4rem;
}
main.home .categories-showcase .section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #a21c20;
  margin-bottom: 1.8rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  main.home .categories-showcase .section-title h2 {
    font-size: 2.2rem;
  }
}
main.home .categories-showcase .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #a21c20, #df454a);
  border-radius: 2px;
}
main.home .categories-showcase .section-title .subtitle {
  font-size: 1.2rem;
  color: #666;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 768px) {
  main.home .categories-showcase .section-title .subtitle {
    font-size: 1rem;
  }
}
main.home .categories-showcase .section-action {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
main.home .categories-showcase .btn-ver-todos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #a21c20;
  border: 2px solid #a21c20;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
main.home .categories-showcase .btn-ver-todos i {
  font-size: 14px;
  transition: transform 0.2s;
}
main.home .categories-showcase .btn-ver-todos:hover {
  background: #a21c20;
  color: white;
  transform: translateY(-2px);
}
main.home .categories-showcase .btn-ver-todos:hover i {
  transform: translateX(4px);
}
main.home .categories-showcase .categories-slider-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  main.home .categories-showcase .categories-slider-wrapper {
    padding: 0 1rem;
  }
}
main.home .categories-showcase .categories-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 1rem 0.5rem 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
main.home .categories-showcase .categories-slider::-webkit-scrollbar {
  display: none;
}
main.home .categories-showcase .categories-slider .category-card {
  scroll-snap-align: start;
  flex: 0 0 calc(25% - 1.5rem);
  min-width: 220px;
}
@media (max-width: 1100px) {
  main.home .categories-showcase .categories-slider .category-card {
    flex: 0 0 calc(33.33% - 1.5rem);
  }
}
@media (max-width: 768px) {
  main.home .categories-showcase .categories-slider .category-card {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  main.home .categories-showcase .categories-slider .category-card {
    flex: 0 0 calc(85% - 1rem);
  }
}
main.home .categories-showcase .cat-nav {
  position: absolute;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #a21c20;
  background: white;
  color: #a21c20;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
main.home .categories-showcase .cat-nav:hover {
  background: #a21c20;
  color: white;
}
main.home .categories-showcase .cat-nav:hover i {
  color: white;
}
main.home .categories-showcase .cat-nav.cat-prev {
  left: 0;
}
main.home .categories-showcase .cat-nav.cat-next {
  right: 0;
}
@media (max-width: 768px) {
  main.home .categories-showcase .cat-nav {
    display: none;
  }
}
main.home .categories-showcase .category-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
main.home .categories-showcase .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(162, 28, 32, 0.1) 0%, transparent 50%, rgba(162, 28, 32, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
main.home .categories-showcase .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
main.home .categories-showcase .category-card:hover::before {
  opacity: 1;
}
main.home .categories-showcase .category-card:hover .icon-wrapper {
  transform: scale(1.05);
}
main.home .categories-showcase .category-card:hover .icon-wrapper .icon-bg {
  background: #a21c20;
  transform: translate(-50%, -50%) scale(1.15);
}
main.home .categories-showcase .category-card:hover .icon-wrapper .category-icon {
  color: white;
}
main.home .categories-showcase .category-card:hover .explore-btn {
  opacity: 1;
  transform: translateY(0);
}
main.home .categories-showcase .category-card:hover .explore-btn i {
  transform: translateX(8px);
}
main.home .categories-showcase .category-card:hover h3 {
  color: #a21c20;
}
main.home .categories-showcase .category-card .card-inner {
  position: relative;
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main.home .categories-showcase .category-card .card-inner {
    padding: 2.5rem 1.5rem 2rem;
  }
}
main.home .categories-showcase .category-card .icon-wrapper {
  position: relative;
  margin-bottom: 2rem;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
main.home .categories-showcase .category-card .icon-wrapper .icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(162, 28, 32, 0.1) 0%, rgba(162, 28, 32, 0.2) 100%);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
main.home .categories-showcase .category-card .icon-wrapper .category-icon {
  font-size: 3rem;
  color: #a21c20;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 768px) {
  main.home .categories-showcase .category-card .icon-wrapper .category-icon {
    font-size: 2.5rem;
  }
}
main.home .categories-showcase .category-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #666;
  margin: 0 0 1rem 0;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  main.home .categories-showcase .category-card h3 {
    font-size: 1.4rem;
  }
}
main.home .categories-showcase .category-card p {
  font-size: 1rem;
  color: #717171;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  main.home .categories-showcase .category-card p {
    font-size: 0.9rem;
  }
}
main.home .categories-showcase .category-card .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: linear-gradient(135deg, #a21c20 0%, #771417 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 15px rgba(162, 28, 32, 0.3);
}
main.home .categories-showcase .category-card .explore-btn i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
main.home .categories-showcase .category-card .explore-btn:hover {
  background: linear-gradient(135deg, #8c181c 0%, #611113 100%);
  box-shadow: 0 6px 20px rgba(162, 28, 32, 0.4);
}
main.home .product-list {
  padding: 3rem 0 1rem;
}
main.home .product-list .section-title {
  text-align: center;
  margin-bottom: 3rem;
}
main.home .product-list .section-title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #a21c20;
  margin-bottom: 1.8rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  main.home .product-list .section-title h2 {
    font-size: 2rem;
  }
}
main.home .product-list .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #a21c20, #df454a);
  border-radius: 2px;
}
main.home .product-list .section-title .subtitle {
  font-size: 1.1rem;
  color: #717171;
  opacity: 0.8;
  margin: 0;
  padding-top: 0.25rem;
}
main.home .section-action {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
main.home .btn-ver-todos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #a21c20;
  border: 2px solid #a21c20;
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Nunito";
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 15px rgba(162, 28, 32, 0.15);
  transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
main.home .btn-ver-todos i {
  font-size: 14px;
  transition: transform 0.25s;
}
main.home .btn-ver-todos:hover {
  background: #a21c20;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(162, 28, 32, 0.35);
}
main.home .btn-ver-todos:hover i {
  transform: translateX(5px);
}
main.home .btn-ver-todos:active {
  transform: translateY(-1px);
}

.customer-perks-modern {
  float: left;
  width: 100%;
  padding: 6rem 0;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .customer-perks-modern {
    padding: 4rem 0;
    margin: 2rem 0;
  }
}
.customer-perks-modern .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.customer-perks-modern .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #a21c20;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .customer-perks-modern .section-header h2 {
    font-size: 2rem;
  }
}
.customer-perks-modern .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #a21c20, #db2f35);
  border-radius: 2px;
}
.customer-perks-modern .section-header .section-subtitle {
  font-size: 1.1rem;
  color: #717171;
  opacity: 0.8;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .customer-perks-modern .section-header .section-subtitle {
    font-size: 1rem;
  }
}
.customer-perks-modern .perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .customer-perks-modern .perks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .customer-perks-modern .perks-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
.customer-perks-modern .perk-card {
  background: white;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(162, 28, 32, 0.08);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}
.customer-perks-modern .perk-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #a21c20, #df454a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.customer-perks-modern .perk-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(162, 28, 32, 0.15);
}
.customer-perks-modern .perk-card:hover::before {
  transform: scaleX(1);
}
.customer-perks-modern .perk-card:hover .perk-icon {
  transform: scale(1.1);
}
.customer-perks-modern .perk-card:hover h3 {
  color: #a21c20;
}
@media (max-width: 768px) {
  .customer-perks-modern .perk-card {
    padding: 2rem 1rem;
  }
}
.customer-perks-modern .perk-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.customer-perks-modern .perk-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .customer-perks-modern .perk-image {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem auto;
  }
}
.customer-perks-modern h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #666;
  margin: 0 0 1rem 0;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .customer-perks-modern h3 {
    font-size: 1.2rem;
  }
}
.customer-perks-modern p {
  font-size: 0.95rem;
  color: #717171;
  line-height: 1.6;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .customer-perks-modern p {
    font-size: 0.9rem;
  }
}

footer {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 60px;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.03);
  margin-bottom: 0;
}
footer .footer--inset {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 30px;
  padding: 20px;
}
@media all and (max-width: 999px) {
  footer .footer--inset {
    flex-direction: column;
  }
  footer .footer--inset .logo-handler {
    width: 100%;
  }
  footer .footer--inset .ending {
    padding-right: 1rem;
  }
}
footer .footer--inset .logo-handler {
  width: 250px;
  margin-right: 60px;
}
footer .footer--inset .logo-handler .sponsor {
  float: left;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  border-top: 2px solid #f1f1f1;
  margin-top: 20px;
  flex-direction: column;
}
footer .footer--inset .logo-handler .sponsor span,
footer .footer--inset .logo-handler .sponsor img {
  margin-right: 10px;
}
footer .footer--inset .logo-handler .sponsor span {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Nunito";
  font-weight: normal;
  margin-top: 0px;
  color: #666;
  opacity: 0.6;
  flex: 100%;
  text-align: center;
  margin-right: 0px;
}
footer .footer--inset .logo-handler .logo {
  width: 250px;
  background: url(../images/logo.png) center center no-repeat;
  height: 80px;
}
@media all and (max-width: 1280px) {
  footer .footer--inset .logo-handler .logo {
    width: 150px;
    background-size: 90% auto !important;
    margin-right: 30px;
  }
}
@media all and (max-width: 999px) {
  footer .footer--inset .logo-handler .logo {
    width: 100%;
    height: 100px;
    background-size: 140px auto !important;
    background-position: center center !important;
    margin-right: 0px;
    border-right: 0px;
  }
}
footer .footer--inset .ending {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-top: 2px solid #f1f1f1;
  padding-top: 40px;
  margin-top: 40px;
  padding-right: 100px;
  padding-bottom: 3rem;
}
@media all and (max-width: 999px) {
  footer .footer--inset .ending {
    text-align: center;
  }
}
@media all and (max-width: 699px) {
  footer .footer--inset .ending {
    flex-direction: column;
  }
}
footer .footer--inset .ending address {
  float: left;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
@media all and (max-width: 999px) {
  footer .footer--inset .ending address {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer--inset .ending .phone {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}
footer .footer--inset .ending .info {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 20px;
}
footer .footer--inset .footer-wrapper {
  flex: 1;
  width: 100%;
}
footer .footer--inset .top-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  footer .footer--inset .top-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer--inset .top-wrapper .newsletter {
  max-width: 400px;
  padding-right: 30px;
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(145deg, #fafafa, #f0f0f0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
@media all and (max-width: 999px) {
  footer .footer--inset .top-wrapper .newsletter {
    flex: 100%;
    padding-right: 0px;
    padding: 20px;
    margin: 20px 0px;
    max-width: 100%;
  }
}
footer .footer--inset .top-wrapper .newsletter h4 {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
footer .footer--inset .top-wrapper .newsletter h4:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #a21c20;
  border-radius: 3px;
}
footer .footer--inset .top-wrapper .newsletter span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  display: block;
  margin-bottom: 15px;
}
footer .footer--inset .top-wrapper .newsletter .form {
  float: left;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
footer .footer--inset .top-wrapper .newsletter .form form {
  float: left;
  width: 100%;
  display: flex;
}
footer .footer--inset .top-wrapper .newsletter .form input {
  float: left;
  width: 100%;
  flex: 1;
  background: none;
  padding: 15px;
  font-family: "Nunito";
  border: 0px;
  outline: none;
  font-size: 14px;
}
footer .footer--inset .top-wrapper .newsletter .form button {
  margin: 4px;
  background: #666;
  color: white;
  border: 0px;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .footer--inset .top-wrapper .newsletter .form button:hover {
  background: #a21c20;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
footer .footer--inset .top-wrapper .box {
  flex-grow: 1;
}
@media all and (max-width: 899px) {
  footer .footer--inset .top-wrapper .box {
    width: 33%;
    text-align: center;
  }
  footer .footer--inset .top-wrapper .box.pay-with, footer .footer--inset .top-wrapper .box.social {
    flex: 50%;
  }
}
@media all and (max-width: 599px) {
  footer .footer--inset .top-wrapper .box {
    width: 50%;
  }
}
footer .footer--inset .top-wrapper .box h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Nunito";
  font-weight: normal;
  margin-top: 0px;
  color: #666;
  opacity: 0.6;
}
footer .footer--inset .top-wrapper .box .social {
  float: left;
  width: 100%;
}
footer .footer--inset .top-wrapper .box .social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  color: #717171;
  font-size: 26px;
}
footer .footer--inset .top-wrapper .box .social a:hover {
  opacity: 0.6;
}
footer .footer--inset .top-wrapper .box ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
footer .footer--inset .top-wrapper .box ul li {
  list-style: none;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
}
footer .footer--inset .top-wrapper .box ul li a {
  color: #717171;
  text-decoration: none;
  font-size: 15px;
}
footer .footer--inset .top-wrapper .box ul li a:hover {
  color: #a21c20;
}
footer .footer--inset .top-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer--inset .top-wrapper ul li {
  margin-bottom: 4px;
}
footer .footer--inset .top-wrapper ul li a {
  font-weight: 600;
  text-decoration: none;
}

@media all and (max-width: 480px) {
  .box {
    width: 100%;
  }
}
.follow-us {
  float: left;
  width: 100%;
}
.follow-us svg {
  display: block;
}
.follow-us .inset {
  background: #741417;
  text-align: center;
  color: white;
  float: left;
  width: 100%;
  padding: 30px 0px;
}
.follow-us .inset h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.follow-us .inset .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.follow-us .inset .list a {
  display: inline-flex;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 60px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.follow-us .inset .list a:hover {
  background: white;
  color: #a21c20;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
}
#whats a {
  background: #3fcf52;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#whats a:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

main.product {
  background: #fafafa;
  min-height: 100vh;
}
main.product .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-hero {
  padding: 30px 0 60px;
}
.product-hero .product-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}
.product-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-breadcrumb a:hover {
  color: #333;
}
.product-breadcrumb i {
  font-size: 12px;
  color: #999;
}
.product-breadcrumb span {
  color: #333;
  font-weight: 500;
}

.product-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1024px) {
  .product-main {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .product-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-main .product-gallery {
    position: static;
  }
}

.product-gallery {
  position: sticky;
  top: 20px;
}
.product-gallery .main-image-container {
  position: relative;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.product-gallery .main-image-container .main-image {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* 9:16 ratio */
  cursor: zoom-in;
  background: white;
}
.product-gallery .main-image-container .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease;
}
.product-gallery .main-image-container .main-image:hover img {
  transform: scale(1.05);
}
.product-gallery .main-image-container .main-image .image-zoom-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-gallery .main-image-container .main-image .image-zoom-overlay i {
  font-size: 14px;
}
.product-gallery .main-image-container .main-image:hover .image-zoom-overlay {
  opacity: 1;
}
.product-gallery .main-image-container .image-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.product-gallery .main-image-container .image-navigation .nav-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: all;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.product-gallery .main-image-container .image-navigation .nav-btn:hover {
  background: white;
  transform: scale(1.1);
}
.product-gallery .main-image-container .image-navigation .nav-btn i {
  font-size: 18px;
  color: #333;
}
.product-gallery .thumbnail-container .thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 1rem 0;
}
.product-gallery .thumbnail-container .thumbnails::-webkit-scrollbar {
  height: 4px;
}
.product-gallery .thumbnail-container .thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.product-gallery .thumbnail-container .thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.product-gallery .thumbnail-container .thumbnails .thumbnail {
  flex-shrink: 0;
  width: 60px;
  height: 107px; /* 9:16 ratio */
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.product-gallery .thumbnail-container .thumbnails .thumbnail.active {
  border-color: #a21c20;
}
.product-gallery .thumbnail-container .thumbnails .thumbnail:hover {
  border-color: #a21c20;
  transform: translateY(-2px);
}
.product-gallery .thumbnail-container .thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.product-info .product-header {
  margin-bottom: 30px;
}
.product-info .product-header .product-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.product-info .product-header .product-badges .badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info .product-header .product-badges .badge.highlight {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  color: white;
}
.product-info .product-header .product-badges .badge.new {
  background: linear-gradient(135deg, #4ecdc4, #6ee7e0);
  color: white;
}
.product-info .product-header .product-badges .badge.discount {
  background: linear-gradient(135deg, #ff9500, #ffb347);
  color: white;
}
.product-info .product-header .product-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .product-info .product-header .product-title {
    font-size: 24px;
  }
}
.product-info .product-header .product-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 12px;
}
.product-info .product-header .product-badge i {
  font-size: 12px;
}
.product-info .product-header .product-badge.badge-lancamento {
  background: linear-gradient(135deg, #4ecdc4, #6ee7e0);
  color: white;
}
.product-info .product-header .product-badge.badge-destaque {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  color: white;
}
.product-info .product-header .product-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-info .product-header .product-meta .product-code,
.product-info .product-header .product-meta .product-genre {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}
.product-info .product-header .product-meta .product-code i,
.product-info .product-header .product-meta .product-genre i {
  font-size: 16px;
}
.product-info .product-header .product-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.product-info .product-header .product-attrs .attr-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
}
.product-info .product-header .product-attrs .attr-tag i {
  font-size: 13px;
}
.product-info .product-header .product-attrs .attr-tag.attr-cor {
  background: rgba(162, 28, 32, 0.08);
  color: #a21c20;
  border: 1px solid rgba(162, 28, 32, 0.2);
}
.product-info .product-header .product-attrs .attr-tag.attr-modelo {
  background: rgba(59, 130, 246, 0.08);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.product-info .product-summary {
  margin-bottom: 30px;
}
.product-info .product-summary p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.product-info .product-pricing {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.product-info .product-pricing .price-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .product-info .product-pricing .price-container {
    flex-direction: column;
    gap: 14px;
  }
}
.product-info .product-pricing .rental-price,
.product-info .product-pricing .sale-price {
  flex: 1;
  min-width: 140px;
  padding: 16px 20px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #eee;
}
.product-info .product-pricing .rental-label,
.product-info .product-pricing .sale-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 6px;
  display: block;
}
.product-info .product-pricing .rental-value,
.product-info .product-pricing .sale-value {
  font-size: 26px;
  font-weight: 800;
  color: #a21c20;
  line-height: 1.1;
  display: block;
}
.product-info .product-pricing .current-price-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 600px) {
  .product-info .product-pricing .current-price-container {
    flex-direction: column;
    gap: 14px;
  }
}
.product-info .product-actions {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.product-info .product-actions .main-action-buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .product-info .product-actions .main-action-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.product-info .product-actions .btn-primary,
.product-info .product-actions .btn-rental {
  background: linear-gradient(135deg, #25d366, #20b855);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  flex: 1;
  justify-content: center;
}
.product-info .product-actions .btn-primary:hover,
.product-info .product-actions .btn-rental:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}
.product-info .product-actions .btn-primary i,
.product-info .product-actions .btn-rental i {
  font-size: 18px;
}
.product-info .product-actions .btn-rental {
  background: linear-gradient(135deg, #a21c20, #611113);
}
.product-info .product-actions .btn-rental:hover {
  box-shadow: 0 8px 25px rgba(162, 28, 32, 0.3);
}
.product-info .product-actions .secondary-actions {
  display: flex;
  gap: 10px;
}
.product-info .product-actions .secondary-actions .btn-secondary {
  flex: 1;
  background: white;
  border: 2px solid #e9ecef;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-info .product-actions .secondary-actions .btn-secondary:hover {
  border-color: #007bff;
  color: #007bff;
  background: #f8f9ff;
}
.product-info .product-actions .secondary-actions .btn-secondary i {
  font-size: 16px;
}
.product-info .product-features {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.product-info .product-features .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.product-info .product-features .feature-item:last-child {
  margin-bottom: 0;
}
.product-info .product-features .feature-item i {
  font-size: 24px;
  color: #007bff;
  flex-shrink: 0;
}
.product-info .product-features .feature-item div strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}
.product-info .product-features .feature-item div span {
  font-size: 13px;
  color: #666;
}

.product-details {
  background: white;
}
.product-details .product-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
.product-details .details-nav {
  display: flex;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 40px;
}
.product-details .details-nav .tab-btn {
  background: none;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.product-details .details-nav .tab-btn.active {
  color: #007bff;
}
.product-details .details-nav .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #007bff;
}
.product-details .details-nav .tab-btn:hover:not(.active) {
  color: #333;
}
.product-details .details-content .tab-content {
  display: none;
}
.product-details .details-content .tab-content.active {
  display: block;
}
.product-details .details-content .content-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.product-details .details-content .content-section .description-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.product-details .details-content .content-section .description-text p {
  margin-bottom: 15px;
}
.product-details .details-content .content-section .specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.product-details .details-content .content-section .specs-grid .spec-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .details-content .content-section .specs-grid .spec-item.spec-item--full {
  grid-column: 1/-1;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.product-details .details-content .content-section .specs-grid .spec-item .spec-label {
  font-weight: 600;
  color: #333;
}
.product-details .details-content .content-section .specs-grid .spec-item .spec-value {
  color: #666;
}
.product-details .details-content .content-section .specs-grid .spec-item .spec-value a {
  color: #a21c20;
  text-decoration: none;
}
.product-details .details-content .content-section .specs-grid .spec-item .spec-value a:hover {
  text-decoration: underline;
}
.product-details .details-content .content-section .description-text .description-empty {
  color: #999;
  font-style: italic;
}
.product-details .details-content .content-section .product-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.product-details .details-content .content-section .product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.product-details .details-content .content-section .care-instructions .care-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.product-details .details-content .content-section .care-instructions .care-item:last-child {
  margin-bottom: 0;
}
.product-details .details-content .content-section .care-instructions .care-item i {
  font-size: 24px;
  color: #28a745;
  flex-shrink: 0;
  margin-top: 5px;
}
.product-details .details-content .content-section .care-instructions .care-item div strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.product-details .details-content .content-section .care-instructions .care-item div p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.product-list {
  background: white;
  padding: 60px 0;
}
.product-list .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.product-list .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.product-list .section-title .subtitle {
  font-size: 16px;
  color: #666;
}
.product-list .product-inset-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.rental-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 10px;
}
.rental-price .rental-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2e7d32;
  white-space: nowrap;
}
.rental-price .rental-value {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
  line-height: 1;
}

.rental-price-section {
  margin: 1rem 0;
}
.rental-price-section .price-label {
  display: none;
}
.rental-price-section .rental-price {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
}

.product--item .price-section .current-price.buy-price {
  color: #28a745;
}
.product--item .price-section .rental-price {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
  border-top: none;
  padding-top: 0;
}

.product-actions {
  display: flex;
  gap: 10px;
}

.product--item {
  background: white !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) !important;
  border: 1px solid rgba(162, 28, 32, 0.1) !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  width: auto !important;
}
.product--item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(162, 28, 32, 0.2) !important;
}
.product--item a {
  text-decoration: none !important;
  color: inherit !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.product--item .image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 9/16 !important;
  background: #ffffff !important;
  border: 3px solid #f8f9fa !important;
  border-radius: 8px 8px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  float: none !important;
}
.product--item .image .aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.product--item .image .aligner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.3s ease !important;
}
.product--item .image:hover .aligner img {
  transform: scale(1.05) !important;
}
.product--item .image .discount-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e) !important;
  color: white !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  z-index: 2 !important;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3) !important;
}
.product--item .info {
  padding: 1.5rem !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .product-header {
  margin-bottom: 1rem !important;
}
.product--item .info .product-header h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .product-header .product-code {
  font-size: 12px !important;
  color: #999 !important;
  font-weight: 500 !important;
}
.product--item .info .product-details {
  margin-bottom: 1rem !important;
  flex: 1 !important;
}
.product--item .info .product-details .product-genre {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 8px !important;
}
.product--item .info .product-details .product-genre i {
  font-size: 14px !important;
  color: #a21c20 !important;
}
.product--item .info .product-details .product-summary {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.product--item .info .price-section {
  margin-bottom: 1rem !important;
}
.product--item .info .price-section .previous-price {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.product--item .info .price-section .current-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #28a745 !important;
  margin-bottom: 5px !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .price-section .current-price.consultation {
  color: #007bff !important;
  font-size: 14px !important;
}
.product--item .info .price-section .current-price.buy-price {
  color: #28a745 !important;
}
.product--item .info .price-section .rental-price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #007bff !important;
  margin-top: 8px !important;
  padding-top: 8px !important;
  border-top: 1px solid #e9ecef !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .price-section .savings {
  font-size: 11px !important;
  color: #28a745 !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  display: block !important;
  float: none !important;
}
.product--item .info .price-section .price-view {
  display: block !important;
  width: auto !important;
  float: none !important;
}
.product--item .info .price-section .previous--price {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  display: block !important;
  margin-bottom: 5px !important;
  margin-right: 0 !important;
  opacity: 1 !important;
}
.product--item .info .price-section .current--price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #28a745 !important;
  margin: 0 0 5px 0 !important;
  float: none !important;
  width: auto !important;
}
.product--item .info .price-section .off {
  background: #ff6b6b !important;
  color: white !important;
  padding: 4px 8px !important;
  border-radius: 12px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  display: inline-block !important;
  float: none !important;
}
.product--item .info .product-actions .btn-view {
  background: linear-gradient(135deg, #a21c20, #8b1619) !important;
  color: white !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: block !important;
  transition: all 0.2s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
}
.product--item .info .product-actions .btn-view:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(162, 28, 32, 0.3) !important;
  background: linear-gradient(135deg, #8b1619, #6d1215) !important;
}

.product-inset-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100% !important;
  float: none !important;
}
@media (max-width: 768px) {
  .product-inset-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 1rem !important;
  }
}
@media (max-width: 480px) {
  .product-inset-list {
    grid-template-columns: 1fr !important;
  }
}
.product-inset-list.items3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
@media (max-width: 992px) {
  .product-inset-list.items3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .product-inset-list.items3 {
    grid-template-columns: 1fr !important;
  }
}

html.cssgrid .product-list .product-inset-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  grid-gap: 1.5rem !important;
}
@media all and (max-width: 1280px) {
  html.cssgrid .product-list .product-inset-list {
    grid-gap: 1rem !important;
  }
}
@media all and (max-width: 999px) {
  html.cssgrid .product-list .product-inset-list {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 1rem !important;
  }
}
@media all and (max-width: 640px) {
  html.cssgrid .product-list .product-inset-list {
    grid-template-columns: 1fr !important;
  }
}

.product-gallery .thumbnails .thumbnail.active {
  border-color: #a21c20;
  box-shadow: 0 0 0 2px rgba(162, 28, 32, 0.2);
}

main.produtos {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 20%, #ffffff 100%);
}
main.produtos .content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2rem;
}
@media (max-width: 768px) {
  main.produtos .content {
    padding: 1rem;
  }
}
main.produtos .page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  main.produtos .page-header {
    margin-bottom: 2rem;
    padding: 1rem 0;
  }
}
main.produtos .page-header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #a21c20;
  margin-bottom: 1.8rem;
  position: relative;
}
@media (max-width: 768px) {
  main.produtos .page-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  main.produtos .page-header h1 {
    font-size: 2rem;
  }
}
main.produtos .page-header h1::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #a21c20, #df454a);
  border-radius: 2px;
}
main.produtos .page-header p {
  font-size: 1.2rem;
  color: #717171;
  opacity: 0.8;
  margin: 0;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  main.produtos .page-header p {
    font-size: 1rem;
  }
}
main.produtos .filters-section {
  margin-bottom: 3rem;
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(162, 28, 32, 0.1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  main.produtos .filters-section {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
main.produtos .filters-form {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  gap: 1.5rem;
  align-items: end;
}
@media (max-width: 992px) {
  main.produtos .filters-form {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  main.produtos .filters-form {
    grid-template-columns: 1fr;
  }
}
main.produtos .search-filter {
  display: flex;
  position: relative;
}
main.produtos .search-filter input[type=text] {
  flex: 1;
  padding: 1rem 3rem 1rem 1rem;
  border: 2px solid rgba(162, 28, 32, 0.2);
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}
main.produtos .search-filter input[type=text]:focus {
  outline: none;
  border-color: #a21c20;
  box-shadow: 0 0 0 3px rgba(162, 28, 32, 0.1);
}
main.produtos .search-filter input[type=text]::placeholder {
  color: rgba(113, 113, 113, 0.6);
}
main.produtos .search-filter .btn-search {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #a21c20;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
main.produtos .search-filter .btn-search:hover {
  background: #771417;
  transform: translateY(-50%) scale(1.05);
}
main.produtos .search-filter .btn-search i {
  font-size: 1rem;
}
main.produtos .category-filter select {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(162, 28, 32, 0.2);
  border-radius: 12px;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.produtos .category-filter select:focus {
  outline: none;
  border-color: #a21c20;
  box-shadow: 0 0 0 3px rgba(162, 28, 32, 0.1);
}
main.produtos .filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  main.produtos .filter-actions {
    grid-column: 1/-1;
  }
}
main.produtos .filter-actions .btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #999;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  flex-shrink: 0;
}
main.produtos .filter-actions .btn-clear:hover {
  border-color: #e53935;
  color: #e53935;
}
main.produtos .filter-actions .btn-clear i {
  pointer-events: none;
}
main.produtos .filter-actions .btn-sort-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  flex-shrink: 0;
}
main.produtos .filter-actions .btn-sort-toggle:hover {
  border-color: #a21c20;
  color: #a21c20;
}
main.produtos .filter-actions .btn-sort-toggle.active {
  background: #a21c20;
  border-color: #a21c20;
  color: #fff;
}
main.produtos .filter-actions .btn-sort-toggle i {
  pointer-events: none;
}
main.produtos .products-section {
  padding: 0;
}
main.produtos .products-section .products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  main.produtos .products-section .products-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
main.produtos .products-section .products-header .results-info #results-count {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #a21c20;
  background: rgba(162, 28, 32, 0.07);
  padding: 0.45rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(162, 28, 32, 0.22);
}
main.produtos .products-section .products-header .results-info #results-count strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #a21c20;
}
main.produtos .products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  main.produtos .products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  main.produtos .products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  main.produtos .products-section .products-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.produtos .products-section .product--item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(162, 28, 32, 0.1);
  position: relative;
  display: block;
}
main.produtos .products-section .product--item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(162, 28, 32, 0.2);
}
main.produtos .products-section .product--item > a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
main.produtos .products-section .product--item .image {
  position: relative;
  width: 100%;
  padding-top: 177.78%; /* 9:16 portrait ratio */
  overflow: hidden;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
}
main.produtos .products-section .product--item .image .aligner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main.produtos .products-section .product--item .image .aligner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.3s ease;
}
main.produtos .products-section .product--item .image .aligner .product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%);
  border-bottom: 2px solid rgba(162, 28, 32, 0.08);
}
main.produtos .products-section .product--item .image .aligner .product-placeholder i {
  font-size: 3rem;
  color: rgba(162, 28, 32, 0.35);
  line-height: 1;
}
main.produtos .products-section .product--item .image .aligner .product-placeholder span {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(113, 113, 113, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0 1rem;
}
main.produtos .products-section .product--item .image:hover .aligner img {
  transform: scale(1.1);
}
main.produtos .products-section .product--item .image .discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}
main.produtos .products-section .product--item .info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
main.produtos .products-section .product--item .info .product-header {
  margin-bottom: 1rem;
}
main.produtos .products-section .product--item .info .product-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main.produtos .products-section .product--item .info .product-header .product-code {
  font-size: 0.8rem;
  color: #717171;
  opacity: 0.7;
}
main.produtos .products-section .product--item .info .product-details {
  margin-bottom: 1rem;
  flex: 1;
}
main.produtos .products-section .product--item .info .product-details .product-genre {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #717171;
  margin-bottom: 0.5rem;
}
main.produtos .products-section .product--item .info .product-details .product-genre i {
  font-size: 1rem;
  color: #a21c20;
}
main.produtos .products-section .product--item .info .product-details .product-summary {
  font-size: 0.9rem;
  color: #717171;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main.produtos .products-section .product--item .info .price-section {
  margin-bottom: 1rem;
}
main.produtos .products-section .product--item .info .price-section .previous-price {
  font-size: 0.85rem;
  color: #717171;
  text-decoration: line-through;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
main.produtos .products-section .product--item .info .price-section .current-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #28a745;
  margin-bottom: 0.5rem;
}
main.produtos .products-section .product--item .info .price-section .current-price.consultation {
  color: #a21c20;
  font-size: 1.1rem;
}
main.produtos .products-section .product--item .info .price-section .current-price.buy-price {
  color: #28a745;
}
main.produtos .products-section .product--item .info .price-section .savings {
  font-size: 0.8rem;
  color: #28a745;
  font-weight: 600;
  background: rgba(40, 167, 69, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  display: inline-block;
}
main.produtos .products-section .product--item .info .product-actions .btn-view {
  background: linear-gradient(135deg, #a21c20 0%, #771417 100%);
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
main.produtos .products-section .product--item .info .product-actions .btn-view:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(162, 28, 32, 0.3);
  background: linear-gradient(135deg, #8c181c 0%, #611113 100%);
}
main.produtos .products-section .no-products {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
main.produtos .products-section .no-products .no-products-content {
  max-width: 400px;
  margin: 0 auto;
}
main.produtos .products-section .no-products .no-products-content i {
  font-size: 4rem;
  color: rgba(162, 28, 32, 0.3);
  margin-bottom: 1.5rem;
}
main.produtos .products-section .no-products .no-products-content h3 {
  font-size: 1.5rem;
  color: #666;
  margin: 0 0 1rem 0;
}
main.produtos .products-section .no-products .no-products-content p {
  color: #717171;
  opacity: 0.8;
  margin: 0;
}
main.produtos .products-section .error-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
  background: #fee;
  border-radius: 12px;
  border: 1px solid #fcc;
}
main.produtos .products-section .error-message p {
  color: #c33;
  margin: 0;
}
main.produtos .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
main.produtos .pagination .pagination-btn,
main.produtos .pagination .pagination-number {
  padding: 0.8rem 1.2rem;
  border: 2px solid rgba(162, 28, 32, 0.2);
  background: white;
  color: #a21c20;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-decoration: none;
}
main.produtos .pagination .pagination-btn:hover,
main.produtos .pagination .pagination-number:hover {
  background: rgba(162, 28, 32, 0.1);
  border-color: #a21c20;
}
main.produtos .pagination .pagination-btn.active,
main.produtos .pagination .pagination-number.active {
  background: #a21c20;
  color: white;
  border-color: #a21c20;
}
main.produtos .pagination .pagination-dots {
  padding: 0 0.5rem;
  color: #717171;
  opacity: 0.6;
}
main.produtos .loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}
main.produtos .loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #a21c20;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
main.produtos .loading-spinner p {
  color: #717171;
  margin: 0;
  opacity: 0.8;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main.produtos .btn-retry {
  padding: 0.8rem 1.5rem;
  background: #a21c20;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
main.produtos .btn-retry:hover {
  background: #771417;
  transform: translateY(-2px);
}

main.category {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
}
@media all and (max-width: 999px) {
  main.category {
    flex-direction: column;
  }
}
main.category aside {
  width: 300px;
  margin-right: 30px;
  border-right: 2px solid #f1f1f1;
  padding-right: 20px;
}
@media all and (max-width: 999px) {
  main.category aside {
    width: 100%;
    padding-right: 0px;
    border-right: 0px;
  }
}
main.category aside .action-button {
  float: left;
  width: 100%;
  text-align: right;
  border-top: 2px solid #f1f1f1;
  margin-top: 20px;
  padding-top: 20px;
}
main.category aside .action-button button {
  background: #a21c20;
  font-weight: bold;
  padding: 15px 20px;
  border: 0px;
  color: white;
}
main.category aside .icon-close {
  display: none;
}
@media all and (max-width: 999px) {
  main.category aside .icon-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #f1f1f1;
    text-decoration: none;
    color: #666;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
}
@media all and (max-width: 999px) {
  main.category aside .mobile-float-menu {
    position: fixed;
    left: 10px;
    top: 80px;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    border-right: 0px;
    background: white;
    padding: 20px;
    width: auto;
    margin-right: 0px;
    -webkit-box-shadow: 0px 16px 42px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 16px 42px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 16px 42px 0px rgba(0, 0, 0, 0.17);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  main.category aside #section-menu:target {
    visibility: visible;
    opacity: 1;
  }
}
main.category aside h1 {
  text-transform: uppercase;
  font-size: 36px;
  color: #a21c20;
  margin-top: 0px;
}
@media all and (max-width: 999px) {
  main.category aside h1 {
    font-size: 30px;
    margin-top: 40px;
  }
}
main.category aside .mobile-menu {
  display: none;
}
@media all and (max-width: 999px) {
  main.category aside .mobile-menu {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 15px 0px;
    color: #666;
    font-family: "Nunito";
    text-transform: uppercase;
    text-decoration: none;
  }
}
main.category aside .menu {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
main.category aside .menu .submenu {
  border-left: 2px solid #e5e5e5;
  padding-left: 20px;
  float: left;
  width: 100%;
}
main.category aside .menu li {
  float: left;
  width: 100%;
  list-style: none;
  margin: 5px 0px;
}
main.category aside .menu li strong {
  font-weight: normal;
  font-weight: bold;
  color: #666;
}
main.category aside .menu li .div {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
  margin: 10px 0px;
}
main.category aside .menu li a {
  color: #717171;
  text-decoration: none;
}
main.category aside .menu li a:hover {
  color: #a21c20;
}
main.category aside .checkbox-picker {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  max-height: 210px;
  overflow: auto;
}
main.category aside .checkbox-picker::-webkit-scrollbar {
  width: 8px;
}
main.category aside .checkbox-picker::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
main.category aside .checkbox-picker::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
main.category aside .checkbox-picker ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
main.category aside .checkbox-picker ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 6px 0px;
  display: flex;
}
main.category aside .checkbox-picker ul li .rate {
  color: #e5e5e5;
}
main.category aside .checkbox-picker ul li .rate .active {
  color: #F8AF27;
}
main.category aside .checkbox-picker ul li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAAEF7NTqAAAABGdBTUEAALGPC/xhBQAAAEpJREFUKBVj/B8k958BCJhABAgw4haBKEBSCxOA6wEJwE3Cz0HRAzMIRqOYAROE0XglcRqLU9eASuB0Lsyz2GicLsamGCY2HDUBANeeETAcaX0oAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 0px 0px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
main.category aside .checkbox-picker ul li input:checked {
  background-size: 7px 7px;
}
main.category aside h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Nunito";
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
main.category aside h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #717171;
  display: block;
  margin-top: 8px;
  opacity: 0.3;
}
main.category section {
  flex: 1;
}
main.category section .pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
main.category section .pagination a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 2px solid #e5e5e5;
  line-height: 48px;
  font-family: "Nunito";
  text-decoration: none;
  color: #717171;
  margin: 0px 5px;
}
main.category section .pagination a:hover {
  border: 2px solid #a21c20;
  color: #a21c20;
}
main.category section .pagination a.active {
  border: 2px solid #a21c20;
  background: #a21c20;
  color: white;
}

main.cart {
  float: left;
  width: 100%;
  margin-top: 40px;
}
main.cart h1.title {
  margin-bottom: 40px;
}
main.cart .cart--listing {
  float: left;
  width: 100%;
}
main.cart .cart--listing .item--listing {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  main.cart .cart--listing .item--listing {
    flex-wrap: wrap;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
  }
}
main.cart .cart--listing .item--listing .info-handler {
  display: flex;
  flex-grow: 1;
}
@media all and (max-width: 1460px) {
  main.cart .cart--listing .item--listing .info-handler {
    max-width: 50%;
  }
}
@media all and (max-width: 999px) {
  main.cart .cart--listing .item--listing .info-handler {
    flex: 100%;
    max-width: 100%;
  }
}
main.cart .cart--listing .item--listing .image {
  width: 110px;
  height: 110px;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
main.cart .cart--listing .item--listing .image img {
  max-width: 100%;
  height: auto;
}
main.cart .cart--listing .item--listing .box {
  float: left;
  flex-grow: 1;
  border-right: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.cart .cart--listing .item--listing .box {
    flex: 25%;
  }
}
@media all and (max-width: 699px) {
  main.cart .cart--listing .item--listing .box {
    flex: 50%;
    font-size: 15px;
    margin-bottom: 20px;
  }
  main.cart .cart--listing .item--listing .box:nth-child(odd) {
    border-right: 0px;
  }
}
main.cart .cart--listing .item--listing .box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  padding: 10px;
  padding-right: 30px;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAAE1esdbAAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tVEEKAjEMrCIIXsWbuIog+gO96Nu9+QO9KIrexLMIgs5AA9mQQ4VFV2hgyCRMmzbZbgipVqQKjW5g4oSwAc0I6ETtHf4Q+VfdKlYTXyruJkuKmgVdnGdizsSYedc4BxpnwTE+gRZwBn4yD9TNFsIcTZDZsB/kzLnWRLYNLAFygpw512Rn+32vXbVJcpFdaCQ5zB344w7IY5P3c8VdtsBL3YmaGdCLuQf8JvIkJ29wDHVfrbiB74ApoH/bF8R74COTIrJoCFJIoPwJ/KjiSihvtQD07SrZOG9Sjw68AZaRFGSTEVJQAAAAAElFTkSuQmCC") right center no-repeat;
  outline: none;
  font-size: 15px;
}
main.cart .cart--listing .item--listing .box span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
main.cart .cart--listing .item--listing .box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main.cart .cart--listing .item--listing .box .remove {
  color: #717171;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito";
  font-size: 14px;
}
main.cart .cart--listing .item--listing .box .remove i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
main.cart .cart--listing .item--listing .box .remove:hover {
  color: #a21c20;
}
main.cart .cart--listing .item--listing .box strong {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}
@media all and (max-width: 999px) {
  main.cart .cart--listing .item--listing .box strong {
    font-size: 15px;
  }
}
main.cart .cart--listing .item--listing .box:last-child {
  border-right: 0px;
}
main.cart .cart--listing .item--listing .info {
  border-right: 2px solid #f1f1f1;
  padding-right: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}
@media all and (max-width: 999px) {
  main.cart .cart--listing .item--listing .info {
    border-right: 0px;
    margin-right: 0px;
  }
}
main.cart .cart--listing .item--listing .info h3 {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
main.cart .cart--listing .item--listing .info span.ref {
  float: left;
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
main.cart .cart--listing .item--listing .info span.discount {
  background: #a21c20;
  float: left;
  color: white;
  font-family: "Nunito";
  padding: 6px;
  font-size: 13px;
}
main.cart .shipping-options {
  float: left;
  width: 100%;
}
main.cart .shipping-options .item--shipping {
  border: 2px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}
main.cart .shipping-options .item--shipping .select-option {
  width: 50px;
  text-align: center;
  border-right: 2px solid #f1f1f1;
  margin-right: 20px;
}
main.cart .shipping-options .item--shipping .select-option input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #e5e5e5;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  background-position: center center !important;
}
main.cart .shipping-options .item--shipping .select-option input:checked {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaCAYAAAGlab6UAAAABGdBTUEAALGPC/xhBQAAAlxJREFUSA3Flj9I1VEUx98z+6NhBEYQ6BDo4NISQQWBkAhRU1Obm5tD1BSNLpJLBEFBQ0PU1FKICIngElQQETYkKAgiQhSmpUW+Psfuud173/2d3tMnXfhyz/l+z/d7Lg99vFIpOZVKpT2iICqekEaOJ+ovcP8oaYbeWzFhU7aC3eCKxIyGLjFJz9nUAJ8krCfLZc8rV3jjm7HElTA5GkRY9KIUnBadoP4ghPby8kdKcE9r7QekgJwRwZ2mSNQGcRXs137HN2Hf3ca/7601FeMnNXN/8z6aqyD+e/PqnwJ9Duj5Fcmw11Rxd/SBwL0J9cicNgxOhcPUk2Gfzps9xqXQTN1sGnYiEn4RjG07A/N5oGe87iCcp9Xt7lN1hWA6kQT01hvQnQRc8gEIZXDbE5kCvTMJuBKNBeJUJLgG/WgwI+Vg1Vwy8DgcQDuc6NdD3dcMNSWDIyLCHUz4YW/KFQwfSAy3kv5OzlfFYTqSGLV9WDVsEbi61Onup9Z8oYb5jAuYKBz63wIPvAA23EPlegvML8SGvpll58AayJ33DV2WC2PrSfAltx3uKzib8zWMY0EPWAa5sw7Z37BluSAWHAcLue1wP8HlnE/+2+VL7QHQ84qiLTtskHiOgY8aktyb9AOGfetrp+j1zzHvNc2IzLSDd6DoDP0rw+sk3C1Kgb/nB4MCvg28NHw3g/HaSwKbwTMj+IakobeAF8bcaO1bjUkWHAKvjUVF0n2E2n8zG2+IJEI7wHzR1oB/Qr0nMu9GwxL5IfI5WKyl/DHv242dZiZL+8AskE+g1RzehvgbCOlaY6AMqswAAAAASUVORK5CYII=") center center no-repeat #a21c20;
  background-size: 17px 13px !important;
  border: 2px solid #a21c20;
}
main.cart .shipping-options .item--shipping .info {
  flex: 1;
}
main.cart .shipping-options .item--shipping .info h5 {
  float: left;
  width: 100%;
  margin: 0px;
  font-size: 18px;
  margin-bottom: 6px;
}
main.cart .shipping-options .item--shipping .info p {
  font-size: 13px;
}
main.cart .shipping-options .item--shipping .values {
  width: 100px;
}
main.cart .shipping-options .item--shipping .values strong {
  float: left;
  width: 100%;
  text-align: right;
  color: #666;
  font-size: 18px;
}
main.cart .shipping-options .item--shipping .values span {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
main.cart .data--forms {
  float: left;
  width: 100%;
  border-top: 2px solid #f1f1f1;
  padding: 30px 0px;
  margin-top: 30px;
  padding-bottom: 10px;
}
main.cart .data--forms .data--forms--inset {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 799px) {
  main.cart .data--forms .data--forms--inset {
    flex-direction: column;
  }
}
main.cart .data--forms .data--forms--inset .box {
  width: 48%;
}
@media all and (max-width: 799px) {
  main.cart .data--forms .data--forms--inset .box {
    width: 100%;
  }
}
main.cart .data--forms .data--forms--inset .box > h3 {
  font-size: 29px;
  color: #AFAFAF;
  text-transform: uppercase;
}
@media all and (max-width: 999px) {
  main.cart .data--forms .data--forms--inset .box > h3 {
    font-size: 22px;
  }
}
main.cart .data--forms .data--forms--inset .box .tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
main.cart .data--forms .data--forms--inset .box .tabs a {
  color: #717171;
  text-decoration: none;
  font-family: "Nunito";
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 0px;
  float: left;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
main.cart .data--forms .data--forms--inset .box .tabs a.active {
  border-bottom: 2px solid #a21c20;
  color: #a21c20;
}
main.cart .data--forms .data--forms--inset .box .tab {
  display: none;
}
main.cart .data--forms .data--forms--inset .box .tab.active {
  display: block;
}
main.cart .data--forms .data--forms--inset .box .form--view {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 25px;
}
@media all and (max-width: 599px) {
  main.cart .data--forms .data--forms--inset .box .form--view .form--item {
    width: 100%;
    margin-right: 0px;
  }
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item.item--full {
  flex: 100%;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=submit] {
  float: right;
  background: #a21c20;
  padding: 15px 25px;
  font-family: "Nunito";
  color: white;
  border: 0px;
  text-transform: uppercase;
  cursor: pointer;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=submit]:hover {
  background: #666;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item label {
  float: left;
  width: 100%;
  font-family: "Nunito";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=text],
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=password], main.cart .data--forms .data--forms--inset .box .form--view .form--item textarea {
  float: left;
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  color: #a21c20;
  outline: none;
  font-size: 15px;
  resize: none;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=text]:focus,
main.cart .data--forms .data--forms--inset .box .form--view .form--item input[type=password]:focus, main.cart .data--forms .data--forms--inset .box .form--view .form--item textarea:focus {
  border-left: 2px solid #a21c20;
}
main.cart .data--forms .data--forms--inset .box .form--view .form--item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  padding: 15px;
  padding-right: 30px;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  outline: none;
  font-size: 15px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAAE1esdbAAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tVEEKAjEMrCIIXsWbuIog+gO96Nu9+QO9KIrexLMIgs5AA9mQQ4VFV2hgyCRMmzbZbgipVqQKjW5g4oSwAc0I6ETtHf4Q+VfdKlYTXyruJkuKmgVdnGdizsSYedc4BxpnwTE+gRZwBn4yD9TNFsIcTZDZsB/kzLnWRLYNLAFygpw512Rn+32vXbVJcpFdaCQ5zB344w7IY5P3c8VdtsBL3YmaGdCLuQf8JvIkJ29wDHVfrbiB74ApoH/bF8R74COTIrJoCFJIoPwJ/KjiSihvtQD07SrZOG9Sjw68AZaRFGSTEVJQAAAAAElFTkSuQmCC") right center no-repeat;
}
main.cart .ending--data {
  float: left;
  width: 100%;
  border-top: 2px solid #e5e5e5;
}
main.cart .ending--data .inset {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 40px;
}
@media all and (max-width: 799px) {
  main.cart .ending--data .inset {
    flex-wrap: wrap;
  }
}
main.cart .ending--data .inset .total--box {
  width: 100%;
  max-width: 400px;
}
@media all and (max-width: 799px) {
  main.cart .ending--data .inset .total--box {
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
main.cart .ending--data .inset .total--box table {
  background: #F9F9F9;
  width: 100%;
  border-collapse: collapse;
}
main.cart .ending--data .inset .total--box table td {
  text-align: right;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Nunito";
  text-transform: uppercase;
  color: #AFAFAF;
}
main.cart .ending--data .inset .total--box table td:last-child {
  background: #F3F3F3;
  color: #666;
}
main.cart .ending--data .inset .total--box table td:last-child strong {
  color: #a21c20;
  font-size: 20px;
  font-weight: normal;
}
main.cart .ending--data .inset .total--box table tr:last-child td {
  border-bottom: 0px;
}
main.cart .ending--data .inset .box {
  border-right: 2px solid #f1f1f1;
  padding-right: 20px;
  margin-right: 20px;
  flex-grow: 1;
  max-width: 35%;
}
@media all and (max-width: 799px) {
  main.cart .ending--data .inset .box {
    margin-right: 0px;
    flex: 50%;
    max-width: 100%;
    border-right: 0px;
  }
}
@media all and (max-width: 599px) {
  main.cart .ending--data .inset .box {
    flex: 100%;
    margin-bottom: 20px;
  }
}
main.cart .ending--data .inset .box:last-child {
  border-right: 0px;
}
main.cart .ending--data .inset .box .cupom--form {
  float: left;
  width: 100%;
}
main.cart .ending--data .inset .box .cupom--form label {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: "Nunito";
  margin-bottom: 10px;
}
main.cart .ending--data .inset .box .cupom--form input[type=submit] {
  float: right;
  background: #a21c20;
  font-family: "Nunito";
  padding: 15px 25px;
  border: 0px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
main.cart .ending--data .inset .box .cupom--form input[type=submit]:hover {
  background: #666;
}
main.cart .ending--data .inset .box .cupom--form input[type=text] {
  float: left;
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  color: #a21c20;
  outline: none;
  font-size: 15px;
  font-family: monospace;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
main.cart .ending--data .inset .box .cupom--form input[type=text]:focus {
  border-left: 2px solid #a21c20;
}
main.cart .ending--data .inset .box .newsletter--picker {
  float: left;
  width: 100%;
  display: flex;
  max-width: 400px;
}
main.cart .ending--data .inset .box .newsletter--picker .newsletter--item {
  margin-right: 10px;
}
main.cart .ending--data .inset .box .newsletter--picker .newsletter--item label {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
main.cart .ending--data .inset .box .newsletter--picker .newsletter--item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #e5e5e5;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  background-position: center center !important;
}
main.cart .ending--data .inset .box .newsletter--picker .newsletter--item input:checked {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaCAYAAAGlab6UAAAABGdBTUEAALGPC/xhBQAAAlxJREFUSA3Flj9I1VEUx98z+6NhBEYQ6BDo4NISQQWBkAhRU1Obm5tD1BSNLpJLBEFBQ0PU1FKICIngElQQETYkKAgiQhSmpUW+Psfuud173/2d3tMnXfhyz/l+z/d7Lg99vFIpOZVKpT2iICqekEaOJ+ovcP8oaYbeWzFhU7aC3eCKxIyGLjFJz9nUAJ8krCfLZc8rV3jjm7HElTA5GkRY9KIUnBadoP4ghPby8kdKcE9r7QekgJwRwZ2mSNQGcRXs137HN2Hf3ca/7601FeMnNXN/8z6aqyD+e/PqnwJ9Duj5Fcmw11Rxd/SBwL0J9cicNgxOhcPUk2Gfzps9xqXQTN1sGnYiEn4RjG07A/N5oGe87iCcp9Xt7lN1hWA6kQT01hvQnQRc8gEIZXDbE5kCvTMJuBKNBeJUJLgG/WgwI+Vg1Vwy8DgcQDuc6NdD3dcMNSWDIyLCHUz4YW/KFQwfSAy3kv5OzlfFYTqSGLV9WDVsEbi61Onup9Z8oYb5jAuYKBz63wIPvAA23EPlegvML8SGvpll58AayJ33DV2WC2PrSfAltx3uKzib8zWMY0EPWAa5sw7Z37BluSAWHAcLue1wP8HlnE/+2+VL7QHQ84qiLTtskHiOgY8aktyb9AOGfetrp+j1zzHvNc2IzLSDd6DoDP0rw+sk3C1Kgb/nB4MCvg28NHw3g/HaSwKbwTMj+IakobeAF8bcaO1bjUkWHAKvjUVF0n2E2n8zG2+IJEI7wHzR1oB/Qr0nMu9GwxL5IfI5WKyl/DHv242dZiZL+8AskE+g1RzehvgbCOlaY6AMqswAAAAASUVORK5CYII=") center center no-repeat #a21c20;
  background-size: 17px 13px !important;
  border: 2px solid #a21c20;
}
main.cart .ending--data .inset .box h3 {
  color: #AFAFAF;
}
main.cart .ending--data .inset .box p {
  font-size: 15px;
}
main.cart .action--butons {
  float: left;
  width: 100%;
  background: #FAFAFA;
  padding: 60px 0px;
  margin-top: 40px;
  border-top: 1px solid #f1f1f1;
  margin-bottom: -30px;
}
main.cart .action--butons .inset {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 599px) {
  main.cart .action--butons .inset {
    flex-direction: column;
  }
}
main.cart .action--butons .button--default {
  float: left;
  background: white;
  padding: 18px;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  color: #717171;
  text-decoration: none;
  font-family: "Nunito";
}
main.cart .action--butons .button--default:hover {
  background: #666;
  border: 2px solid #666;
  color: white;
}
@media all and (max-width: 599px) {
  main.cart .action--butons .button--default {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
main.cart .action--butons .button--action {
  float: left;
  /* Rectangle 19: */
  background-image: linear-gradient(-180deg, #7CE131 0%, #80D257 100%);
  padding: 18px;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-family: "Nunito";
  border: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
main.cart .action--butons .button--action:hover {
  /* Rectangle 19: */
  background-image: linear-gradient(-180deg, #7CE131 0%, #80D257 100%);
}
@media all and (max-width: 599px) {
  main.cart .action--butons .button--action {
    width: 100%;
    text-align: center;
  }
}
main.cart .boleto--view {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.4;
}
main.cart .boleto--view .boleto--img {
  text-align: center;
  width: 100%;
  margin: 20px 0px;
}

main.page .page--view {
  line-height: 1.6;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
main.page .page--view.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
main.page .page--view p {
  margin-bottom: 20px;
}
main.page .page--view .align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #a21c20;
}
main.page .page--view .align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #a21c20;
}
@media all and (max-width: 699px) {
  main.page .page--view img {
    width: 100%;
    height: auto;
  }
}
main.page .page--view h2 {
  color: #666;
  text-transform: uppercase;
}
main.page .page--view ul {
  display: inline-block;
  padding-left: 0px;
  margin-left: 20px;
}
main.page .page--view a {
  text-decoration: none;
  position: relative;
}
main.page .page--view a:hover:after {
  opacity: 1;
  margin-bottom: -5px;
}
main.page .page--view a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #a21c20;
  opacity: 0.2;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

main.produtos {
  float: left;
  width: 100%;
  padding: 2rem 0;
}
main.produtos .page-header {
  text-align: center;
  margin-bottom: 3rem;
}
main.produtos .page-header h1 {
  font-size: 2.5rem;
  color: #a21c20;
  margin-bottom: 0.5rem;
  font-family: "Nunito";
}
@media all and (max-width: 999px) {
  main.produtos .page-header h1 {
    font-size: 2rem;
  }
}
main.produtos .page-header p {
  color: #717171;
  font-size: 1.1rem;
  font-family: "Nunito";
}
main.produtos .filters-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(162, 28, 32, 0.1);
}
main.produtos .filters-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
main.produtos .filters-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
main.produtos .search-filter {
  display: flex;
  flex: 1;
  min-width: 300px;
  position: relative;
}
main.produtos .search-filter input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Nunito";
  color: #666;
}
main.produtos .search-filter input:focus {
  border-color: #a21c20;
  box-shadow: 0 0 0 3px rgba(162, 28, 32, 0.1);
}
main.produtos .search-filter .btn-search {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #a21c20;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.produtos .search-filter .btn-search:hover {
  background: #666;
  transform: translateY(-50%) scale(1.05);
}
main.produtos .category-filter select {
  padding: 0.75rem 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  min-width: 200px;
  font-family: "Nunito";
  color: #666;
}
main.produtos .category-filter select .form--item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 25px;
}
@media all and (max-width: 599px) {
  main.produtos .category-filter select .form--item {
    width: 100%;
    margin-right: 0px;
  }
}
main.produtos .category-filter select .form--item.item--full {
  flex: 100%;
}
main.produtos .category-filter select .form--item input[type=submit] {
  float: right;
  background: #a21c20;
  padding: 15px 25px;
  font-family: "Nunito";
  color: white;
  border: 0px;
  text-transform: uppercase;
  cursor: pointer;
}
main.produtos .category-filter select .form--item input[type=submit]:hover {
  background: #666;
}
main.produtos .category-filter select .form--item label {
  float: left;
  width: 100%;
  font-family: "Nunito";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}
main.produtos .category-filter select .form--item input[type=text],
main.produtos .category-filter select .form--item input[type=password], main.produtos .category-filter select .form--item textarea {
  float: left;
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  color: #a21c20;
  outline: none;
  font-size: 15px;
  resize: none;
}
main.produtos .category-filter select .form--item input[type=text]:focus,
main.produtos .category-filter select .form--item input[type=password]:focus, main.produtos .category-filter select .form--item textarea:focus {
  border-left: 2px solid #a21c20;
}
main.produtos .category-filter select .form--item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  padding: 15px;
  padding-right: 30px;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  outline: none;
  font-size: 15px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAAE1esdbAAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tVEEKAjEMrCIIXsWbuIog+gO96Nu9+QO9KIrexLMIgs5AA9mQQ4VFV2hgyCRMmzbZbgipVqQKjW5g4oSwAc0I6ETtHf4Q+VfdKlYTXyruJkuKmgVdnGdizsSYedc4BxpnwTE+gRZwBn4yD9TNFsIcTZDZsB/kzLnWRLYNLAFygpw512Rn+32vXbVJcpFdaCQ5zB344w7IY5P3c8VdtsBL3YmaGdCLuQf8JvIkJ29wDHVfrbiB74ApoH/bF8R74COTIrJoCFJIoPwJ/KjiSihvtQD07SrZOG9Sjw68AZaRFGSTEVJQAAAAAElFTkSuQmCC") right center no-repeat;
}
main.produtos .category-filter select:focus {
  border-color: #a21c20;
}
main.produtos .btn-clear {
  padding: 0.75rem 1.5rem;
  background: #AFAFAF;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: "Nunito";
  font-weight: 600;
  border: none;
  cursor: pointer;
}
main.produtos .btn-clear:hover {
  background: #717171;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(175, 175, 175, 0.3);
}
main.produtos .btn-clear:after {
  display: none;
}
main.produtos .products-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  /* .products-grid rules moved to _produtos.scss */
}
main.produtos .products-section .products-header {
  margin-bottom: 2rem;
}
main.produtos .products-section .results-info {
  color: #717171;
  font-size: 1rem;
  font-family: "Nunito";
}
main.produtos .products-section .results-info strong {
  color: #a21c20;
}
main.produtos .products-section .no-products {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
}
main.produtos .products-section .no-products-content i {
  font-size: 4rem;
  color: #e5e5e5;
  margin-bottom: 1rem;
}
main.produtos .products-section .no-products-content h3 {
  color: #666;
  margin-bottom: 0.5rem;
  font-family: "Nunito";
}
main.produtos .products-section .no-products-content p {
  color: #717171;
  margin-bottom: 2rem;
  font-family: "Nunito";
}
main.produtos .products-section .btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #a21c20;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: "Nunito";
  font-weight: 600;
}
main.produtos .products-section .btn-primary:hover {
  background: #666;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(162, 28, 32, 0.3);
}
main.produtos .products-section .btn-primary:after {
  display: none;
}
main.produtos .products-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
main.produtos .products-section .pagination .pagination-btn,
main.produtos .products-section .pagination .pagination-number {
  padding: 0.8rem 1.2rem;
  border: 2px solid rgba(162, 28, 32, 0.2);
  background: white;
  color: #a21c20;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
main.produtos .products-section .pagination .pagination-btn:hover,
main.produtos .products-section .pagination .pagination-number:hover {
  background: rgba(162, 28, 32, 0.1);
  border-color: #a21c20;
  transform: translateY(-1px);
}
main.produtos .products-section .pagination .pagination-btn.active,
main.produtos .products-section .pagination .pagination-number.active {
  background: #a21c20;
  color: white;
  border-color: #a21c20;
}
main.produtos .products-section .pagination .pagination-btn i,
main.produtos .products-section .pagination .pagination-number i {
  font-size: 0.9rem;
}
main.produtos .products-section .pagination .pagination-dots {
  padding: 0 0.5rem;
  color: #717171;
  opacity: 0.6;
}
main.produtos .products-section .error-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  border-radius: 12px;
  border: 1px solid #f5c6cb;
  font-family: "Nunito";
}
@media (max-width: 768px) {
  main.produtos {
    padding: 1rem 0;
  }
  main.produtos .filters-form {
    flex-direction: column;
    align-items: stretch;
  }
  main.produtos .search-filter {
    min-width: auto;
  }
  main.produtos .category-filter select {
    min-width: auto;
  }
  main.produtos .products-section .pagination {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  main.produtos .products-section .pagination .pagination-btn,
  main.produtos .products-section .pagination .pagination-number {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
}

.depoimentos--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  float: left;
  width: 100%;
  gap: 1rem;
}
@media all and (max-width: 1200px) {
  .depoimentos--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 799px) {
  .depoimentos--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.depoimentos--list .item {
  border: 2px solid #e5e5e5;
  padding: 2rem;
  border-radius: 20px;
}

.blog--list {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
}
.blog--list .item {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  .blog--list .item {
    flex-direction: column;
  }
}
.blog--list .item .image {
  width: 50%;
}
@media all and (max-width: 999px) {
  .blog--list .item .image {
    width: 100%;
  }
}
.blog--list .item .image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog--list .item .item-content {
  flex: 1;
  padding-left: 20px;
}
@media all and (max-width: 999px) {
  .blog--list .item .item-content {
    padding-left: 0px;
  }
}

.pagination {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span {
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0px 5px;
  border-radius: 10px;
}
.pagination a {
  background: #a21c20;
  color: white;
}
.pagination a:after {
  display: none;
}

main.contato .contato--view {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
main.contato .contato--view .contact--main--view {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view {
    align-items: flex-start;
  }
}
@media all and (max-width: 999px) {
  main.contato .contato--view .contact--main--view {
    flex-direction: column;
  }
}
main.contato .contato--view .contact--main--view .form--view {
  flex: 1;
}
main.contato .contato--view .contact--main--view .form--view p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.4rem;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 25px;
}
@media all and (max-width: 599px) {
  main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item {
    width: 100%;
    margin-right: 0px;
  }
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item.item--full {
  flex: 100%;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=submit] {
  float: right;
  background: #a21c20;
  padding: 15px 25px;
  font-family: "Nunito";
  color: white;
  border: 0px;
  text-transform: uppercase;
  cursor: pointer;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=submit]:hover {
  background: #666;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item label {
  float: left;
  width: 100%;
  font-family: "Nunito";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=text],
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=password], main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item textarea {
  float: left;
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  color: #a21c20;
  outline: none;
  font-size: 15px;
  resize: none;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=text]:focus,
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item input[type=password]:focus, main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item textarea:focus {
  border-left: 2px solid #a21c20;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  padding: 15px;
  padding-right: 30px;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  outline: none;
  font-size: 15px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAAE1esdbAAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tVEEKAjEMrCIIXsWbuIog+gO96Nu9+QO9KIrexLMIgs5AA9mQQ4VFV2hgyCRMmzbZbgipVqQKjW5g4oSwAc0I6ETtHf4Q+VfdKlYTXyruJkuKmgVdnGdizsSYedc4BxpnwTE+gRZwBn4yD9TNFsIcTZDZsB/kzLnWRLYNLAFygpw512Rn+32vXbVJcpFdaCQ5zB344w7IY5P3c8VdtsBL3YmaGdCLuQf8JvIkJ29wDHVfrbiB74ApoH/bF8R74COTIrJoCFJIoPwJ/KjiSihvtQD07SrZOG9Sjw68AZaRFGSTEVJQAAAAAElFTkSuQmCC") right center no-repeat;
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view .form--view .form--inset--view .form--item {
    width: 100%;
  }
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view #frm02 {
  width: 100%;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view #frm02 .form--item {
  width: 100%;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view #frm02 .form--item label {
  margin: 0.5rem 0;
}
main.contato .contato--view .contact--main--view .form--view .form--inset--view #frm02 .form--item input {
  width: 100%;
}
main.contato .contato--view .contact--main--view .location--view {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 21px 29px 0 rgba(0, 0, 0, 0.04);
  width: 555px;
  margin-left: 30px;
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view .location--view {
    width: 400px;
  }
}
@media all and (max-width: 999px) {
  main.contato .contato--view .contact--main--view .location--view {
    margin-left: 0px;
    width: 100%;
  }
}
main.contato .contato--view .contact--main--view .location--view .map-handler {
  float: left;
  width: 100%;
  padding-bottom: 90%;
  background: #f1f1f1;
  position: relative;
}
@media all and (max-width: 999px) {
  main.contato .contato--view .contact--main--view .location--view .map-handler {
    padding-bottom: 0px;
    height: 200px;
  }
}
main.contato .contato--view .contact--main--view .location--view .map-handler #map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
main.contato .contato--view .contact--main--view .location--view .map-handler #map .map-size {
  width: 100%;
  height: 100%;
}
main.contato .contato--view .contact--main--view .location--view .info-handler {
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
main.contato .contato--view .contact--main--view .location--view .info-handler:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 30px;
  width: 50%;
  background: #a21c20;
  height: 2px;
}
main.contato .contato--view .contact--main--view .location--view .info-handler address {
  font-size: 18px;
  color: #AFAFAF;
  font-style: normal;
  line-height: 1.4;
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view .location--view .info-handler address {
    font-size: 16px;
  }
}
main.contato .contato--view .contact--main--view .location--view .info-handler address:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #AFAFAF;
  margin-top: 10px;
}
main.contato .contato--view .contact--main--view .location--view .info-handler .phones {
  float: left;
  width: 100%;
}
main.contato .contato--view .contact--main--view .location--view .info-handler .phones h3 {
  float: left;
  font-size: 25px;
  margin-right: 20px;
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view .location--view .info-handler .phones h3 {
    margin: 0px;
    margin-top: 20px;
  }
}
main.contato .contato--view .contact--main--view .location--view .info-handler .email {
  font-family: "Nunito";
}
@media all and (max-width: 1100px) {
  main.contato .contato--view .contact--main--view .location--view .info-handler .email {
    margin-top: 20px;
    float: left;
  }
}

main.faq .faq--view {
  float: left;
  width: 100%;
}
main.faq .faq--view .faq--item {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
main.faq .faq--view .faq--item .number {
  width: 50px;
  margin-right: 20px;
  margin-bottom: 30px;
}
main.faq .faq--view .faq--item .number i {
  background: #717171;
  width: 40px;
  height: 40px;
  float: left;
  color: white;
  font-style: normal;
  text-align: center;
  line-height: 40px;
  position: relative;
}
main.faq .faq--view .faq--item .number i:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: -10px;
  height: 4px;
  background: #f1f1f1;
  width: 100%;
}
main.faq .faq--view .faq--item .faq--item--content {
  flex: 1;
}
main.faq .faq--view .faq--item .faq--item--content h4 {
  margin: 0px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Nunito";
  font-weight: normal;
}
main.faq .faq--view .faq--item .faq--item--content p {
  line-height: 1.6;
  font-size: 15.5px;
}

main.order .new--order--view {
  float: left;
  width: 100%;
  margin: 40px 0px;
}
main.order .new--order--view h1 {
  float: left;
  width: 100%;
  font-size: 48px;
  color: #a21c20;
}
@media all and (max-width: 999px) {
  main.order .new--order--view h1 {
    font-size: 36px;
  }
}
main.order .new--order--view .order--main--view {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 899px) {
  main.order .new--order--view .order--main--view {
    flex-direction: column;
  }
}
main.order .new--order--view .order--main--view .col {
  width: 49%;
}
@media all and (max-width: 899px) {
  main.order .new--order--view .order--main--view .col {
    width: 100%;
  }
}
main.order .new--order--view .order--main--view .col:first-child {
  order: 2;
}
main.order .new--order--view .order--main--view .col:last-child {
  order: 1;
  margin-bottom: 30px;
}
main.order .new--order--view .order--main--view .col .order--resume {
  /* Rectangle Copy 3: */
  background: #FFFFFF;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
main.order .new--order--view .order--main--view .col .order--resume .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
main.order .new--order--view .order--main--view .col .order--resume .title h4 {
  float: left;
  text-transform: uppercase;
  color: 22px;
  font-family: "Nunito";
  font-weight: normal;
  padding-left: 20px;
  border-left: 2px solid #ccc;
  font-size: 20px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list {
  float: left;
  width: 100%;
  padding: 20px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f1f1f1;
  margin-right: 20px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .image img {
  max-width: 100%;
  height: auto;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info {
  flex: 1;
  display: flex;
  align-items: center;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info h3 {
  font-weight: normal;
  float: left;
  width: 100%;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 10px;
  font-family: "Nunito";
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--info, main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--totals {
  font-size: 15px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--totals {
  float: left;
  width: 100%;
  margin-top: 5px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--totals span {
  margin-right: 10px;
  border-right: 2px solid #f1f1f1;
  padding-right: 10px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--info span.ref {
  float: left;
  background: #f1f1f1;
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
main.order .new--order--view .order--main--view .col .order--resume .resume--order--list .item--listing .info .item--info span.discount {
  background: #a21c20;
  float: left;
  color: white;
  font-family: "Nunito";
  padding: 6px;
  font-size: 13px;
}
main.order .new--order--view .order--main--view .col .total--view {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 2px solid #f1f1f1;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler {
  float: right;
  width: 100%;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler table {
  width: 100%;
  border-collapse: collapse;
  max-width: 400px;
  float: right;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler table td {
  text-align: right;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Nunito";
  text-transform: uppercase;
  color: #AFAFAF;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler table td:last-child {
  background: #f9f9f9;
  color: #666;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler table td:last-child strong {
  color: #a21c20;
  font-size: 20px;
  font-weight: normal;
}
main.order .new--order--view .order--main--view .col .total--view .table--handler table tr:last-child td {
  border-bottom: 0px;
}
main.order .new--order--view .order--main--view .col .order--boxes--grid {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 599px) {
  main.order .new--order--view .order--main--view .col .order--boxes--grid {
    flex-direction: column;
  }
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box {
  width: 48%;
  margin-bottom: 40px;
}
@media all and (max-width: 599px) {
  main.order .new--order--view .order--main--view .col .order--boxes--grid .box {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }
  main.order .new--order--view .order--main--view .col .order--boxes--grid .box:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box h4 {
  font-size: 19px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: normal;
  margin-bottom: 20px;
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box code {
  float: left;
  background: #f1f1f1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box span {
  line-height: 1.5;
  float: left;
  width: 100%;
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box span strong {
  color: #666;
  font-family: "Nunito";
  font-weight: normal;
}
main.order .new--order--view .order--main--view .col .order--boxes--grid .box span strong.name {
  color: #a21c20;
}
main.order .new--order--view .order--pre--info {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 899px) {
  main.order .new--order--view .order--pre--info {
    flex-direction: column;
  }
}
main.order .new--order--view .order--pre--info .col {
  flex: 1;
  border-right: 2px solid #f1f1f1;
  padding-right: 30px;
  line-height: 1.4;
}
@media all and (max-width: 899px) {
  main.order .new--order--view .order--pre--info .col {
    border-right: 0px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 20px;
  }
}
main.order .new--order--view .order--pre--info .col p {
  font-size: 15px;
  line-height: 1.6;
}
main.order .new--order--view .order--pre--info .col:last-child {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0px;
}
@media all and (max-width: 899px) {
  main.order .new--order--view .order--pre--info .col:last-child {
    padding-left: 0px;
    border-bottom: 0px;
  }
}
main.order .new--order--view .order--pre--info .col .boxes--view {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.order .new--order--view .order--pre--info .col .boxes--view .box {
  width: 30%;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  main.order .new--order--view .order--pre--info .col .boxes--view .box {
    width: 50%;
  }
}
main.order .new--order--view .order--pre--info .col .boxes--view .box span {
  float: left;
  width: 100%;
  font-family: "Nunito";
  text-transform: uppercase;
  color: #AFAFAF;
  margin-bottom: 10px;
}
main.order .new--order--view .order--pre--info .col .boxes--view .box strong {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
}
main.order .new--order--view .order--pre--info .col .boxes--view .box strong.order-id {
  font-size: 30px;
}
main.order .new--order--view .order--pre--info .col .boxes--view .box strong.status {
  font-size: 15px;
}
main.order .new--order--view .order--pre--info .col .boxes--view .box strong.status.processing {
  color: #a21c20;
}

section.login {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 799px) {
  section.login {
    flex-direction: column;
  }
}
section.login #forgot-pass {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
section.login #forgot-pass:target {
  display: flex;
}
section.login #forgot-pass .inset-box {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0px 10px 54px -13px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 54px -13px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 54px -13px rgba(0, 0, 0, 0.22);
  position: relative;
}
section.login #forgot-pass .inset-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
section.login #forgot-pass .inset-box .close:after {
  display: none;
}
section.login #forgot-pass .inset-box button {
  float: right;
  background: #a21c20;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  padding: 15px 25px;
  cursor: pointer;
}
section.login #forgot-pass .inset-box .form-group {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
section.login #forgot-pass .inset-box .form-group label {
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}
section.login #forgot-pass .inset-box .form-group input {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0px;
  outline: none;
}
section.login #forgot-pass .inset-box .form-group input:focus {
  border-bottom: 2px solid #a21c20;
  color: #a21c20;
}
section.login .box {
  flex: 1;
  margin-right: 40px;
}
section.login .box h4 {
  color: #666;
  font-size: 20px;
}
section.login .box:last-child {
  margin-right: 0px;
}
section.login .box button {
  float: right;
  background: #a21c20;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  padding: 15px 25px;
  cursor: pointer;
}
section.login .box .form-group {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
section.login .box .form-group label {
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}
section.login .box .form-group input {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0px;
  outline: none;
}
section.login .box .form-group input:focus {
  border-bottom: 2px solid #a21c20;
  color: #a21c20;
}

section.user-dash {
  display: flex;
  float: left;
  width: 100%;
}
section.user-dash .main-view {
  flex: 1;
}
section.user-dash .main-view .my-data {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.user-dash .main-view .my-data .actions {
  float: left;
  flex: 100%;
  text-align: right;
}
section.user-dash .main-view .my-data .actions button {
  float: right;
  background: #a21c20;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  padding: 15px 25px;
  cursor: pointer;
}
section.user-dash .main-view .my-data .box {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media all and (max-width: 799px) {
  section.user-dash .main-view .my-data .box {
    width: 100%;
  }
}
section.user-dash .main-view .my-data .box > h3 {
  font-size: 20px;
  color: #AFAFAF;
  text-transform: uppercase;
}
@media all and (max-width: 999px) {
  section.user-dash .main-view .my-data .box > h3 {
    font-size: 22px;
  }
}
section.user-dash .main-view .my-data .box .tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
section.user-dash .main-view .my-data .box .tabs a {
  color: #717171;
  text-decoration: none;
  font-family: "Nunito";
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 0px;
  float: left;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
section.user-dash .main-view .my-data .box .tabs a.active {
  border-bottom: 2px solid #a21c20;
  color: #a21c20;
}
section.user-dash .main-view .my-data .box .tab {
  display: none;
}
section.user-dash .main-view .my-data .box .tab.active {
  display: block;
}
section.user-dash .main-view .my-data .box .form--view {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
}
section.user-dash .main-view .my-data .box .form--view .form--item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 25px;
}
@media all and (max-width: 599px) {
  section.user-dash .main-view .my-data .box .form--view .form--item {
    width: 100%;
    margin-right: 0px;
  }
}
section.user-dash .main-view .my-data .box .form--view .form--item.item--full {
  flex: 100%;
}
section.user-dash .main-view .my-data .box .form--view .form--item input[type=submit] {
  float: right;
  background: #a21c20;
  padding: 15px 25px;
  font-family: "Nunito";
  color: white;
  border: 0px;
  text-transform: uppercase;
  cursor: pointer;
}
section.user-dash .main-view .my-data .box .form--view .form--item input[type=submit]:hover {
  background: #666;
}
section.user-dash .main-view .my-data .box .form--view .form--item label {
  float: left;
  width: 100%;
  font-family: "Nunito";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}
section.user-dash .main-view .my-data .box .form--view .form--item input[type=text],
section.user-dash .main-view .my-data .box .form--view .form--item input[type=password], section.user-dash .main-view .my-data .box .form--view .form--item textarea {
  float: left;
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 15px;
  color: #a21c20;
  outline: none;
  font-size: 15px;
  resize: none;
}
section.user-dash .main-view .my-data .box .form--view .form--item input[type=text]:focus,
section.user-dash .main-view .my-data .box .form--view .form--item input[type=password]:focus, section.user-dash .main-view .my-data .box .form--view .form--item textarea:focus {
  border-left: 2px solid #a21c20;
}
section.user-dash .main-view .my-data .box .form--view .form--item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e5e5e5;
  padding: 15px;
  padding-right: 30px;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  outline: none;
  font-size: 15px;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAAE1esdbAAAABGdBTUEAALGPC/xhBQAAAONJREFUSA3tVEEKAjEMrCIIXsWbuIog+gO96Nu9+QO9KIrexLMIgs5AA9mQQ4VFV2hgyCRMmzbZbgipVqQKjW5g4oSwAc0I6ETtHf4Q+VfdKlYTXyruJkuKmgVdnGdizsSYedc4BxpnwTE+gRZwBn4yD9TNFsIcTZDZsB/kzLnWRLYNLAFygpw512Rn+32vXbVJcpFdaCQ5zB344w7IY5P3c8VdtsBL3YmaGdCLuQf8JvIkJ29wDHVfrbiB74ApoH/bF8R74COTIrJoCFJIoPwJ/KjiSihvtQD07SrZOG9Sjw68AZaRFGSTEVJQAAAAAElFTkSuQmCC") right center no-repeat;
}
section.user-dash .main-view .order-list table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
section.user-dash .main-view .order-list table thead td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
}
section.user-dash .main-view .order-list table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
section.user-dash .main-view .order-list table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
}
section.user-dash .main-view .order-list table tbody tr td .id {
  border: 2px solid #e5e5e5;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}
section.user-dash .main-view .order-list table tbody tr td .status {
  background: #444;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
section.user-dash .main-view .order-list table tbody tr td .status.green {
  background: #1FD460;
}
section.user-dash .main-view .order-list table tbody tr td .status.red {
  background: #DE5347;
}
section.user-dash .main-view .order-list table tbody tr td button.status {
  background: #DE5347;
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
section.user-dash .main-view .order-list table tbody tr td button.status i {
  display: inline-flex;
  font-size: 18px;
}
section.user-dash .main-view .order-list table tbody tr td button.status:hover {
  transform: scale(1.1);
  opacity: 0.9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section.user-dash aside {
  border-right: 1px solid #e5e5e5;
  width: 250px;
  margin-right: 30px;
}
section.user-dash aside ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-left: 0px !important;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
section.user-dash aside ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.user-dash aside a {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: #a21c20;
  float: left;
  width: 100%;
  padding: 15px 0px;
  padding-left: 10px;
}
section.user-dash aside a:hover {
  background: #f9f9f9;
}
section.user-dash aside a:after {
  display: none;
}
