@media screen and (max-width: 768px) {
  .benefits-body {
    flex-wrap: wrap;
    margin: 3px;
    border: none;
    overflow: hidden;
  }

  .benefits-body li {
    width: calc(50% - 6px);
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    margin: 0px;
    min-height: 110px;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    border-color: #f5f5f5;
    padding: 10px;
  }

  .benefits-body li svg {
    margin-right: 0;
    margin-bottom: 10px;
    max-height: 20px;
  }

  .benefits-body li:last-child {
    border-right: 1px solid #f5f5f5;
  }

  .category-shortcut-body {
    padding: 0 15px;
  }

  .category-shortcut .page-width {
    padding: 0;
  }

  .category-shortcut-title {
    padding: 0 15px;
  }
}

.benefits-body {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
}

.benefits-body li:last-child {
  border: none;
}

.benefits-body li svg {
  margin-right: 30px;
  min-width: fit-content;
}

.benefits-body li {
  padding: 20px 30px;
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dddddd;
}

.category-shortcut-body li a img {
  max-width: 60px;
  height: auto;
  max-height: 60px;
  object-fit: cover;
  object-position: top;
}

.category-shortcut {
  display: block;
  padding: 50px 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.category-shortcut-title {
  display: block;
}

.category-shortcut-title h1 {
  color: #041e42;
  font-size: 24px;
  font-weight: 600;
}

.category-shortcut-title h2 {
  font-weight: normal;
  font-size: 14px;
  color: #041e42;
  text-transform: initial;
}

.category-shortcut-body {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.category-shortcut-body li:last-child a {
  background: none;
  color: #041e42;
  font-weight: bold;
  border-color: #041e42;
}

.category-shortcut-body li a {
  padding-top: 10px;
  height: 103px;
  width: 103px;
  background: #f4f4f4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid transparent;
}

.category-shortcut-body li h3 {
  color: #041e42;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
}


/* Product */
.site-header .announcement-bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .announcement-bar {
  font-size: 12px;
  color: #444;
  background-color: #f4f4f4;
}

.search_content_body_empty {
  color: #fff !important;
}

.site-header
  .announcement-bar
  .announcement-bar__message:last-child
  a
  svg
  path {
  fill: #515151;
}

.site-header .announcement-bar .announcement-bar__message a {
  padding: 5px 50px;
  display: flex;
  color: #444;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.site-header .announcement-bar .announcement-bar__message svg,
.site-header .announcement-bar .announcement-bar__message img {
  margin: 0 5px;
}

.site-header .announcement-bar .announcement-bar__message:first-child:after {
  display: none;
}

.site-header .announcement-bar .announcement-bar__message a:hover {
  text-decoration: underline;
}

.site-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-icon-2 {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .user-icon-2 {
    display: block !important;
    padding: 0 !important;
  }
}

.site-header .header-content .user {
  position: relative;
  cursor: pointer;
  /* padding: 0 15px; */
}

.user > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user > label svg {
  min-width: 24px;
}

.user > label i {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  line-height: 14px;
  display: block;
  padding-left: 10px;
}

.user > label i span {
  font-weight: normal;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}

.user-fixed input,
.site-header .header-content .user input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
}

.site-header .header-content .user:hover ul {
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}

.site-header .header-content .user ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  top: 100%;
  right: calc(50% - 80px);
  z-index: 1;
  padding: 0px;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 7px;
  overflow: hidden;
}

.site-header .header-content .user li {
  padding: 15px 20px;
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.site-header .header-content .user li:hover {
  transition: all 0.2s ease-in-out;
  background: #f4f4f4;
}

.site-header .header-content .user li:last-child {
  border: none;
}

.site-header .header-content .user a {
  display: block;
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

.site-header .header-content .user a span {
  display: block;
  font-weight: lighter;
  font-size: 12px;
  color: #9e9e9e;
}

.header-tools {
  max-width: 640px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  height: 100%;
}

.header-tools label {
  margin: 0;
  line-height: 1;
}

.site-header .header-content .minicart > label svg {
  max-height: 25px;
}

.site-header .header-content .minicart > label {
  cursor: pointer;
}

.site-header .header-content .minicart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  /* margin-left: 10px; */
}

.site-header .header-content .minicart > input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}

.site-header .header-content .minicart > input:checked + div {
  transition: all 0.2s ease-in-out;
  right: 0;
}

.site-header
  .header-content
  .minicart
  > input:checked
  + div
  + .minicart-overlay {
  transition: all 0.2s ease-in-out;
  left: 0;
}

.minicart-overlay {
  position: fixed;
  top: 0;
  opacity: 1;
  left: -100%;
  bottom: 0;
  width: calc(100% - 375px);
  background: rgba(10, 10, 10, 0.7);
  display: block;
  transition: all 0.2s ease-in-out;
  margin: 0;
  z-index: 3;
}

.minicart-content {
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 100%;
  max-width: 375px;
  background: #f4f4f4;
  transition: all 0.2s ease-in-out;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.minicart-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  flex-wrap: wrap;
}

.minicart-header span {
  font-size: 22px;
  font-weight: bold;
  color: #515151;
}

.minicart-header label {
  line-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.minicart-body {
  padding: 0 15px;
  height: 100%;
  overflow: auto;
}

.minicart-body::-webkit-scrollbar {
  width: 6px;
}

.minicart-body::-webkit-scrollbar-track {
  background: #fff;
  width: 6px;
}

.minicart-body::-webkit-scrollbar-thumb,
.minicart-body::-webkit-scrollbar-thumb:hover {
  width: 6px;
  background: #cdcdcd;
  border-radius: 2px;
}

.minicart-item {
  display: flex;
  padding: 10px 5px 5px 10px;
  background: #fff;
  justify-content: space-between;
  margin-bottom: 5px;
}

.minicart-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.minicart-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.minicart-item-img img {
  border-radius: 3px;
  height: auto;
}

.minicart-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
  width: 100%;
}

.minicart-item-content-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.minicart-item-content-header span {
  font-size: 14px;
  color: #515151;
  padding-right: 15px;
  line-height: 1;
}

.minicart-item-content-header button {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  min-height: 28px;
  border-radius: 3px;
  cursor: pointer;
}

.minicart-item-content-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3px;
}

.minicart-item-content-price .variants strong {
  color: #000;
}

.minicart-item-content-price .variants {
  font-size: 12px;
  color: #515151;
  display: flex;
  flex-direction: column;
}

.site-header .header-content .minicart > i {
  width: 1px;
  height: 22px;
  background: #dcdcdc;
  margin-right: 17px;
}

.minicart-item-content-quantity {
  width: 100px;
  height: 35px;
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}

.minicart-item-content-quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  cursor: pointer;
}

.minicart-item-content-quantity button:last-child {
  transform: rotate(180deg);
}

.minicart-item-content-quantity label {
  width: 100%;
  background: #fff;
  margin: 0;
  border: 1px solid #f4f4f4;
}

.minicart-item-content-quantity label input {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #515151;
  font-weight: bold;
  padding: 0;
  border: none;
  appearance: none;
  outline: none;
}

.minicart-footer {
  background: #fff;
  padding: 0 15px 15px;
  border-top: 1px solid #f4f4f4;
  position: relative;
}

.minicart-item-remove-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(10, 10, 10, 0.7);
}

.minicart-item-remove button,
.minicart-item-remove .minicart-item-content-quantity {
  display: none;
}

.minicart-item-remove {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  left: 0;
  right: 0;
  padding: 15px 0 0;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}

.minicart-item-remove > h2 {
  display: block;
  text-align: center;
  text-transform: initial;
  font-size: 22px;
  color: #515151;
  margin-bottom: 20px;
  margin-top: 5px;
}

.minicart-item-remove-body {
  display: flex;
  padding: 15px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.minicart-item-remove ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
}

.minicart-item-remove ul li:first-child i {
  background: #e6e6e6;
  color: #515151;
}

.minicart-item-remove ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.minicart-item-remove ul i {
  padding: 15px;
  border-radius: 25px;
  background: #515151;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 100%;
  max-width: 155px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
}

.minicart-body.loadingQtd {
  position: relative;
}

.minicart-item-remove.loadingRemove:before,
.minicart-body.loadingQtd:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAATCAYAAABmxagtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPoSURBVHgB7VlLUhsxENUMLopdfIOIE8R8FuwynAA4AeYE2CewOYHNCeKcAHMCJjuq+GQ4AcoNhh0LPnnP1oCiSLKmHCqV4Fc1NR+1ultPrV9PIjxoAbylaSr1p/Lp6UnhXgDKId/ErSkCMOtBPoPulq5D3WOPXolbVvkBuRxy+RvYp97Co3fXsE+xsagB2sJNWlwWU5eK0pRNbOOodJgkSYeOPj8/Kzx3cZV4PhGvDc4fHx8PzAZubm5mMJJB9jNeM5djKJfQkywtLX3xyIygt0sntS897YsNhbK9i4uLoo59lG0/PDyoGPt8WV9fH8Tat+HjEneJ+8CyeVRxmRoKJBz9DuG+eCX+6Orqanx5eZlD0VdDSQbZ242Njf3qA2Wur6/7kPvmcxJlq5qMY33ZaDcajR4fIDdAg+7wuOeQkyD/TEdvtH2tN2gf5Qy8qjOIbbyWHvvSZYMjgvyYXKItB+QSPg7xmls2X3SlWgE744yGTMV6WFVwRcPQ55QLsNHjyKJjllMvAKEd6NxFY36A5D5lGV0OUUZgR9QA9OyjTpc64cfQI5ahM9qw34Rchx2NbyrWPoJ0V3P5y/Sp9VR+3FjVpO6U5qRDXJ2hoaoHTlsi0ikf6Eg1NEGId7hzdGBqGRq2lUsO33dEPcjQNGPoHXAaqd4RmDcx9nVwDhyiynp3cck1pp2yR4W7M4S54MDBMsapGZhJhoayFzsPpKgBBMRp9ezaQFj2Q+VO+yDUy2UMwGXGEVI3ymxIcy4PAQ4rEYdYuSi7hv3YgIgJhgnW1tY+Vs8gdF/Mh0/skJaYE3DkQ4wcRtmt+DegRE3ooJyXS9kIKcF0dmZ9yl1ymAruxALe0Qp+mrFcNkQA2GVsiwXmBmaQIpZLTlnR8+UCb48Uw2nRIX8AM3ZlUkQiDZ1szR2ED7E7rHeCXMyJFIewka8QZatiBpiKWHTKFIHgjjoaYOE/SfWR3rk/xwk1uI3TJ9My8hD33wN8Mbvg5AI5uiCXTNfw4DpJnTDx5VKE3cFhSAlHh5lieO9gYILUrqsM33u+egxsHiqReBxNOkTndw4cSTyJnuu5FOh99XFkiuHdgKSCXFeQZh4uMx3YHBS//Q9h1pEp7B1mO40iJabTGkcRh16p/xvU+h8BvccYjWMmKlG/HRiBBdP9TFWjEX2dkpAenZPGQ28+yz4wwnXKFA7sM6PcC9g/ZTof9jvafsvXJjH94TQ0p+6KSzza6RQlNJeoS3+V+W8p8ThUESzFKxE0Vi4vL+fn5+fKlueitbKyMnPhur+/nzgdI0s7W1tbUkSAev+mfRcnBHnh+qHX48pmqTsit9ffn28zSJUb2WI4AAAAAElFTkSuQmCC");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.minicart-footer-total {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.minicart-footer-total li {
  display: flex;
  justify-content: space-between;
}

.minicart-footer-total li:first-child {
  border: none;
}

.minicart-footer-total li {
  display: flex;
  font-size: 14px;
  color: #515151;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #f4f4f4;
}

.minicart-footer-total li strong {
  color: #000;
}

.minicart-footer-actions {
  display: flex;
  justify-content: space-between;
}

.minicart-footer-actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  height: 45px;
  margin: 0;
  background: #333;
  border-radius: 0 3px 3px 0;
}

.minicart-footer-actions a:hover {
  color: #fff;
  background: #333;
}

.minicart-footer-actions label {
  background: #f4f4f4;
  color: #515151;
  border-radius: 3px 0 0 3px;
}

.site-header {
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 4;
}

.site-header:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  z-index: -1;
  transition: 0.2s linear all;
}

.site-header:hover:after {
  transition: 0.1s linear all;
  height: 100%;
  background: #fff;
}

.site-header.fixed:after {
  height: 100%;
}

.site-header.fixed {
  border-bottom: 1px solid #dddddd;
}

.site-header:hover *,
.site-header.fixed * {
  color: #333;
  fill: #333;
}

.site-header:hover .search input::placeholder,
.site-header.fixed .search input::placeholder {
  color: #333;
}

.site-header .header-content .minicart > svg {
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.site-header .header-content .minicart > a:hover svg {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}

.site-header .header-content .minicart > a {
  display: flex;
  align-items: center;
  position: relative;
}

.site-header:hover .header-content .minicart > label span,
.site-header.fixed .header-content .minicart > label span {
  color: #333;
}

.site-header .header-content .minicart > label span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo {
  /* width: 30%; */
  max-width: 300px;

  left: 35px;
  position: relative;
}

.logo svg {
  width: 100%;
  max-width: 120px;
  min-width: 100px;
  height: auto;
  max-height: 40px;
}

nav.menu {
  width: 100%;
}

.wishlist {
  padding-left: 15px;
  margin-right: 15px;
  /* display: none; */
  display: flex;
}

.wishlist svg {
  max-height: 24px;
}

nav.menu > ul > li > a svg {
  margin-left: 5px;
}

nav.menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.menu > ul > li > a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 0 5px;
}

@media screen and (max-width: 1400px) {
  nav.menu > ul > li > a {
    padding: 0;
  }

  .user > label i {
    display: none;
  }
}

nav.menu > ul > li > a svg path {
  fill: white;
}

.search > label {
  display: flex;
  align-items: center;
  height: 100%;
}

nav.menu > ul > li > a[href="/collections/calcados-tamanhos"] {
  text-transform: none;
}

nav.menu > ul > li:last-child {
  padding: 0;
}

nav.menu > ul > li {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}

nav.menu > ul > li:hover {
  background: white;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

nav.menu > ul > li:hover > a {
  color: #333;
  transition: all 0.2s ease-in-out;
}

nav.menu > ul > li:hover svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

nav.menu > ul > li:hover svg path {
  transition: all 0.2s ease-in-out;
  fill: #333;
}

nav.menu > ul > li:hover > ul {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  pointer-events: all;
}

nav.menu > ul > li > ul a {
  color: #333;
}

nav.menu > ul > li > ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
}

nav.menu .has-brand {
  flex-wrap: wrap;
  justify-content: flex-start;
}

nav.menu .has-brand li {
  width: 100%;
  max-width: calc(100% / 8);
  padding: 0 10px 20px 10px;
  display: flex;
  justify-content: center;
}

nav.menu .has-selector {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 250px;
  padding-top: 10px;
}

nav.menu .has-selector li a {
  display: flex;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #515151;
  border-radius: 7px;
  padding: 3px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 30px;
  background: #fff;
}

nav.menu .has-selector li:hover a {
  transition: all 0.2s ease-in-out;
  background: #d23f00;
  border-color: #d23f00;
  color: #fff;
}

nav.menu > ul > li > ul > li.has-dropdown > span,
nav.menu > ul > li > ul > li.has-dropdown > a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.submenu-columns li {
  display: block;
  margin-bottom: 10px;
}

.submenu-columns a {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.submenu-columns {
  display: block;
  width: 100%;
  margin: 0;
}

.slideshow-wrapper .slideshow {
  height: 565px;
}

.banner_hero {
  position: relative;
}

.banner_hero_body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  min-height: fit-content !important;
}

.banner_hero a {
  line-height: 0;
  display: block;
  position: relative;
  min-height: fit-content !important;
}

.banner_hero .nolink {
  min-height: fit-content !important;
  position: relative;
}

.banner_hero .nolink::before,
.banner_hero a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6375) 0%,
    rgba(0, 0, 0, 0.450075) 11.99%,
    rgba(0, 0, 0, 0.18855) 35.71%,
    rgba(0, 0, 0, 0) 65.07%,
    rgba(0, 0, 0, 0.181021) 90.3%,
    rgba(0, 0, 0, 0.3375) 100%
  );
}

.banner_hero_banner {
  flex: none;
  width: 100%;
}

.banner_hero_arrow .slick-dots {
  justify-content: center;
  align-items: center;
  display: flex;
  order: 2;
  margin: 0 20px;
  align-self: auto;
}

.banner_hero_arrow .slick-dots li:first-child {
  margin-left: 0;
}

.banner_hero_arrow .slick-dots .slick-active {
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.banner_hero_arrow > button,
.banner_hero_arrow .slick-dots li button {
  padding: 10px;
  height: fit-content;
  line-height: 0;
}

.banner_hero_arrow .slick-dots li button:before {
  display: none;
}

.banner_hero_arrow .slick-dots li {
  transition: all 0.2s ease-in-out;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
  list-style: none;
  display: block;
}

.banner_hero_arrow .banner_arrow svg path {
  fill: #fff;
}

.banner_hero_arrow .banner_arrow svg {
  max-height: 15px;
  height: auto;
}

.banner_hero_arrow .banner_arrow-left {
  order: 1;
}

.banner_hero_arrow .banner_arrow-right {
  order: 3;
}

.banner_hero_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.banner_hero .mobile {
  display: none;
}

.akag-fixed-bar label {
  margin-bottom: 0;
  line-height: 0;
}

.header-content .menu-fixed > label {
  margin: 0;
  line-height: 0;
}

.header-content .menu-fixed {
  width: 50px;
  height: 60px;
  display: none;
  align-items: center;
  position: absolute;
}

.akag-fixed-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: -60px;
  z-index: 2;
  height: 46px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 5%);
  transition: all 0.2s ease-in-out;
}

.akag-fixed-bar .menu-fixed > label:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 100%;
  margin-top: -15px;
  padding-top: 15px;
  box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 5%);
  line-height: 1;
  font-size: 11px;
  color: #515151;
}

.search_content_body {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 60px;
  height: calc(100vh - 116px);
  padding: 10px;
  overflow: auto;
  display: none;
}

.search_content_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search_content_item {
  max-width: 110px;
  margin-bottom: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  color: #515151;
  width: 100%;
}

.search_content_more {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: underline;
}

body .search_content_more:hover {
  color: #fff;
}

.search_content_item img {
  width: 100%;
  border-radius: 3px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 5px;
}

.search_content_body_empty {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.search_content_item span {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  background: #f4f4f4;
  font-weight: 600;
  padding: 6px 0;
  margin-top: 10px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

.search_content_item span:focus,
.search_content_item span:active,
.search_content_item span:hover {
  background: #515151;
  color: #fff;
}

.akag-collection-header-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.akag-collection-header-img {
  display: block;
  width: 100%;
}

.akag-collection-header-filter > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* flex-wrap: wrap; */
}

.akag-collection-header-filter {
  display: block;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.akag-collection-header-filter-title h1 {
  color: #515151;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
}

.akag-collection-header-filter-title span {
  display: flex;
  align-items: center;
  color: #515151;
  font-size: 12px;
  line-height: 0;
}

.akag-collection-header-filter-description {
  color: #515151;
  text-align: center;
  font-size: 14px;
  width: 70%;
}

.akag-collection-header-filter-description > div br {
  display: none;
}

.akag-collection-header-filter-description > div {
  max-height: 70px;
  overflow: hidden;
}

.akag-collection-header-filter-description.crop > small {
  display: block;
}

.akag-collection-header-filter-description > small {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.akag-collection-header-filter-title span a {
  text-decoration: underline;
  font-weight: 600;
}

.akag-collection-header-filter-title span svg {
  transform: rotate(-90deg);
  width: 8px;
  height: auto;
  margin: 0 5px;
  position: relative;
  margin-bottom: -4px;
}

.akag-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.akag-filter-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  position: relative;
}

.akag-filter-item > input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.akag-filter-item_title h2 {
  text-transform: initial;
  color: #515151;
  font-size: 14px;
  white-space: nowrap;
}

.akag-filter-item_title svg {
  margin-left: 5px;
  min-width: 5px;
  transition: all 0.2s ease-in-out;
}

.akag-filter-childrens {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 15px;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.akag-filter-item {
  transition: all 0.2s ease-in-out;
  padding: 10px;
  cursor: pointer;
  padding-bottom: 0;
}

.akag-filter-item:hover .akag-filter-childrens {
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}

.akag-filter-item:hover {
  transition: all 0.2s ease-in-out;
  background: #f4f4f4;
}

.akag-filter-item:hover svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

.akag-filter-childrens-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background: #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
}

.akag-filter-childrens-item.disable label {
  opacity: 0.5;
  pointer-events: none;
}

.akag-filter-childrens-item input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.akag-filter-childrens-item input:checked + label {
  cursor: pointer;
  color: #fff;
  background: #515151;
}

.akag-collection-header-filter-orderby select {
  padding: 0;
  border: none;
  font-size: 12px;
  appearance: none;
  background: none;
  position: absolute;
}

.akag-collection-header-filter-orderby > label,
.akag-collection-header-filter-orderby > div label,
.akag-collection-header-filter-header > span {
  color: #515151;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.akag-collection-header-filter-orderby > div label {
  padding-left: 0;
  white-space: nowrap;
}

.akag-collection-header-filter-orderby > div label > svg,
.akag-collection-header-filter-header > span > svg {
  position: relative;
  margin-left: 10px;
  margin-bottom: -3px;
}

.akag-collection-header-filter-orderby > label > svg {
  margin-left: 7px;
  position: relative;
  margin-bottom: -3px;
}

.akag-collection-header-filter-filter {
  margin-top: 50px;
  width: 100%;
  height: 50px;
}

.akag-collection-header-filter-title {
  padding-left: 10px;
}

.akag-collection-header-filter-orderby {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-row .feature-row__item.feature-row__text.feature-row__text--right {
  max-width: 30%;
}

body .feature-row .feature-row__item {
  flex: 0 1 65%;
}

.feature-row__item.feature-row__text.feature-row__text--right p {
  display: block;
  margin: 20px 0;
}

.mobile {
  display: block;
}

.desk {
  display: none;
}

.banner-akag {
  width: 100%;
  position: relative;
}

.banner-akag a {
  display: block;
}

.banner-akag img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}

.buytogether {
  padding: 50px 0;
}

.collections-suggestions .shelf-card-akag-title,
.collections-suggestions .shelf-card-akag-price {
  display: none;
}

.collections-suggestions .shelf-card-akag {
  flex: 0 0 50%;
  width: 100%;
  height: 200px;
}

.collections-suggestions {
  display: flex;
  max-width: 100%;
  margin: auto;
  justify-content: center;
}

.collections-suggestions li {
  width: calc(100% / 3);
  max-width: 500px;
  position: relative;
  padding-right: 1px;
  padding-top: 1px;
}

.collections-suggestions-title {
  text-align: center;
  padding: 0 10px;
}

.product-recommendations-header h2,
.collections-suggestions-title h2 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.collections-suggestions-title h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-bottom: 50px;
}

.buytogether li > label > input[type="checkbox"] {
  width: 0;
  height: 0;
  border: none;
  appearance: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

.buytogether li > label > i {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 3px;
  top: 15px;
  left: 15px;
  background: #fff;
  justify-content: center;
  color: #333;
  align-items: center;
  transition: 0.2s linear all;
}

.buytogether li > label > i:after {
  position: absolute;
  left: calc(100% + 10px);
  content: "Escolha uma tamanho";
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  background: inherit;
  border-radius: 60px;
  color: inherit;
}

.buytogether li > label > i svg {
  opacity: 0;
  transition: 0.2s linear all;
  width: 70%;
}

.buytogether li > label > input[type="checkbox"]:checked + i svg {
  transition: 0.2s linear all;
  opacity: 1;
}

.buytogether li > label > input[type="checkbox"]:checked + i {
  transition: 0.2s linear all;
  background: #333;
  color: #fff;
}

.buytogether li > label > input[type="checkbox"]:checked ~ ul {
  transition: 0.2s linear all;
  left: 0px;
}

.buytogether
  li
  > label
  > input[type="checkbox"]:checked
  ~ .buyTogether-addToCard {
  right: 0;
  transition: 0.2s linear all;
}

.buytogether_variations {
  transition: 0.2s linear all;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 4px 4px 0 0;
  left: 100%;
  width: 50%;
  bottom: 40px;
  padding: 10px;
}

.buyTogether-addToCard {
  height: 40px;
  transition: 0.2s linear all;
  border-radius: 4px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
}

.buyTogether-addToCard.error:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #fff;
  width: 0%;
  transition: all 0.2s ease-in-out;
  animation: loading 7s linear forwards;
}

.buyTogether-addToCard.error {
  text-indent: 0;
  font-size: 12px;
  background: #d23f00;
  pointer-events: none;
  text-transform: capitalize;
}

.buyTogether-addToCard.loading {
  font-size: 0;
}

.buyTogether-addToCard.loading:before {
  opacity: 1;
}

.buyTogether-addToCard:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  content: "";
  left: calc(50% - 12.5px);
  top: 5px;
  display: block;
  opacity: 0;
  animation: spin 1s linear infinite;
}

.buytogether img {
  transform: none !important;
}

.buytogether .buytogether_variations li:first-child {
  width: 100%;
}

.buytogether .buytogether_variations li:last-child {
  width: 100%;
  margin-top: 30px;
}

.buytogether .buytogether_variations li:last-child a {
  display: block;
  text-align: center;
  margin-top: 20px;
  pointer-events: all !important;
  text-decoration: underline;
  font-size: 13px;
}

.buytogether .buytogether_variations li:first-child span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.buytogether .buytogether_variations li:first-child span:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}

.buytogether .buytogether_variations li {
  margin: 3px 6px 0 0;
  padding: 0;
  width: fit-content;
  flex: initial;
}

.buytogether .buytogether_variations li label {
  padding: 5px;
  width: fit-content;
  font-size: 13px;
  background: #f1f1f1;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  border-radius: 4px;
}

.buytogether .buytogether_variations li input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.buytogether .buytogether_variations li input:checked + label {
  background: #333;
  color: #fff;
}

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

  .mobile {
    display: none;
  }

  .header-content .menu-fixed > label:first-child,
  .akag-fixed-bar .menu-fixed > label:first-child {
    margin-top: initial;
    margin-bottom: -15px;
    padding-top: 8px;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 5%);
  }

  .search_content_body {
    top: 80px;
  }

  .search_content_item {
    max-width: 210px;
  }

  .search_content_item p {
    font-size: 14px;
  }

  .search_content_item img {
    height: 325px;
  }

  .search_content_item span {
    padding: 15px 0;
  }

  .akag-fixed-bar.akag-fixed-bar--active {
    top: 0;
    transition: all 0.2s ease-in-out;
  }

  body .user-fixed ul {
    bottom: initial;
    top: calc(100% + 7px);
  }

  body .minicart-fixed span {
    right: -15px;
    top: 5px;
  }
}

.product-recommendations__item .product-card .product-card__image-wrapper img {
  object-fit: contain;
}

.header-content .menu-fixed > input,
.akag-fixed-bar .menu-fixed > input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}

.header-content .menu-fixed > input:checked + div,
.akag-fixed-bar .menu-fixed > input:checked + div {
  transition: all 0.2s ease-in-out;
  left: 0;
}

.header-content .menu-fixed > input:checked + div + .menu-overlay,
.akag-fixed-bar .menu-fixed > input:checked + div + .menu-overlay {
  transition: all 0.2s ease-in-out;
  right: 0;
}

.menu-fixed-container {
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  max-width: 325px;
  background: #f4f4f4;
  display: block;
  transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 15px;
  z-index: 1;
}

.menu-overlay {
  position: fixed;
  height: 100%;
  top: 0;
  opacity: 1;
  right: calc(-100% + 325px);
  bottom: 0;
  width: calc(100% - 325px);
  background: rgba(10, 10, 10, 0.7);
  display: block;
  transition: all 0.2s ease-in-out;
  margin: 0;
  z-index: 1;
}

.menu-fixed-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.menu-fixed-header .user ul {
  right: initial !important;
  left: 0;
  top: calc(100% + 10px) !important;
}

.menu-fixed-header .user svg {
  margin-right: 10px;
}

.menu-fixed-header .user svg path {
  fill: #333;
}

.menu-fixed-header .user {
  padding: 0;
  align-items: center;
  display: flex !important;
}

.menu-fixed-header span {
  color: #515151;
  font-weight: 600;
}

.menu-fixed-header label {
  cursor: pointer;
  margin: 0;
}

.akag-fixed-bar > div {
  display: flex;
  justify-content: space-between;
}

#preview-bar-iframe {
  display: none;
}

.minicart-fixed {
  position: relative;
}

.minicart-fixed span {
  display: none;
  z-index: 0;
  align-items: center;
  line-height: 1;
  justify-content: center;
  text-align: center;
  padding: 3px;
  background: #515151;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  font-size: 11px;
  position: absolute;
  right: 3px;
  top: 25px;
}

.minicart-fixed,
.search-fixed,
.user-fixed {
  display: flex;
  align-items: center;
}

.menu-fixed-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  border-radius: 7px;
  overflow: hidden;
}

.menu-fixed-body > li:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.menu-fixed-body > li:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.menu-fixed-body .goback {
  background: none;
  padding: 13px 5px;
}

.menu-fixed-body .goback label span {
  display: block;
  padding: 0 15px 0 10px;
}

.menu-fixed-body .goback label svg {
  transform: rotate(90deg);
}

.menu-fixed-body .goback label {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.menu-fixed-body li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1px;
}

.menu-fixed-body .has-dropdown > label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  transform: rotate(-90deg);
}

.menu-fixed-body .has-dropdown > label,
.menu-fixed-body a {
  padding: 15px;
  padding-left: 40px;
  color: #515151;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}

.menu-fixed-body .has-dropdown > ul {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #f4f4f4;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  overflow: auto;
}

.menu-fixed-body .has-dropdown > ul::-webkit-scrollbar {
  height: 3px;
}

.menu-fixed-body .has-dropdown > ul::-webkit-scrollbar-track {
  background: #f5f5f5;
  width: 3px;
}

.menu-fixed-body .has-dropdown > ul::-webkit-scrollbar-thumb,
.menu-fixed-body .has-dropdown > ul::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
  border-radius: 2px;
  width: 3px;
}

.menu-fixed-body .has-dropdown > input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}

.menu-fixed-body .has-dropdown > input:checked + ul {
  transition: all 0.2s ease-in-out;
  left: 0;
}

.menu-fixed-body .has-dropdown .has-selector li {
  width: calc(100% / 5);
  float: left;
  padding: 15px;
}

.menu-fixed-body .has-dropdown .has-selector li:first-child {
  width: 100%;
  margin: 0;
  padding: 13px 5px;
}

.menu-fixed-body .has-dropdown .has-selector li a {
  display: flex;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #515151;
  border-radius: 7px;
  padding: 3px 5px;
  background: #fff;
  width: 100%;
}

.menu-fixed-footer > a svg {
  margin-right: 5px;
}

.menu-fixed-footer > a svg path {
  fill: #000000;
}

.menu-fixed-footer > a {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  justify-content: center;
  padding-top: 15px;
}

.menu-fixed-footer-social svg path {
  fill: #515151;
}

.menu-fixed-footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin: 20px auto 0;
}

.user-fixed {
  position: relative;
}

.user-fixed > input:checked + ul {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  pointer-events: all;
}

.user-fixed ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  bottom: calc(100% + 4px);
  right: calc(50% - 70px);
  z-index: 1;
  padding: 0px;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 7px;
  overflow: hidden;
}

.user-fixed ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.user-fixed ul li a {
  display: block;
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

.user-fixed ul li a span {
  display: block;
  font-weight: lighter;
  font-size: 12px;
  color: #9e9e9e;
}

.search {
  /* padding: 0 15px; */
}

.wishlist a {
  line-height: 0;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  padding: 70px 0;
}

.pagination .pagination__text {
  padding: 5px 15px;
}

.pagination li:hover a svg path {
  fill: #fff;
}

.pagination li:hover a,
.pagination li a.current {
  background: #333;
  color: #fff;
  border-radius: 4px;
}

.pagination li a {
  padding: 5px 15px;
  height: 34px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li a.prev {
  transform: rotate(180deg);
}

.pagination li svg {
  width: 10px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #FacetFiltersForm.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.2s linear all;
  }

  #FacetFiltersForm.fixed.minimal {
    transition: 0.2s linear all;
    overflow: hidden;
    height: 0;
    opacity: 0;
  }

  .minimal-filter.fixed.minimal {
    top: 80px;
    transition-delay: 0s;
  }

  #FacetFiltersForm {
    opacity: 1;
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #dddddd;
    border-right: none;
    padding: 0 40px;
    top: 80px;
    transition: 0.2s linear all;
  }

  #FacetsWrapperDesktop {
    display: flex;
    justify-content: space-between;
    height: 48px;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }
}

facet-filters-form.facets {
  display: block;
  position: relative;
}

.selected-items {
  position: relative;
}

.selected-items .active-facets {
  bottom: 100%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.selected-items .active-facets facet-remove a {
  border: 1px solid #333;
  border-radius: 33px;
  padding: 5px 15px;
  color: #fff;
  display: block;
  background: #333;
}

.selected-items .active-facets facet-remove:hover a {
  background: #c60000;
  border-color: #c60000;
}

.selected-items .active-facets facet-remove {
  position: relative;
  margin-right: 10px;
}

#FacetsWrapperDesktop > details:first-child {
  border-left: 1px solid #dddddd;
}

.products_count {
  text-align: center;
  white-space: nowrap;
  padding-left: 30px;
}

@media screen and (max-width: 1400px) {
  body .products_count {
    display: none;
  }

  body .facets-sortby {
    padding-right: 0;
  }

  body #FacetsWrapperDesktop {
    width: fit-content;
  }
}

#FacetsWrapperDesktop > details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-right: 1px solid #dddddd;
  height: 100%;
  max-height: 73px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.facets-sortby {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #dddddd;
  margin: 0;
}

#FacetsWrapperDesktop > details > summary:after {
  content: url(//cdn.shopify.com/s/files/1/0247/2034/3120/t/28/assets/ico-select.svg?v=2900367…);
  margin-left: 20px;
}

.facets-sortby svg {
  max-width: 25px;
  margin-right: 30px;
}

.facets-sortby select {
  border: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

#FacetsWrapperDesktop > details:hover {
  transition: 0.2s ease-in-out all;
  background: #333;
}

#FacetsWrapperDesktop > details:hover > summary {
  color: #fff;
  list-style: none;
}

#FacetsWrapperDesktop > details:hover svg path {
  fill: #fff;
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
}

#FacetsWrapperDesktop > details > summary {
  color: #333;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
}

#FacetsWrapperDesktop > details > summary svg {
  margin-right: 30px;
  max-width: 25px;
}

#FacetFiltersForm > h1 {
  color: #333333;
  font-size: 18px;
  padding-right: 15px;
  white-space: nowrap;
  font-weight: 600;
  margin: 0;
}

#FacetsWrapperDesktop fieldset ul li input {
  width: 0;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

#FacetsWrapperDesktop fieldset ul li label.facet-checkbox--disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.selected-items .active-facets:empty {
  display: none;
}

.filter-header-results {
  display: none;
}

#FacetsWrapperDesktop fieldset ul li input:checked + span,
#FacetsWrapperDesktop fieldset ul li span:hover {
  background: #333;
  color: #fff;
}

#FacetsWrapperDesktop fieldset ul li span {
  font-size: 14px;
  display: flex;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #333;
  align-items: center;
  font-weight: 600;
  color: #333;
  min-width: 33px;
  justify-content: center;
  background: transparent;
}

#FacetsWrapperDesktop fieldset ul li span > i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 5px;
  border: 1px solid #dddddd;
  background-size: contain !important;
}

.template-collection .shelf-card-akag:hover img {
  transform: initial;
}

#FacetsWrapperDesktop fieldset ul li {
  margin: 5px;
  margin-right: 15px;
}

#FacetsWrapperDesktop fieldset ul li label {
  margin: 0;
}

#FacetsWrapperDesktop fieldset ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#FacetsWrapperDesktop > details[open] summary {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #333;
}

#FacetsWrapperDesktop > details[open] summary svg path {
  fill: #333;
}

#FacetsWrapperDesktop fieldset {
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: none;
  list-style: none;
  border-radius: 0 0 4px 4px;
  overflow: auto;
  position: absolute;
  left: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: -1px;
  right: 0;
}

.collections-suggestions::empty,
.collection-description::empty {
  display: none !important;
}

.collection-description {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 80px 40px;
  line-height: 21px;
}

.shippingEstimate {
  position: relative;
  width: fit-content;
  margin: 0;
}

.shippingEstimate.loading input {
  opacity: 0.5;
  pointer-events: none;
}

.shippingEstimateBody li span {
  text-transform: uppercase;
}

.shippingEstimateBody li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  max-width: 230px;
  font-size: 14px;
  color: #333;
}

.shippingEstimateBody {
  display: block;
  margin: 0;
}

.shippingEstimate.loading::after {
  opacity: 1;
}

.shippingEstimate::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #333;
  border-top-color: transparent;
  content: "";
  left: 85%;
  top: calc(50% - 12.5px);
  display: block;
  opacity: 0;
  animation: spin 1s linear infinite;
}

.banner_hero_arrow.qtd_1,
.banner_hero_arrow.qtd_2 {
  display: none !important;
}

.banner_hero_arrow {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  left: 0;
  right: 0;
  padding: 0px;
}

.submenu-columns-wrapper > li {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  body .banner_hero_arrow.qtd_2 {
    display: block !important;
  }

  body .submenu-columns-wrapper .submenu-columns {
    position: static;
  }

  body .submenu-columns-wrapper > li > span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
  }

  body .submenu-columns-wrapper > li ul a {
    font-size: 14px;
    padding: 10px 0;
  }

  body .submenu-columns-wrapper > li {
    flex-direction: column;
    padding: 15px;
  }

  body .buyTogether-addToCard {
    width: 100%;
  }

  body .facets-wrapper {
    margin-top: 10px;
    display: block;
  }

  body .buytogether_variations {
    position: absolute;
    bottom: 0;
    width: 100.2%;
    background: rgba(255, 255, 255, 0.93);
    border-bottom: 1px solid #dddddd;
  }

  body .buytogether li > label > i {
    display: flex;
  }

  body .buytogether .buytogether_variations li:last-child {
    margin: 20px 0 0;
  }

  body .collections-suggestions .shelf-card-akag-price {
    text-align: center;
    padding: 0;
  }

  body .collections-suggestions .shelf-card-akag-title,
  body .collections-suggestions .shelf-card-akag-price,
  body .buytogether .buytogether_variations li:first-child span:last-child {
    display: block;
    font-size: 14px;
  }

  body .collections-suggestions {
    justify-content: flex-start;
  }

  body .collections-suggestions-title h3 {
    margin-bottom: 20px;
  }

  body .buytogether > ul > li > label {
    background: none;
    display: block;
  }

  body .collections-suggestions .shelf-card-akag-title {
    text-align: center;
  }

  body .collections-suggestions .shelf-card-akag-price {
    justify-content: center;
  }

  html .template-collection .cartela-shortcut li.active {
    box-shadow: 0px 0px 0px 3px #000;
    border: 1px solid #fff;
  }

  html .template-collection .cartela-shortcut-1 li.active {
    box-shadow: 0px 0px 0px 3px #000;
    border: 1px solid #fff;
  }

  body .product-grid-container .shelf-card-akag-price {
    justify-content: space-around;
    padding: 0;
  }

  html .template-product .banner_arrow-left {
    left: 10px;
  }

  html .template-product .banner_arrow-right {
    right: 10px;
  }

  html .template-product .banner_hero_arrow button svg path {
    fill: #333;
  }

  html .template-product .banner_hero_arrow button svg {
    max-height: 30px;
  }

  html .template-product .banner_hero_arrow button {
    position: absolute;
    top: 45%;
  }

  html .template-product .banner_hero_arrow {
    display: block;
    position: static;
    padding: 0;
  }

  body .grid__item.product-single__media-group.fixed {
    position: fixed;
    top: 60px;
  }

  .template-product div#shopify-section-product-recommendations {
    position: relative;
    background: #f5f5f5;
  }

  body .logo svg {
    max-height: 35px;
  }

  body
    .product-recommendations__items
    .product-recommendations__item
    .shelf-card-akag-title,
  body .product-grid-container .shelf-card-akag-title {
    text-align: center;
    font-size: 14px;
  }

  body .product-info {
    padding: 0;
  }

  body .akag-search-page {
    padding: 0 10px;
  }

  body .akag-search-page-body .collection-products-item {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }

  body .product-recommendations__items {
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .template-product #shopify-section-akag-footer {
    position: relative;
  }

  body .product-recommendations__items .product-recommendations__item {
    flex: 1 0 50%;
    max-width: calc(100% / 2);
    margin-bottom: 0px;
    padding: 10px 5px;
  }

  body
    .product-recommendations__items
    .product-recommendations__item
    .shelf-card-akag-price {
    justify-content: space-around;
  }

  html .template-collection .cartela-shortcut li {
    min-width: 75px;
    padding: 0 !important;
    width: 75px;
    height: 75px;
    margin-right: 0;
  }

  html .template-collection .cartela-shortcut-1 li {
    min-width: 75px;
    padding: 0 !important;
    width: 75px;
    height: 75px;
    margin-right: 0;
  }

  html .template-collection .cartela-shortcut {
    width: 100%;
    padding: 25px 10px;
    max-width: 100%;
    justify-content: space-between;
  }

  html .template-collection .cartela-shortcut-1 {
    width: 100%;
    padding: 25px 10px;
    max-width: 100%;
    justify-content: space-between;
  }

  html .template-collection .cartela-shortcut li a i {
    top: 45%;
    font-weight: normal;
    font-size: 14px;
  }

  body #FacetFiltersForm > h1 {
    padding: 0 10px;
    font-size: 16px;
    width: fit-content;
  }

  body .minimal-filter {
    top: 170px;
  }

  body #FacetFiltersForm.fixed.minimal #FacetsWrapperDesktop {
    overflow: hidden;
    height: 0;
    transition: 0.2s linear all;
    border: none;
  }

  body #FacetFiltersForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  body .filter-header-results {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
  }

  body .filter-header-results span {
    display: flex;
    align-items: center;
  }

  .filter-header-results span svg {
    max-width: 30px;
    margin-right: 10px;
  }

  body .filter-header-results span svg path {
    fill: #333 !important;
  }

  .filter-header-results button {
    cursor: pointer;
    display: block;
    padding: 4px 10px;
  }

  body #FacetFiltersForm.fixed #FacetsWrapperDesktop {
    border-top-color: transparent;
  }

  body #FacetsWrapperDesktop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 1;
    height: 110px;
    transition: 0.2s linear all;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }

  body .minimal-filter.fixed.minimal {
    top: 60px;
    transition-delay: 0s;
  }

  body #FacetsWrapperDesktop > .facets-sortby {
    padding: 0 10px;
  }

  body #FacetsWrapperDesktop > .facets-sortby select {
    font-size: 12px;
  }

  body #FacetsWrapperDesktop > .facets-sortby,
  body #FacetsWrapperDesktop > details {
    margin: 0;
    width: calc(100% / 2);
    overflow: hidden;
    padding: 15px 10px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    height: 55px;
    font-size: 12px;
  }

  body #FacetFiltersForm.fixed {
    position: fixed;
    top: 38px;
    z-index: 2;
  }

  body #FacetFiltersForm.fixed > h1,
  body #FacetFiltersForm.fixed > .products_count {
    opacity: 0;
  }

  body #FacetsWrapperDesktop fieldset {
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 3;
    padding: 0px;
    overflow: hidden;
    background: #fff;
  }

  body #FacetsWrapperDesktop fieldset ul {
    justify-content: flex-start;
    padding: 10px;
    max-height: calc(100% - 53px);
    overflow: auto;
  }

  body #FacetsWrapperDesktop fieldset ul li {
    margin: 5px;
  }

  body #FacetsWrapperDesktop fieldset ul li span {
    padding: 3px 10px 3px 5px;
  }

  body .selected-items .active-facets {
    padding: 10px;
  }

  body .products_count {
    display: block;
    padding: 0 10px;
  }

  body .selected-items .active-facets facet-remove a {
    padding: 5px 10px;
    font-size: 12px;
  }

  body #FacetsWrapperDesktop > .facets-sortby svg,
  body #FacetsWrapperDesktop > details > summary svg {
    margin-right: 5px;
    min-width: 23px;
    height: auto;
    width: 23px;
  }

  body #FacetsWrapperDesktop > details > summary::marker {
    display: none;
  }

  body #FacetsWrapperDesktop > details > summary {
    padding: 0px 10px;
    list-style: none;
  }

  body .collections-suggestions {
    overflow: auto;
    max-width: 100%;
    padding-bottom: 15px;
  }

  body .collection-description {
    text-align: left;
    font-size: 14px;
    margin: 30px 10px;
  }

  body .collections-suggestions li {
    width: 85%;
    flex: 1 0 auto;
  }

  body .shelf-akag-items {
    justify-content: flex-start;
    overflow: auto;
    max-width: 100%;
    padding-bottom: 15px;
  }

  body .main-content {
    margin: 60px auto 0;
    padding: 0 !important;
  }

  html .template-page main .page-width,
  html .template-page main {
    padding: 10px;
  }

  body #product-grid > li {
    width: calc(100% / 2);
    padding: 10px 5px;
  }

  body .cartela-shortcut {
    padding-bottom: 0;
  }

  body .shelf-akag-items li {
    margin-top: 15px;
    margin-right: 15px;
    padding: 0;
    /* width: 85%; */
    flex: 1 0 auto;
    padding-left: 0;
  }

  body .shelf-akag-items li:last-child {
    margin-right: 0;
  }

  body .cartela-shortcut li a i {
    font-size: 22px;
  }

  body .cartela-shortcut li {
    width: calc(100% / 2);
    padding: 0;
    padding-bottom: 1px !important;
  }

  body .shelf-akag-link {
    justify-content: center;
  }

  body .shelf-akag-link h1 {
    text-align: center;
  }

  body .cartela-shortcut li:nth-child(2n + 1) {
    padding-right: 1px;
  }

  body .search_content_items {
    padding: 0;
  }

  body .benefits-body {
    flex-wrap: wrap;
    margin: 3px;
    border: none;
    overflow: hidden;
  }

  body .banner-mosaico {
    overflow: auto;
    padding: 0;
    margin-top: 10px;
  }

  body .banner-mosaico li {
    width: 90%;
    flex: 1 0 auto;
  }

  /* body .benefits-body li:last-child {
    border: 1px solid #dddddd;
  } */

  body .shopify-section.benefits {
    padding: 15px 0;
  }

  body .footer_middle > .page-width {
    padding: 0 10px;
  }

  body .footer_info-header li {
    padding: 0 10px;
  }

  body .footer_info-header li:last-child {
    padding-right: 0;
  }

  body .footer_info-header a {
    font-size: 13px;
  }

  body .benefits-body li {
    width: calc(50% - 6px);
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    margin: 0px;
    min-height: 110px;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    border-color: #f5f5f5;
    padding: 10px;
  }

  body .benefits-body li svg {
    margin-right: 0;
    margin-bottom: 10px;
    max-height: 20px;
  }

  body .benefits-body li:last-child {
    border-right: 1px solid #f5f5f5;
  }

  body .footer_info-header {
    justify-content: space-between;
  }

  form#formSearch {
    width: 100%;
    height: 100%;
  }

  body .newsletter-form__field-wrapper {
    width: 100%;
    align-items: flex-end;
  }

  body .newsletter-form__button {
    position: relative;
  }

  body .newsletter-form__field-wrapper > label > input {
    border-radius: 4px 0 0 4px;
    border-right: none;
  }

  body .footer_middle > div > .footer_middle_item:first-child {
    max-width: 100%;
  }

  body .footer_middle > div > .footer_middle_item:nth-child(4) {
    max-width: 50%;
  }

  body .footer_middle > div > .footer_middle_item {
    max-width: fit-content;
  }

  .template-product .footer {
    padding-bottom: 80px;
  }

  .banner_hero:not(.notSlick) .banner_hero_body .slick-dots {
    display: flex !important;
  }

  .site-header .header-content .user,
  .banner_hero .desk {
    display: none;
  }

  body nav.menu {
    display: none;
  }

  .site-header .header-content {
    flex-wrap: wrap;
    position: relative;
    padding: 0 15px;
    height: 75px;
  }

  .banner_hero .mobile {
    display: block;
  }

  .header-tools {
    /* max-width: calc(100% - 50px); */
    /* margin-left: auto;
    padding: 0;
    height: 0px;
    margin-top: -65px; */
  }

  .site-header .logo {
    /* min-width: 100%; */
    display: flex;
    /* justify-content: center; */
    /* height: 60px; */
    align-items: center;
  }

  .header-content .menu-fixed {
    display: flex;
  }

  .wishlist {
    margin-left: auto;
    margin-right: initial;
  }

  .wishlist a {
    line-height: 0;
  }

  .site-header .logo a {
    position: relative;
    display: block;
    line-height: 0;
  }

  .site-header .search {
    /* height: 50px;
    width: 50px; */
    align-items: center;
    display: flex;
    padding: 0;
    border: none;
    margin: 0;
  }

  .custom-collection .custom-collection__content-product {
    max-width: 100% !important;
    padding-left: 0 !important;
  }

  .category-shortcut-body li {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  body .category-shortcut-body {
    justify-content: center;
  }

  .custom-collection__content {
    flex-wrap: wrap;
  }

  .custom-collection__content .custom-collection__item {
    min-width: 265px;
  }

  body .custom-collection__content .custom-collection__image {
    max-height: initial;
    border-radius: 0;
  }

  .custom-collection__content .custom-collection__items {
    overflow: auto;
    padding: 10px 0 15px;
  }

  .site-header .announcement-bar .announcement-bar__message a {
    padding: 5px;
  }

  body .brands-shortcut-body {
    justify-content: center;
  }

  body .brands-shortcut-body li a {
    margin: 0 10px 10px 0;
  }

  body .custom-collectio-wrapper .section-header img {
    margin-top: -15px;
  }

  body .custom-collectio-wrapper .section-header {
    padding: 0 15px;
  }

  body .custom-collection__content-product > a {
    right: initial;
    top: calc(100% + 15px);
    left: 10px;
  }

  body .category-shortcut {
    margin-top: 30px;
  }

  body .search_content {
    height: 60px;
    top: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    background: #fff;
    transition: 0.2s linear all;
  }

  body .site-header .search > label > input:checked + .search_content {
    top: 0;
    transition: 0.2s linear all;
  }

  body
    .site-header
    .search
    > label
    > input:checked
    + .search_content
    form
    input::placeholder {
    color: #333;
  }

  body .search-overlay {
    height: calc(100% - 60px);
  }

  body
    .feature-row
    .feature-row__item.feature-row__text.feature-row__text--right {
    order: initial;
    width: 100%;
    max-width: 100%;
    flex: 0 1 100%;
    padding: 0 10px;
  }

  body .section-kings {
    padding: 0;
  }

  body .akag-collection-header-filter {
    position: initial;
    z-index: initial;
    min-height: 222px;
  }

  body .akag-collection-header-filter-title {
    padding: 0;
  }

  body .akag-filter {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 15px;
    height: 100%;
    overflow: auto;
    padding-bottom: 55px;
  }

  body .akag-filter li {
    width: 100%;
    padding: 0;
  }

  body .akag-filter li > label {
    background: #fff;
    padding: 15px;
    padding-left: 40px;
    color: #515151;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1px;
  }

  body .akag-filter-item_title {
    width: 100%;
  }

  body .akag-collection-header-filter-filter {
    position: fixed;
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background: #f4f4f4;
    margin: 0;
    transition: all 0.2s ease-in-out;
    z-index: 3;
  }

  body .akag-collection-header-filter-header label {
    display: flex;
    align-items: center;
    margin: 0;
  }

  body .akag-collection-header-filter-header {
    padding: 15px;
  }

  body .akag-filter-childrens-item label {
    padding: 5px;
    margin: 0;
  }

  body .akag-filter-childrens {
    padding: 0;
    top: 0;
    opacity: 1;
    left: -100%;
    max-width: 100%;
    flex-direction: column;
    padding-bottom: 55px;
    height: 100%;
    overflow: auto;
  }

  body .akag-filter-item > input:checked ~ .akag-filter-childrens {
    left: 0;
    height: 100%;
    z-index: 1;
  }

  body .collection-products .product-card .product-card__title {
    height: 65px;
  }

  body .product-card .info-container {
    height: initial;
  }

  body .collection-template-content .installments .price__vendor {
    font-size: 11px;
    white-space: nowrap;
  }

  body .product-card .info-container .sold_out {
    font-size: 14px;
  }

  body .collection-template-content .price-content .price-item {
    font-size: 14px;
    white-space: nowrap;
    flex-wrap: wrap;
  }

  body .collection-template-content .price-content .price-item .akag-flagOff {
    order: -1;
    padding-bottom: 3px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
  }

  body .collection-template-content .price__vendor strong {
    font-size: 12px;
  }

  body
    .collection-template-content
    .product-card
    .product-card__image-wrapper
    img {
    object-fit: contain;
  }

  body .akag-collection-header-filter-orderby > label {
    display: block;
    margin: 0;
  }

  body
    .akag-collection-header-filter
    #filterAction:checked
    ~ .akag-collection-header-filter-filter {
    left: 0;
  }

  body .akag-collection-header-filter-orderby {
    width: 100%;
    height: initial;
    margin-top: 60px;
    transition: all 0.2s ease-in-out;
    background: #fff;
  }

  body .akag-collection-header-filter-orderby select {
    right: 0;
    width: 100%;
  }

  body .akag-collection-header-filter-orderby > div {
    position: relative;
    height: 40px;
  }

  body .akag-filter-item:hover .akag-filter-childrens {
    display: block;
  }

  .akag-collection-header-filter-orderby.js-fixed {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 7px 15px;
    background: #f4f4f4;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    transition: all 0.2s ease-in-out;
  }

  body .akag-filter-item_title > span > svg {
    margin: 0;
  }

  body .akag-filter-item_title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #f4f4f4;
    border-radius: 3px;
    transform: rotate(-90deg);
    line-height: 1;
  }

  body .akag-filter-childrens .goback {
    display: block;
  }

  body .akag-filter-childrens .goback span > svg {
    margin: 0;
  }

  body .akag-filter-childrens .goback span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #f4f4f4;
    border-radius: 3px;
    transform: rotate(-90deg);
    line-height: 1;
  }

  body .akag-filter-item_title h2 {
    font-size: 16px;
  }

  body .akag-search-page .product-card__image-wrapper {
    max-height: 200px;
  }

  .product-single__variant-item input:checked ~ img + span {
    opacity: 1;
    bottom: -35px;
    transition: all 0.2s ease-in-out;
    pointer-events: all;
  }

  body .grid.product-single > div:first-child {
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    flex-direction: column;
  }

  .template-product nav.menu {
    display: none;
  }

  body .product-template__container .product-single {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .grid.product-single > div:last-child {
    max-width: 100%;
    padding: 0;
  }

  body .grid.product-single > div:last-child {
    padding: 0;
    max-width: 100%;
  }

  body .product-single__title {
    padding: 15px 0 0;
    line-height: 1;
  }

  body .product-single__vendor {
    margin: 15px 0;
    width: calc(100% - 30px);
    flex-wrap: wrap;
  }

  body .product-single__media-wrapper {
    width: 100%;
    flex: 1 0 auto;
  }

  body .product-single__media-wrapper {
    padding: 0;
    max-width: 100%;
  }

  .template-product .site-header .header-content {
    padding-bottom: 0;
  }

  .template-product .minicart-fixed,
  .template-product .search-fixed,
  .template-product .user-fixed {
    display: none;
  }

  body.template-product .akag-fixed-bar {
    position: absolute;
    width: 90px;
    box-shadow: none;
    height: calc(100% - 31px);
    display: flex;
    align-items: center;
  }

  body.template-product .akag-fixed-bar .menu-fixed > label:first-child {
    box-shadow: none;
    margin: 0;
    max-width: 30px;
  }

  body .product-single__variant-item.Cor span:after {
    left: 15px;
  }

  body .product-buy-button-box.fixed {
    bottom: 0;
    transition: 0.2s ease-in-out all;
  }

  body .product-buy-button-box {
    margin-bottom: 30px;
  }

  body .grid__item .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 50px);
  }

  body .product-recommendations-header h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  body .product_wishi {
    padding-left: 0;
  }

  body .site-header .header-content .minicart > label svg {
    max-height: 30px;
  }

  body .site-header .search svg {
    min-height: 25px;
    width: auto;
  }

  .product-buy-button-box .product_buy-buttom {
    margin: 0;
    max-width: 100%;
    width: 100%;
    /* margin-right: 30px; */
    border-radius: 4px;
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  }

  body .product-buy-button-box .product__price {
    white-space: nowrap;
    padding: 10px;
  }

  body
    .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price-item--regular {
    font-size: 16px;
  }

  body .product-buy-button-box .compare_at_price,
  body
    .product-template__container
    .product-single
    .product-single__meta
    .installment {
    font-size: 13px;
  }

  .product-buy-button-box .product_buy-buttom__quantity input {
    height: 70px;
  }

  .product-buy-button-box .product_buy-buttom > button {
    border-radius: 4px;
    height: 60px;
  }

  body
    .product-template__container
    .product-single
    .product-single__meta
    .product-buy-button-box
    .product__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-buy-button-box .product_buy-buttom__quantity {
    bottom: initial;
    top: 4px;
    left: 5px;
  }

  body .akag-filter-item_title > svg {
    top: 18px;
    left: 6px;
  }

  body.template-page
    .feature-row
    .feature-row__item.feature-row__text.feature-row__text--right {
    max-width: 100%;
  }

  body.template-page div#FeatureRowImageWrapper-feature-row > div iframe,
  body.template-page div#FeatureRowImageWrapper-feature-row > div {
    width: 100%;
  }

  body .akag-valores-franquias {
    flex-wrap: wrap;
    justify-content: center;
  }

  body .akag-valores-franquias li {
    width: 80%;
    margin-bottom: 20px;
  }

  .page-seja-franqueado .akag-collection-header-filter-title.breadcrumbs span,
  .page-seja-franqueado .akag-collection-header-filter-title.breadcrumbs {
    text-align: left;
    justify-content: flex-start;
  }

  .page-seja-franqueado .akag-collection-header-filter-title span,
  .page-seja-franqueado .akag-collection-header-filter-title {
    text-align: center;
    justify-content: center;
  }

  .banner_hero_banner img {
    max-height: initial;
  }

  .notSlick.banner_hero .banner_hero_banner,
  .notSlick.banner_hero .slick-track,
  .notSlick.banner_hero .slick-list.draggable {
    width: 100% !important;
  }

  body .register form > div {
    width: calc(100% / 2);
  }

  body .site-header .header-content .minicart > label span {
    right: 0;
    top: 8px;
  }

  body .site-header .header-content .minicart {
    /* margin-left: 20px; */
  }

  body .site-header.fixed .header-content .minicart > label span {
    color: #333;
  }

  body .cc-message {
    font-size: 14px !important;
    line-height: 1 !important;
    color: #515151 !important;
    margin-bottom: 10px !important;
  }

  .cc-message a {
    text-decoration: underline !important;
  }

  a.cc-btn.cc-btn-decision.cc-dismiss {
    background: #515151 !important;
    font-weight: 600 !important;
    width: 100%;
  }

  .pd-cookie-banner-window.cc-window.cc-banner {
    position: relative;
  }

  .pd-cookie-banner-window.cc-window.cc-banner .cc-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .akag-collection-header-filter > div {
    flex-wrap: wrap;
  }

  .akag-collection-header-filter-description {
    padding: 30px 0 0 0;
    order: 5;
    width: 100%;
  }

  .akag-collection-header-filter-description > div {
    max-height: initial;
  }

  .akag-collection-header-filter-description.crop > div {
    max-height: 80px;
  }

  .akag-collection-header-filter-description > small {
    margin-top: 15px;
  }
}

.register form > div:nth-child(3),
.register form > div:nth-child(4) {
  width: 50%;
}

.register form > div > select,
.register form > div > input {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
}

.register {
  margin: 30px 0;
}

.addi-banner-wrapper-br .addi-banner-br-bagde__icon--filled::after {
  content: url("//cdn.shopify.com/s/files/1/0088/1587/0029/t/65/assets/pix-icon.png?v=86409458482856269451668448253");
}

.addi-banner-wrapper-br .addi-banner-br-bagde__icon--filled {
  background: none;
}

.addi-banner-wrapper-br .addi-banner-custom-br {
  max-width: 347px;
  border-radius: 7px;
}

.addi-banner-wrapper-br .addi-banner-br-info__logo {
  display: none;
}

.addi-banner-wrapper-br .addi-banner-br-info__message {
  /* font-size: 14px; */
}

.akag-progress-bar {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
  padding-top: 20px;
}

.akag-progress-bar.not .akag-progress-bar-body i::before {
  left: 0 !important;
}

.akag-progress-bar.success .akag-progress-bar-body .brasil:before {
  color: #11ab6b;
}

.akag-progress-bar.success .akag-progress-bar-body .brasil:after {
  background: #11ab6b;
  color: #fff;
  content: attr(data-value);
}

.akag-progress-bar.success .akag-progress-bar-body i::after {
  background: #11ab6b;
  border-color: #11ab6b;
}

.akag-progress-bar.success .akag-progress-bar-header-text:after {
  content: "Você ganhou fréte grátis 🎉";
}

.akag-progress-bar-header-text:after {
  content: attr(data-text);
  font-weight: 500;
}

.akag-progress-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.akag-progress-bar-header li svg {
  margin-right: 10px;
  fill: #515151;
}

.akag-progress-bar-header li {
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.akag-progress-bar-header li:first-child strong {
  margin-left: 5px;
}

.akag-progress-bar-header li:first-child {
  font-size: 13px;
  color: #515151;
}

.akag-progress-bar-body span:before {
  position: absolute;
  bottom: 15px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #777474;
}

.akag-progress-bar-body span:after {
  position: absolute;
  top: 17px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 11px;
  color: #333;
  padding: 2px 5px;
  display: block;
  content: attr(data-value);
  background: #d9d9d9;
  border-radius: 3px;
}

.akag-progress-bar-body span {
  display: flex;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -4px;
  border: 2px solid #d9d9d9;
}

.akag-progress-bar-body .brasil:after,
.akag-progress-bar-body .brasil {
  right: 0;
}

.akag-progress-bar-body {
  margin-top: 5px;
  display: block;
  position: relative;
  height: 5px;
  width: 100%;
  border-radius: 3px;
  background: #d9d9d9;
}

.akag-progress-bar-body i {
  display: block;
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #368966 20.37%, #11ab6b 74.05%);
  border-radius: 3px;
  font-style: normal;
  transition: 0.3s ease-in-out all;
}

.akag-progress-bar-body i::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -4px;
  right: -12px;
  border: 2px solid #d9d9d9;
}

.akag-progress-bar:not(.success) .akag-progress-bar-body i::before {
  content: attr(data-value);
  display: block;
  border-radius: 3px;
  background: #11ab6b;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(100% - 20px);
  padding: 2px 5px;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
}

.akag-progress-bar-body.not i::before {
  right: initial !important;
  left: 0 !important;
}

.akag-progress-bar-body.limited i::before {
  left: initial !important;
  right: 0;
}

.register form > div {
  display: flex;
  width: calc(100% / 3);
  padding: 5px;
  flex-direction: column;
  justify-content: flex-end;
}

.akag-valores-franquias {
  display: flex;
  justify-content: space-around;
}

.investimento h1 {
  text-align: center;
}

.investimento {
  margin: 40px 0;
}

.page-seja-franqueado
  .feature-row__item.feature-row__text.feature-row__text--right
  h2 {
  color: #515151;
  font-size: 22px;
  font-weight: 600;
}

.register {
}

.register form {
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
}

.akag-valores-franquias li {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  padding: 15px;
  font-weight: 600;
  color: #515151;
}

.akag-valores-franquias li img {
  display: block;
  margin: 0 auto 10px;
}

.page-seja-franqueado .akag-collection-header-filter-title {
  margin-bottom: 30px;
  padding-left: 0;
  padding-top: 15px;
}

.template-page
  .feature-row
  .feature-row__item.feature-row__text.feature-row__text--right {
  max-width: 50%;
}

.template-page div#FeatureRowImageWrapper-feature-row {
  margin: 0;
  padding: 0;
  max-width: initial;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.template-page .brands-shortcut > div {
  padding: 0;
}

.template-page .brands-shortcut {
  padding: 0;
}

.akag-filter-item_title > svg {
  width: 20px;
  height: auto;
  position: absolute;
  left: -30px;
  top: -2px;
}

.akag-filter-item_title > svg path {
  fill: #d23f00;
}

.akag-filter-item_title > svg + h2 {
  color: #d23f00;
}

.akag-filter-item_title > svg + h2 + span svg path {
  fill: #d23f00;
}

.minicart-footer-total li i {
  font-style: normal;
}

.collection-products-items .product-card .product-card__image-wrapper img {
  object-fit: contain;
}

.product_buy-buttom {
  position: relative;
  width: 100%;
  max-width: 265px;
  background: #333;
  border-radius: 7px;
  display: flex;
  justify-content: space-around;
}

.product-buy-button-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.product_buy-buttom.disabled .product_buy-buttom__quantity {
  display: none;
}

.product_buy-buttom__quantity {
  overflow: hidden;
  border-radius: 7px;
  width: 100%;
  max-width: 112px;
  margin: 5px;
  margin-right: 0;
}

.product_buy-buttom > button svg {
  margin-right: 10px;
}

.product_buy-buttom > button {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.product-info {
  padding-top: 30px;
  max-height: 400px;
  overflow: auto;
}

.product-info details {
  position: relative;
}

.product-info summary::marke {
  display: none !important;
  content: none;
  opacity: 0;
}

.product-info summary > * {
  display: inline;
}

.product-info summary {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  list-style: none;
  appearance: none;
  cursor: pointer;
  margin: 10px 0;
}

.product-info fieldset {
  color: #333;
  border: none;
  font-size: 14px;
}

.product-info summary span {
  display: flex;
  align-items: center;
  order: -1;
}

.product-info summary span svg {
  margin-right: 15px;
}

.product_buy-buttom:active,
.product_buy-buttom:hover {
  background: #515151;
  transition: all 0.2s ease-in-out;
}

i.js-up {
  transform: rotate(180deg);
}

.product_buy-buttom__quantity > label {
  display: flex;
  flex-direction: row;
  margin: 0;
  height: 100%;
}

.quantity-controls i {
  padding: 4px 15px;
  background: #f4f4f4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.quantity-controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_buy-buttom__quantity input {
  appearance: none;
  border: none;
  background: #fff;
  height: 100%;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.product-single__variant {
  margin-bottom: 35px;
}

.product-single__variant.Tamanho {
  margin-bottom: 20px;
}

.product-single__variant > h2 {
  color: #333333;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
  margin-bottom: 10px;
}

.compare_at_price {
  font-size: 12px;
  color: #888e9a;
  text-decoration: line-through;
  width: 100%;
}

.product-single__variant-list > ul {
  display: none;
  width: 100%;
}

.product-single__variant-list > ul.active {
  display: flex;
  flex-wrap: wrap;
}

.product-single__variant-item img {
  border-radius: 4px;
  box-shadow: 0px 0px 1px 2px transparent;
  transition: all 0.2s ease-in-out;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.template-product .grid__item .slick-disabled {
  display: none !important;
}

.product-single__variant.hidden {
  display: none;
}

.grid__item .slick-next {
  right: 15px;
}

.grid__item .slick-arrow {
  position: absolute;
  z-index: 0;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-single__variant-item.Cor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
  background-size: cover !important;
  background: #f5f5f5;
  padding: 8px 10px;
  height: 50px;
  text-align: center;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  border-radius: 4px;
}

.product-single__variant-list.Cor {
  margin-bottom: 30px;
}

.product-single__variant-item.Tamanho input:checked + span + .notify {
  display: flex;
}

.product-single__description * {
  white-space: normal;
}

.product-single__variant-item.Cor input:checked + span {
  background: #515151;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.product-single__variant-item.Tamanho input:checked + span {
  background: #515151;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.product-info fieldset img {
  max-width: 100%;
}

.product-info summary span img {
  margin-right: 15px;
}

.product-single__variant-item.disabled.Tamanho > label > span {
  opacity: 0.5;
}

.product-single__variant-item.disabled.Tamanho {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.product-single__variant-list.Tamanho {
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}

.notify form.akag-notifyme {
  padding: 10px;
  width: 100%;
  max-width: 295px;
  background: #fff;
  opacity: 1;
  border-radius: 6px;
  position: relative;
}

.akag-notifyme__success {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  font-size: 14px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.notify form.akag-notifyme h2 {
  text-transform: initial;
  color: #000;
  font-size: 16px;
}

.notify form.akag-notifyme button.loading svg {
  display: none;
}

.notify form.akag-notifyme button.loading {
  font-size: 0;
}

.notify form.akag-notifyme button.loading:before {
  opacity: 1;
}

.notify form.akag-notifyme button:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  content: "";
  left: calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  display: block;
  opacity: 0;
  animation: spin 1s linear infinite;
}

.notify form.akag-notifyme button svg {
  margin-right: 10px;
}

.product-single__variant-item.disabled.Tamanho > label > small {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 1;
}

.product-single__variant-item.disabled.Tamanho > label > small svg {
  max-width: 15px;
  height: auto;
}

.product-single__variant-item.disabled.Tamanho > label > small svg path {
  fill: #333;
}

.notify form.akag-notifyme a,
.notify form.akag-notifyme button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  height: 54px;
  font-size: 14px;
  position: relative;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px;
  cursor: pointer;
}

.notify {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.product_buy-buttom.disabled > button {
  background: #ccc;
  text-indent: 0;
  pointer-events: none;
}

.product_buy-buttom.error > div,
.product_buy-buttom.loadingBuy > div {
  display: none;
}

.product_buy-buttom.loadingBuy > button {
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.product-single .product_wishi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  cursor: pointer;
}

.product-single .product_wishi svg {
  width: 32px;
  height: auto;
}

.shelf-card-akag .product_wishi {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.shelf-card-akag .product_wishi svg {
  max-width: 20px;
  height: auto;
}

.wishilist-js li,
.wishilist-js {
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.product_buy-buttom.loadingBuy > button svg {
  display: none;
}

.product_buy-buttom.error > button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #fff;
  width: 0%;
  transition: all 0.2s ease-in-out;
  animation: loading 7s linear forwards;
}

@keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.product_buy-buttom.error > button {
  text-indent: 0;
  font-size: 12px;
  background: #d23f00;
  position: relative;
  pointer-events: none;
  text-transform: capitalize;
}

.product_buy-buttom.loadingBuy > button:before {
  opacity: 1;
}

.product_buy-buttom > button:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  content: "";
  left: calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  display: block;
  opacity: 0;
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.product-single__variant-item.Tamanho label span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  min-width: 65px;
  font-size: 14px;
  background: #f1f1f1;
  height: 50px;
  padding: 2px;
  text-align: center;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  border-radius: 4px;
}

.product-single__variant-item.disabled.Tamanho label span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 55px;
  background: #ccc;
  transform: rotate(45deg);
  top: 0;
  left: 17px;
  z-index: 1;
}

.product-single__variant-item.disabled img {
  box-shadow: 0px 0px 1px 1px #e5b5a0 !important;
  opacity: 0.5;
}

.product-single__variant-item > label:not(.notify) {
  margin: 0;
  line-height: 10px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-single__variant-item label > i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 10px;
  background-size: contain !important;
}

.product-single__variant-list {
  display: flex;
  flex-wrap: wrap;
}

.product-single__variant-item input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  appearance: none;
}

.product-single__variant-item.Cor input:checked + span,
.product-single__variant-item.Cor span {
  opacity: 1;
  /* bottom: calc(100% + 10px); */
  transition: all 0.2s ease-in-out;
}

.product-single__variant-item.Cor span {
  position: absolute;
  /* bottom: calc(100%); */
  opacity: 0;
  font-size: 12px;
  left: 0;
  background: #333;
  white-space: nowrap;
  padding: 17px 13px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.product-single__variant-item.disabled.Cor span:after {
  background: red;
  width: 5px;
  height: 5px;
  top: 95%;
}

.product-single__variant-item.disabled.Cor span {
  white-space: inherit;
  background: red;
  padding: 5px 10px;
}

/* .product-single__variant-item.Cor span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  top: 80%;
  transform: rotate(45deg);
  left: 15px;
} */

.akag-search-page-header {
  padding: 30px 0 0;
}

.akag-search-page-header h1 {
  color: #515151;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
}

.akag-search-page-breadcrumbs {
  display: flex;
  align-items: center;
  color: #515151;
  font-size: 12px;
}

.akag-search-page-breadcrumbs a {
  text-decoration: underline;
  font-weight: 600;
}

.akag-search-page-breadcrumbs svg {
  transform: rotate(-90deg);
  width: 8px;
  height: auto;
  margin: 0 5px;
  position: relative;
  margin-bottom: -4px;
}

.akag-search-page-body .collection-products-item {
  width: calc(100% / 5);
  padding-right: 1px;
  margin-bottom: 40px;
}

.akag-search-page-body {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.akag-search-page {
  padding-bottom: 50px;
}

.akag-filter-childrens .goback {
  display: none;
}

.akag-filter-item_title > span {
  display: block;
  line-height: 0;
}

.akag-collection-header-filter-orderby > label {
  display: none;
}

input#filterAction {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.akag-collection-header-filter-header label {
  display: none;
}

.akag-collection-header-filter-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.page-width.feature-row.section-kings {
  padding: 80px 0;
}

.site-header .header-content .socialmedia ul {
  height: 33px;
  display: flex;
  justify-content: space-between;
}

.site-header .header-content .socialmedia ul a {
  margin: 0 5px;
  padding: 5px;
  width: 33px;
  height: 33px;
  border: 1px solid #60605f;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #444;
}

.site-header .header-content .socialmedia ul a:hover {
  border-color: #d23f00;
  color: #d23f00;
}

@media only screen and (max-width: 749px) {
  .site-header .header-content .socialmedia ul {
    display: none;
  }
}

.site-header .mobile.customer-links {
  display: none;
}

@media only screen and (max-width: 749px) {
  .site-header .mobile.customer-links {
    display: flex;
    height: 30px;
    background: #f9f8f8;
    border-bottom: 1px solid #dcdcdc;
    justify-content: space-between;
  }

  .site-header .mobile.customer-links a:first-child {
    border-right: 1px solid #dcdcdc;
  }

  .site-header .mobile.customer-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    color: #515151;
    font-weight: 600;
    font-size: 14px;
  }
}

.site-header .header-nav-bar {
  background: #f9f8f8;
  position: relative;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .site-header .header-nav-bar {
    display: none;
  }
}

.site-header .header-nav-bar .header-nav {
  display: flex;
  justify-content: space-between;
}

.site-header .header-nav-bar .navigation {
  margin: 0 auto;
}

.site-header .customer-links .account {
  background-color: #444;
}

.site-header .customer-links .mycart {
  background-color: #d23f00;
}

.site-header .customer-links .mycart a:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  line-height: 1;
}

.site-header .customer-links a {
  color: #fff;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-header .customer-links ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style-type: none;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.site-header .customer-links li {
  height: 100%;
}

.site-header .header-nav-mobile,
.site-header .logo-sticky,
.site-header .navigation-sticky,
.site-header .minicart-sticky,
.site-header .search-sticky {
  display: none;
}

@media only screen and (max-width: 749px) {
  .site-header .header-content .user {
    display: none;
  }

  .site-header .header-nav-mobile {
    padding: 10px;
    display: flex;
    order: 0;
  }
}

.site-header .search > label > input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}

.search_content * {
  width: 100%;
  height: 100%;
  text-align: center;
}

.search_content {
  position: fixed;
  top: -81px;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.site-header .search > label > input:checked + div {
  transition: all 0.2s ease-in-out;
  top: 0;
}

.site-header .search > label > input:checked + div + .search-overlay {
  transition: all 0.2s ease-in-out;
  bottom: 0;
}

.site-header .search > label > input:checked + div + .search-overlay + div {
  display: block;
}

.search-overlay {
  position: fixed;
  height: calc(100% - 81px);
  opacity: 1;
  right: 0;
  bottom: -100%;
  width: 100%;
  background: rgba(10, 10, 10, 0.7);
  display: block;
  transition: all 0.2s ease-in-out;
  margin: 0;
  z-index: 1;
}

.site-header .search form > label {
  width: 100%;
  height: 100%;
}

.site-header .search input::placeholder {
  color: #333;
  opacity: 1;
  font-size: 14px;
}

.site-header .search input {
  outline: none;
  height: 100%;
  color: #333;
  font-size: 14px;
  border: none;
  padding-left: 0;
  background: none;
}

@media only screen and (max-width: 749px) {
  .site-header .search input {
    border: none;
    text-align: center;
    color: #333;
    width: 100%;
  }
}

.site-header .search button {
  width: 80px;
  height: 43px;
  cursor: pointer;
  font-size: 0;
  border: 0;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.site-header .search button span {
  width: 1px;
  height: 22px;
  background: #dcdcdc;
}

.site-header .search button:focus {
  outline: none;
}

@media only screen and (max-width: 749px) {
  .site-header .search button {
    height: 39px;
    width: 60px;
  }
}

.site-header .search.fixed {
  display: flex;
  margin: 0 10px;
}

.site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 75px;
}

.site-header.sticky .header-nav {
  align-items: center;
}

.site-header.sticky .account,
.site-header.sticky .announcement-bar,
.site-header.sticky .divider,
.site-header.sticky .header-content,
.site-header.sticky .mobile.customer-links,
.site-header.sticky .navigation {
  display: none;
}

.site-header.sticky .header-nav {
  height: 100%;
  width: 100%;
  padding: 5px 5px 5px 20px;
  display: flex;
  justify-content: space-between;
}

.site-header.sticky .mycart {
  width: 230px;
  height: 75px;
  justify-content: center;
}

.site-header.sticky .logo-sticky {
  display: block;
  width: 215px;
  margin-left: 40px;
}

@media only screen and (max-width: 749px) {
  .site-header.sticky .logo-sticky {
    width: 165px;
    margin: 0 auto;
  }
}

.site-header.sticky .logo-sticky img {
  filter: brightness(0) invert(1);
  display: block;
}

.site-header.sticky .navigation-sticky,
.site-header.sticky .search-sticky {
  display: block;
}

@media only screen and (max-width: 749px) {
  .site-header.sticky .header-nav-bar {
    display: flex;
  }

  .site-header.sticky .header-nav-bar .search-sticky {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .site-header.sticky .header-nav-bar .search-sticky button {
    height: 37px;
    width: 50px;
    min-width: 50px;
    margin: 5px 4px;
  }

  .site-header.sticky .header-nav-bar .mycart {
    width: 50px;
    height: 44px;
    padding: 0;
  }

  .site-header.sticky .header-nav-bar .mycart i {
    margin: 0;
    font-size: 20px;
  }

  .site-header.sticky .header-nav-bar .mycart a {
    padding: 0 15px;
  }

  .site-header.sticky .header-nav-bar .mycart span {
    display: none;
  }
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  margin: 0;
  z-index: 7;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 0 30px;
  text-align: center;
}

.site-nav__dropdown .site-nav__link {
  padding: 10px;
}

.site-nav__childlist {
  background: #fff;
  width: 100%;
  max-height: 500px;
  text-align: start;
  text-transform: capitalize;
  overflow: auto;
}

.site-nav__childlist::-webkit-scrollbar {
  width: 4px;
}

.site-nav__childlist::-webkit-scrollbar-thumb {
  background-color: #d23f00;
}

.site-nav__childlist-grid {
  float: left;
  position: relative;
  min-width: 215px;
}

.site-nav__childlist-item {
  border-bottom: 1px solid #dcdcdc;
}

.site-nav__childlist-item:hover > .site-nav__link {
  color: #d23f00;
}

.site-nav__childlist-item:hover > .site-nav__link svg {
  fill: #d23f00;
}

.site-nav__childlist-item:hover > ul {
  display: flex;
}

.site-nav__link svg {
  fill: #60605f;
  width: 12px;
  height: 12px;
}

.site-nav__grandchildlist-grid {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 40px;
  width: 350px;
  height: 100%;
  overflow: auto;
}

.site-nav__grandchildlist-grid::-webkit-scrollbar {
  width: 4px;
}

.site-nav__grandchildlist-grid::-webkit-scrollbar-thumb {
  background-color: #d23f00;
}

.site-nav__grandchildlist-item {
  border-bottom: 1px solid #dcdcdc;
  font-weight: 400;
}

.site-nav__grandchildlist-item:hover > .site-nav__link {
  color: #d23f00;
  font-weight: 700;
}

.site-nav-custom {
  display: flex;
}

.site-nav-custom .site-nav__dropdown {
  background: #f9f8f8;
  border-top: 1px solid #dcdcdc;
}

.site-nav__childlist {
  background: #f9f8f8;
}

@media only screen and (max-width: 749px) {
  .site-nav-custom .site-nav__dropdown,
  .site-nav__childlist {
    background: #fff;
    border: none;
  }
}

.site-nav-custom > li.has-dropdown:hover .site-nav__dropdown {
  display: flex;
}

.site-nav-custom > li > a {
  font-weight: 600;
  font-size: 14px;
  color: #515151;
  padding: 11px 75px;
  position: relative;
  text-align: center;
}

.site-nav-custom > li:last-child > a:after {
  display: none;
}

.site-nav-custom > li > a:after {
  position: absolute;
  right: 0;
  height: 22px;
  width: 1px;
  content: "";
  background-color: #dcdcdc;
}

.site-nav-custom > li:hover > a {
  transition: all 0.3s ease-in-out;
  color: #d23f00;
}

.site-nav-custom > li:hover > a .icon-arrow svg path {
  transition: all 0.3s ease-in-out;
  fill: #d23f00;
}

.site-nav-custom > li > a .icon-arrow {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  bottom: -4px;
  background: #f9f8f8;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-radius: 0 0 2px 2px;
  line-height: 1;
  text-align: center;
  width: 25px;
  height: 4px;
  z-index: 1;
  left: calc(50% - 12.5px);
}

.site-nav-custom > li > a .icon-arrow svg {
  position: relative;
  margin: -10px auto 0;
  max-width: 8px;
  display: block;
}

.site-nav-custom span.icon-arrow-sub svg {
  max-width: 8px;
}

.site-nav-custom span.icon-arrow-sub {
  transform: rotate(-90deg);
}

.menu-desktop--open {
  display: flex !important;
  position: absolute;
  top: 85px;
  background: #000;
  width: 100%;
  left: 0;
  margin: 0 auto;
}

.menu-desktop--open .site-nav-custom {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.site-nav__childlist-item > ul {
  display: none;
}

.header-nav .site-nav__childlist-grid li:last-child,
.header-nav .site-nav__grandchildlist-grid li:last-child {
  display: none;
}

.navigation-sticky {
  cursor: pointer;
}

.menu-mobile {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform-origin: 0 0;
  transform: translate(-100%);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 100vw;
  z-index: 1000;
}

.menu-mobile--open {
  transform: translate(0);
}

.menu-mobile .site-nav__childlist {
  padding: 0;
}

.menu-mobile .site-nav__childlist-grid {
  width: 100%;
}

.menu-mobile .site-nav-custom {
  flex-direction: column;
}

.menu-mobile .site-nav-custom li {
  border-bottom: 1px solid #dcdcdc;
}

.menu-mobile .site-nav-custom li a {
  color: #000;
}

.menu-mobile .site-nav__dropdown {
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 50px;
  transform-origin: 0 0;
  transform: translate(-100%);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 100vw;
  z-index: 1001;
}

.menu-mobile .site-nav__dropdown.open {
  transform: translate(0);
}

.menu-mobile .site-nav__grandchildlist-grid {
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transform: translate(-100%);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 100vw;
  z-index: 1002;
  background-color: #fff;
  padding: 0;
}

.menu-mobile .site-nav__grandchildlist-grid.open {
  transform: translate(0);
}

.menu-mobile .menu-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background: #f9f8f8;
  border-bottom: 1px solid #dcdcdc;
}

.menu-mobile .logo-menu {
  width: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 334px;
}

.menu-mobile .logo-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile .logo-menu img {
  max-height: 20px;
}

.menu-mobile .menu-mobile-header .menu-mobile-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  background-color: #dcdcdc;
}

.menu-mobile .menu-mobile-header .menu-mobile-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.menu-mobile .menu-mobile-header .menu-mobile-links ul {
  display: none;
}

.menu-mobile .menu-mobile-header .menu-mobile-links ul.active {
  display: flex;
}

.menu-mobile .menu-mobile-header .menu-mobile-links ul li {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-mobile .menu-mobile-header .menu-mobile-links ul li:first-child {
  border-right: 2px solid #fff;
}

.menu-mobile .menu-mobile-header .menu-mobile-links ul a {
  color: #fff;
  font-size: 12px;
  padding: 0;
}

.menu-mobile .site-nav__label {
  font-weight: 700;
}

.menu-mobile .close {
  text-align: center;
  height: 100%;
  min-width: 40px;
  background: #f3656544;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile .close svg path {
  fill: red;
}

.menu-mobile .menu-mobile-back,
.menu-mobile .menu-mobile-back-button,
.menu-mobile .menu-mobile-hamburger {
  display: none;
}

.menu-mobile .menu-mobile-back-button.active,
.menu-mobile .menu-mobile-back.active,
.menu-mobile .menu-mobile-hamburger.active {
  display: flex;
}

.menu-mobile .menu-mobile-back.active {
  min-width: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #e7e7e7;
}

.menu-mobile .menu-mobile-back.active svg {
  min-width: 15px;
  height: auto;
  transform: rotate(90deg);
}

.footer_top {
  padding: 0;
  background: #f9f8f8;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 220px;
}

.footer_logo::after {
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  max-height: 40px;
  height: 100%;
  background: #dcdcdc;
}

.footer_logo img {
  max-height: 32px;
  width: auto;
  display: flex;
  align-items: center;
}

.footer_newsletter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.footer_newsletter_title {
  padding-right: 50px;
}

.footer_newsletter_title h3 {
  font-size: 16px;
  color: #515151;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 1;
}

.footer_newsletter_title span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #515151;
  line-height: 1;
}

.footer_newsletter_title span svg {
  margin: 0 5px;
}

.footer_newsletter_form {
  background: #fff;
  padding: 1px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  width: 100%;
  max-width: 450px;
}

.footer_newsletter_form form {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer_newsletter_form input:active,
.footer_newsletter_form input:focus {
  outline: none;
  border: none;
}

.footer_newsletter_form input {
  border: none;
  height: 100%;
  width: 100%;
  appearance: none;
  color: #515151;
  font-size: 16px;
  padding: 20px;
  outline: none;
}

.footer_newsletter_form input::placeholder {
  font-size: 16px;
  color: #dcdcdc;
}

.footer_newsletter_form button {
  background: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.form-message--success,
.input-error-message {
  position: absolute;
  bottom: calc(100% + 5px);
  border-radius: 4px;
}

.footer_middle {
  padding: 30px 0;
  background: #fff;
  display: grid;
  gap: 50px;
}

.footer_middle > div {
  display: flex;
  justify-content: space-between;
}

.footer_middle_item:last-child {
  flex: initial;
}

.footer_middle_title {
  font-weight: 600;
  color: #515151;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer_middle_item li {
  display: block;
  padding: 3px 0;
}

.footer_small {
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 13px;
  background-color: #f4f4f4;
  text-align: center;
}

.shelf-card-akag-price .akag-flagOff {
  margin-left: 10px;
}

.footer_middle_social svg path {
  fill: #515151;
}

.footer_middle_social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 250px;
}

.footer_middle_social li:first-child {
  padding-left: 0;
}

.footer_middle_social li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.footer_copyright h3 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

.footer_payments ul li {
  margin-right: 10px;
  line-height: 0;
}

.footer_payments ul li svg {
  width: 35px;
}

.footer_payments ul li:last-child {
  margin-right: 0;
}

.footer_payments ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.footer_copyright h4 {
  font-size: 12px;
}

.footer_copyright li:last-child {
  margin: 0;
}

.footer_copyright li {
  margin-right: 15px;
}

.footer_copyright ul {
  display: flex;
  align-items: center;
}

.footer_bottom {
  padding-bottom: 30px;
}

.newsletter {
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.newsletter__text {
  font-family: var(--font-family-primary);
  -webkit-flex: 0 1 368px;
  -ms-flex: 0 1 368px;
  flex: 0 1 368px;
  padding-right: 36px;
  border-right: 1px solid #000;
  margin-right: 36px;
}

.newsletter__title {
  font-weight: 600;
  color: #515151;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.newsletter__subtitle {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.newsletter__form {
  width: 100%;
  -webkit-flex: 0 1 337px;
  -ms-flex: 0 1 337px;
  flex: 0 1 337px;
}

.newsletter__field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 5px;
}

.newsletter__field:first-child {
  margin-top: 0;
}

.newsletter__input {
  display: block;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #000;
  font-size: 11px;
  height: 28px;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 10px;
}

.newsletter__input::-webkit-input-placeholder {
  color: #bbbcbf;
  text-transform: uppercase;
}

.newsletter__input:-moz-placeholder {
  color: #bbbcbf;
  text-transform: uppercase;
}

.newsletter__input::-moz-placeholder {
  color: #bbbcbf;
  text-transform: uppercase;
}

.newsletter__input:-ms-input-placeholder {
  color: #bbbcbf;
  text-transform: uppercase;
}

.newsletter__submit {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.newsletter--black {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  min-width: 100px;
  max-width: 470px;
}

.newsletter--black .newsletter__text {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  border: none;
  margin: 0 0 20px;
}

.newsletter--black .newsletter__subtitle {
  color: #000;
  font-size: 11px;
  font-family: var(--font-family-primary);
  font-weight: 300;
}

.newsletter--black .newsletter__form {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.newsletter--black .newsletter__field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 8px;
}

.newsletter--black .newsletter__input {
  display: block;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  background-color: transparent;
  color: #707070;
  font-weight: 300;
  font-size: 11px;
  font-family: var(--font-family-primary);
  height: auto;
  padding: 10px;
}

.newsletter--black .newsletter__input::-webkit-input-placeholder {
  color: #c2c2c2;
  text-transform: none;
}

.newsletter--black .newsletter__input::-moz-placeholder {
  color: #c2c2c2;
  text-transform: none;
}

.newsletter--black .newsletter__input:-ms-input-placeholder {
  color: #c2c2c2;
  text-transform: none;
}

.newsletter--black .newsletter__input:-moz-placeholder {
  color: #c2c2c2;
  text-transform: none;
}

.newsletter--black .newsletter__submit {
  background-color: transparent;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  color: #000;
  font-size: 12px;
  font-family: var(--font-family-primary);
  font-weight: 600;
  padding: 8px;
}

.newsletter p.lgpd-message {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-top: 16px;
}

.newsletter p.lgpd-message a {
  color: #444444;
  text-decoration: underline;
  display: inline;
}

@media only screen and (max-width: 749px) {
  .newsletter--black {
    max-width: 350px;
  }

  .footer_middle {
    padding: 40px 0;
  }

  .footer_middle > div {
    flex-wrap: wrap;
  }

  .footer_middle_social {
    max-width: 200px;
  }

  .footer_middle_item:last-child {
    margin-bottom: 0;
  }

  .footer_middle_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer_container {
    padding: 15px;
  }

  .footer_newsletter_form {
    border: 1px solid #dcdcdc;
    max-width: 100%;
  }

  .footer_logo {
    display: none;
  }

  .footer_newsletter {
    flex-wrap: wrap;
  }

  .footer_newsletter_title span {
    width: 100%;
    justify-content: center;
  }

  .footer_newsletter_title {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .form-message--success,
  .input-error-message {
    position: absolute;
    bottom: initial;
    top: calc(100% + 5px);
    border-radius: 4px;
  }

  .footer_bottom > div {
    flex-wrap: wrap;
  }

  .footer_payments {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer-custom {
  margin: 120px auto 30px;
  color: #444;
}

.footer-custom .footer-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .site-nav-custom > li > a .icon-arrow {
    background: #fff;
  }

  .footer-custom .footer-container {
    flex-direction: column;
  }

  .site-nav-custom > li > a {
    padding: 11px;
  }
}

.footer-custom .footer-left {
  height: 100%;
}

.footer-custom .footer-left .footer-left__logo {
  width: 260px;
  margin-top: 15px;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-left .footer-left__logo {
    width: 100%;
  }
}

.footer-custom .footer-left .footer-left__text {
  margin-top: 30px;
}

.footer-custom .footer-right {
  width: 100%;
  margin-left: 10%;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-right {
    margin: 50px 0 0;
  }
}

.footer-custom .footer-right .footer-right__newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-right .footer-right__newsletter {
    flex-direction: column;
  }
}

.footer-custom .footer-right .footer-right__newsletter form {
  width: 100%;
  margin-left: 5%;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-right .footer-right__newsletter form {
    margin: 15px 0 0;
  }
}

.footer-custom .footer-right .footer-right__newsletter span {
  min-width: 345px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.footer-custom .footer-right .footer-right__newsletter button {
  min-width: 100px;
  height: 59px;
  background-color: #d23f00;
  cursor: pointer;
  font-size: 20px;
  border: 0;
  color: #fff;
}

.footer-custom .footer-right .footer-right__newsletter--form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-custom .footer-right .footer-right__newsletter--input {
  width: 100%;
  height: 59px;
  background-color: #dcdcdc;
  outline: none;
  border: none;
}

.footer-custom .footer-right .footer-right__links {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-right .footer-right__links {
    flex-direction: column;
    padding: 40px 0 0;
  }
}

.footer-custom .footer-right .footer-right__links p {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-custom .footer-right .footer-right__links div {
  margin: 0 15px;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-right .footer-right__links div {
    margin: 0 15px 40px;
  }
}

.footer-custom .footer-right .footer-right__links ul {
  list-style-type: none;
  margin-top: 30px;
}

.footer-custom .footer-right .footer-right__links ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-custom .footer-right .footer-right__links ul li a {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.footer-custom .footer-bottom {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 15px 0 0;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-bottom {
    flex-direction: column;
    margin: 35px 0;
    height: 100%;
  }
}

.footer-custom .footer-bottom span {
  font-size: 10px;
  color: #60605f;
  display: block;
  text-align: center;
}

.footer-custom .footer-bottom .footer-bottom__info {
  text-transform: uppercase;
  font-size: 15px;
  color: #444;
  font-weight: 700;
}

.footer-custom .footer-bottom .footer-bottom__info p {
  margin: 0;
}

.footer-custom .footer-bottom .footer-bottom__container {
  display: flex;
  justify-content: space-between;
  width: 25%;
  height: 100%;
}

@media only screen and (max-width: 749px) {
  .footer-custom .footer-bottom .footer-bottom__container {
    width: 100%;
    justify-content: space-around;
    margin-top: 15px;
  }
}

.footer-custom
  .footer-bottom
  .footer-bottom__container
  .footer-bottom__developed
  a,
.footer-custom
  .footer-bottom
  .footer-bottom__container
  .footer-bottom__powered
  a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 749px) {
  .product-template__container {
    padding: 0;
  }
}

.product-template__container .product-single {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}

.grid.product-single > div:last-child {
  width: 1000px;
  position: relative;
  padding: 0;
  padding-right: 5px;

  @media screen and (max-width: 1440px) {
    width: 800px;
  }

  @media screen and (max-width: 1024px) {
    width: 600px;
  }

  @media screen and (max-width: 749px) {
    width: 100%;
  }
}

.grid.product-single > div:first-child {
  padding-right: 5px;
  padding-left: 0;
  flex-direction: column;
}

.template-product .banner_hero_arrow {
  display: block;
  position: static;
  padding: 0;
}

.template-product .banner_hero_arrow .banner_arrow-right {
  right: 10px;
}

.template-product .banner_hero_arrow button {
  position: absolute;
  top: 45%;
}

.template-product .banner_hero_arrow button svg {
  max-height: 30px;
}

.template-product .banner_hero_arrow button svg path {
  fill: #333;
}

.product-template__container .product-single .product-single__media-group {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.product-single__media-wrapper {
  max-width: 52%;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  padding-left: 5px;
}

body .product-single__media-wrapper .feature-row__image {
  height: auto;
  max-height: initial !important;
  max-width: 100%;
  min-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media only screen and (max-width: 749px) {
  .product-single__media {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .product-single__thumbnails {
    flex-wrap: nowrap;
  }

  .product-single__thumbnails-item {
    width: 100%;
    max-width: calc(100% / 6);
    margin: 5px;
  }

  .thumbnails-wrapper {
    position: absolute !important;
    bottom: 70px !important;
    left: 20px !important;
    right: 20px !important;
    top: initial !important;
    width: initial !important;
  }
}

.thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

.product-template__container
  .product-single
  .product-single__media-group
  .fa-expand {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 16px;
}

.product-single__media-group > .js-gallery-slider > .slick-list {
  min-width: 100%;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__media-group
    .fa-expand {
    display: none;
  }
}

.product-template__container
  .product-single
  .product-single__media-group
  .fa-expand:before {
  content: "\f065";
}

@media only screen and (max-width: 749px) {
  .product-template__container .product-single .product-single__meta {
    margin: 0;
    padding: 0 10px;
    background: #f5f5f5;
    border: none;
  }
}

.product-template__container .product-single .product-single__meta .divider {
  margin: 15px 0;
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.2);
}

@media only screen and (max-width: 749px) {
  .product-template__container .product-single .product-single__meta .divider {
    margin: 15px;
  }
}

.product-single__vendor {
  font-size: 13px;
  font-weight: lighter;
  color: #515151;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.product-single__vendor .unavailable svg path {
  fill: #d23f00;
}

.product-single__vendor .unavailable span {
  margin: 20px 0;
  background: #d23f00;
  color: #fff;
  border: 1px solid #d78a1e;
}

.product-single__vendor li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 25px;
}

.product-single__vendor li:last-child {
  margin-right: 0;
}

.product-single__vendor li span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  line-height: 1;
  border-radius: 4px;
}

@media only screen and (max-width: 749px) {
  .product-single__vendor li {
    margin: 5px 15px 5px 0;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-single__vendor
  dd {
  margin: 0;
}

.product-single__title {
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: normal;
  color: #515151;
}

.product-single__ref {
  text-transform: uppercase;
  color: #515151;
  font-size: 14px;
  display: block;
}

.product-single__meta {
  margin: 0;
  padding: 15px;
  background: #fff;
  height: auto;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-inventory {
  display: flex;
  justify-content: space-between;
  width: 210px;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  color: #444;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-inventory {
    margin: 0 15px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-inventory
  label {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-inventory
  span {
  width: 80px;
  text-transform: capitalize;
}

@media only screen and (max-width: 749px) {
  .product-template__container .product-single .product-single__meta .buybox {
    display: flex;
    margin: 0 10px 10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .price-item {
    display: grid;
  }
}

@media only screen and (max-width: 749px) {
  .price__pricing-group,
  .price__sale,
  .price-item--sale {
    width: 100%;
  }

  .price-item--sale {
    display: flex !important;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product__price
  dd {
  margin: 0;
}

body .price-item--regular {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price-item--regular {
    font-size: 20px;
    display: flex;
    white-space: nowrap;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product__price
  .price--on-sale
  .price__sale {
  flex-direction: column-reverse;
}

.product-template__container
  .product-single
  .product-single__meta
  .product__price
  .price--on-sale
  .price__sale
  .price-item--regular {
  font-size: 18px;
  color: #939393;
  font-weight: 400;
}

.product__dicount svg path {
  fill: #c60000;
}

.product-single__vendor li span {
  border-color: #c60000;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price--on-sale
    .price__sale
    .price-item--regular {
    font-size: 18px;
    order: 0;
  }
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price--on-sale
    .price__sale
    .price-item--regular:before {
    font-size: 10px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product__price
  .price--on-sale
  .price__sale
  .price-item--sale {
  font-size: 26px;
  color: #399648;
  font-weight: 900;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price--on-sale
    .price__sale
    .price-item--sale {
    font-size: 20px;
  }
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product__price
    .price--on-sale
    .price__sale
    .price-item--sale:before {
    font-size: 10px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product__price
  .price__badges {
  display: none;
}

.product-template__container
  .product-single
  .product-single__meta
  .installment
  span {
  font-weight: 600;
}

.installment {
  font-size: 14px;
  color: #515151;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .installment {
    font-size: 15px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .installment
  .installment-interests {
  font-weight: 400;
  color: #939393;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .installment
    .installment-interests {
    display: block;
    line-height: 5px;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .more-payment-options {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .more-payment-options {
    font-size: 10px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .sku-selector {
  padding-top: 20px;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .sku-selector {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .sku-selector__options {
  display: flex;
}

.product-template__container
  .product-single
  .product-single__meta
  .sku-selector__sku {
  margin-right: 10px;
  border: 1px solid #dcdcdc;
  line-height: 36px;
  width: 65px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.product-template__container
  .product-single
  .product-single__meta
  .sku-selector__sku--active {
  border-color: #d23f00;
  color: #d23f00;
}

.product-template__container
  .product-single
  .product-single__meta
  .sku-selector__sku--unavailable {
  opacity: 0.7;
  text-decoration: line-through;
  cursor: not-allowed;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants {
  max-width: 100%;
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants {
    width: 100%;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers {
  display: flex;
  width: 100%;
  min-height: 200px;
  align-items: flex-start;
  margin-top: 30px;
}

.buybox.margin {
  border-top: 1px solid #dcdcdc;
  padding-top: 35px;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers {
    margin-bottom: 10px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  border-right: none;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .sellers-list {
    width: 40%;
    margin-right: -1px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  .sellers-list__item {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li {
  height: 100%;
  width: 180px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .sellers-list
    li {
    width: 100%;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li.checked {
  border-right: 1px solid transparent;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li.checked
  .product__price {
  display: flex;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li:first-child {
  border-top: none;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  input[type="radio"] {
  display: none;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  input[type="radio"]
  + label:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 20px;
  width: 21px;
  height: 21px;
  border: 1px solid #dcdcdc;
  background-color: #f9f8f8;
  border-radius: 4px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .sellers-list
    li
    input[type="radio"]
    + label:before {
    left: 5px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  input[type="radio"]:checked
  + label:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 20px;
  width: 15px;
  height: 15px;
  background-color: #d23f00;
  border-radius: 4px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .sellers-list
    li
    input[type="radio"]:checked
    + label:after {
    left: 9px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  label {
  display: flex;
  flex-direction: column;
  padding: 4px 0 0 40px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .sellers-list
    li
    label {
    padding: 10px 0 0 35px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  label
  .sellers-list__location {
  color: #000;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .sellers-list
  li
  label
  .sellers-list__price {
  color: #60605f;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .seller-buybox {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin-left: -1px;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .seller-buybox {
    margin: 0 0 15px;
    width: 60%;
  }
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .seller-buybox
    .shopify-payment-button__button {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .seller-buybox
  .product-price-container {
  margin: 0 5px 20px;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .seller-buybox
  .buy-button {
  position: relative;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .seller-buybox
  .buy-button
  .product-form__controls-group--quantity {
  position: absolute;
  top: 7px;
  left: 8px;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .sellers
    .seller-buybox
    .buy-button
    .product-form__controls-group--quantity {
    top: 28px;
    left: 4px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .sellers
  .seller-buybox
  .buy-button
  .shopify-payment-button__more-options {
  display: none;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--quantity {
  position: absolute;
  top: 7px;
  left: 8px;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .product-form__controls-group--quantity {
    top: 27px;
    left: 7px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--quantity
  .product-form__item {
  display: flex;
  align-items: center;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--quantity
  .product-form__item
  .product-form__controls {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-left: 2px;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--quantity
  .product-form__item
  .product-form__controls
  button {
  font-size: 9px;
  height: 26px;
  width: 26px;
  margin-left: 5px;
}

button.btn-minus {
  transform: rotate(-90deg);
}

button.btn-plus {
  transform: rotate(90deg);
}

.product-form__controls button svg path {
  fill: white;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .product-form__controls-group--quantity
    .product-form__item
    .product-form__controls
    button {
    height: 25px;
    width: 23px;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--quantity
  .product-form__input {
  display: inline-block;
  height: 55px;
  width: 65px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .product-form__controls-group--quantity
    .product-form__input {
    height: 30px;
    width: 30px;
    min-height: auto;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit {
  margin: 15px 0;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .product-form__controls-group--submit {
    margin: 0;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit
  .product-form__item--no-variants {
  max-width: 100%;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit
  .product-form__item--submit {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 749px) {
  .product-template__container
    .product-single
    .product-single__meta
    .product-form--payment-button-no-variants
    .product-form__controls-group--submit
    .product-form__item--submit {
    margin: 0;
  }
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit
  .product-form__item--submit
  .shopify-payment-button__more-options {
  display: none;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit
  .product-form__cart-submit.add-cart {
  height: 60px;
  background: #60605f;
  border: none;
  font-size: 14px;
}

.product-template__container
  .product-single
  .product-single__meta
  .product-form--payment-button-no-variants
  .product-form__controls-group--submit
  .product-form__cart-submit.add-cart
  span:before {
  content: "\f07a";
  font-family: FontAwesome;
}

.product-template__container .shopify-payment-button__button {
  height: 70px;
  background: #399648;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  max-width: 300px;
  text-indent: 60px;
}

@media only screen and (max-width: 749px) {
  .product-template__container .shopify-payment-button__button:before {
    font-size: 13px;
    margin-right: 3px;
  }
}

.product-template__container .shopify-payment-button__button:after {
  content: "COMPRAR";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .product-template__container .shopify-payment-button__button:after {
    font-size: 13px;
  }
}

@media only screen and (max-width: 749px) {
  .product-template__container .shopify-payment-button__button {
    height: 61px;
    margin: 20px 0;
  }
}

.product-template__container .product-single__description table {
  width: 100%;
}

th,
td {
  padding: 10px 14px !important;
}

.product-single__description {
  color: #333;
  border: none;
  font-size: 14px;
}

.template-index .main-content {
  margin-top: 0;
}

.main-content {
  display: block;
  /* max-width: 2200px; */
  margin: 80px auto 0;
}

.product-template__container .product-single__description h1,
.product-template__container .product-single__description h2,
.product-template__container .product-single__description h3,
.product-template__container .product-single__description h4,
.product-template__container .product-single__description h5,
.product-template__container .product-single__description h6 {
  color: #515151;
  font-size: 18px;
  text-transform: initial;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-template__container .social-sharing__desktop {
  display: block;
}

@media only screen and (max-width: 749px) {
  .product-template__container .social-sharing__desktop {
    display: none;
  }
}

.product-template__container .social-sharing__mobile {
  display: none;
}

@media only screen and (max-width: 749px) {
  .product-template__container .social-sharing__mobile {
    display: block;
  }
}

.breadcrumb {
  font-size: 12px;
  color: #515151;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}

.breadcrumb svg {
  transform: rotate(-90deg);
  position: relative;
  margin: 0 5px -2px;
  width: 8px;
}

.social-sharing {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.social-sharing .social-sharing__title {
  color: #515151;
  font-size: 18px;
  text-transform: initial;
  font-weight: bold;
  margin-bottom: 15px;
}

.social-sharing .social-sharing__list {
  display: flex;
  height: 30px;
}

.social-sharing .social-sharing__list li > a svg path {
  fill: #515151;
}

.social-sharing .social-sharing__list li > a {
  border: none;
  background: none;
  margin: 0;
}

.social-sharing .social-sharing__list li {
  height: 100%;
  margin-right: 30px;
}

@media only screen and (max-width: 749px) {
  .social-sharing .social-sharing__list li .btn--share {
    padding: 5px 6px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 749px) {
  .social-sharing .social-sharing__list li .share-title {
    font-size: 10px;
  }
}

.metafields-form__hidden {
  display: none;
}

.product-recommendations__items {
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product-recommendations__items::-webkit-scrollbar {
  height: 4px;
}

.product-recommendations__items::-webkit-scrollbar-track {
  background: #f4f4f4;
  height: 4px;
}

.product-recommendations__items::-webkit-scrollbar-thumb,
.product-recommendations__items::-webkit-scrollbar-thumb:hover {
  height: 4px;
  background: #cdcdcd;
  border-radius: 2px;
}

.product-recommendations__item {
  flex: 1 0 auto;
  max-width: calc(100% / 5);
  padding: 20px 10px;
}

.product-recommendations-header {
  padding: 30px 0 0;
}

.product-single__variant.Tamanho.ampty label span {
  animation: pulse 1s cubic-bezier(0, 0, 0, 1.29) infinite;
  border-color: #d23f00;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.product-recommendations .product-recommendations-header h2 {
  color: #515151;
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-transform: initial;
  font-size: 24px;
}

.product-recommendations-header h3 {
  font-weight: normal;
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .product-recommendations .product-recommendations-header h2 {
    padding-left: 10px;
    margin-left: 10px;
  }

  .page-container {
    border-top: 1px solid #dcdcdc;
  }

  .breadcrumb {
    padding-bottom: 10px;
  }
}

.product-recommendations .product-recommendations__item {
  margin: 0 10px;
}

@media only screen and (max-width: 749px) {
  .product-recommendations .product-recommendations__item {
    margin: 0;
    padding: 0 10px;
  }
}

.product-recommendations button.slideshow_arrow-prev {
  position: absolute;
  top: -50px;
  right: 66px;
}

@media only screen and (max-width: 749px) {
  .product-recommendations button.slideshow_arrow-prev {
    top: 40%;
    right: unset;
    left: 10px;
    padding: 8px 12px;
    display: flex;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
  }
}

.product-recommendations button.slideshow_arrow-next {
  position: absolute;
  top: -50px;
  right: 10px;
}

@media only screen and (max-width: 749px) {
  .page-width.multi-collections {
    padding: 0;
  }

  .product-recommendations button.slideshow_arrow-next {
    top: 40%;
    right: 10px;
    padding: 8px 12px;
    display: flex;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
  }
}

.product-recommendations .slick-list {
  height: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  border: 1px solid #f4f4f4;
  overflow: hidden;
  border-radius: 7px;

  /* box-shadow: 1px 1px 13px -7px #dbdbdb; */
  background: #fff;
}

@media only screen and (max-width: 749px) {
  .product-card {
    height: 100%;
  }
}

.product-card .product-card__image-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .custom-collection__item .product-card .product-card__image-wrapper img {
  max-height: 300px;
}

.product-card .product-card__image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  max-height: 360px;
}

.grid__item.product-single__media-group.notSlider
  .product-single__media-wrapper {
  width: 100%;
}

.product-card .info-container {
  position: relative;
  height: 100%;
  padding: 0 7px;
}

.product-card .info-container .sold_out {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  text-transform: uppercase;
}

.product-card .info-container .price-item.soldOut {
  font-size: 14px;
}

.product-card .info-container .on_sale {
  position: absolute;
  top: -38px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  background: #ff3263;
  padding: 3px 6px;
  border-radius: 4px;
}

@media only screen and (max-width: 749px) {
  .product-card .info-container {
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}

.product-card .product-card__title {
  font-weight: normal;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  height: 47px;
  color: #515151;
  font-weight: 600;
  padding: 7px 7px 0;
}

@media only screen and (max-width: 749px) {
  .product-card .price-content {
    font-size: 8px;
    width: 100%;
  }
}

.product-card .price-content-wrapper {
  display: flex;
  flex-direction: column;
}

.product-card .price-content .price {
  margin: 0;
  font-size: 20px;
}

.product-card .price-content .price .price-item {
  font-weight: 400;
}

.price-content .price-item {
  padding: 10px 0;
}

.product-card .price-content .price .price__sale {
  flex-direction: column-reverse;
}

@media only screen and (max-width: 749px) {
  .product-card .price-content .price .price__sale,
  .product-card .price-content .price .price__sale .dd {
    margin: 0;
  }
}

.product-card .price-content .price .price__badges {
  top: 15px;
  right: 0;
  margin-top: 0;
}

.product-card .price-content .price .price__badges > span {
  position: relative;
  padding-left: 15px;
}

.product-card .price-content .price .price__badges > span:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  border-left: 10px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.product-card .price-content .price .price__badge--sold-out {
  color: #fff;
}

.product-card .price-content .price .price__compare {
  font-size: 15px;
  line-height: 15px;
}

.product-card .price-content form .btn {
  width: 125px;
  height: 45px;
  background: #d23f00;
  text-transform: none;
  padding: 0;
}

.product-card .price-content form .btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 749px) {
  body .custom-collection__item .product-card .product-card__image-wrapper img {
    max-height: 350px;
  }
}

.slick-arrow {
  z-index: 1;
}

@media only screen and (max-width: 749px) {
  .custom-collection.page-width {
    padding: 0;
  }
}

button {
  cursor: pointer;
  background: transparent;
  border: 0;
}

button:focus {
  outline: 0;
}

.custom-collection-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 749px) {
  .custom-collection-header {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
  }
}

.custom-collection-header .slideshow__arrows {
  display: flex;
  justify-content: space-between;
}

.custom-collection-header h2 {
  font-size: 25px;
  padding: 0 120px 30px 0;
  border-bottom: 3px solid #000;
  margin: 0;
}

@media only screen and (max-width: 749px) {
  .custom-collection-header h2 {
    padding: 0 80px 20px 0;
  }
}

.custom-collection-header a {
  display: block;
  margin-left: 10px;
}

.custom-collection__content {
  display: flex;
  position: relative;
}

.custom-collectio-wrapper {
  padding: 70px 0;
}

.custom-collection.page-width .custom-collection__content {
  justify-content: space-between;
}

.custom-collection .custom-collection__content-product {
  width: 100%;
  max-width: calc(100% - 379px);
  padding-left: 10px;
}

.custom-collection.page-width .custom-collection__items {
  width: 100%;
  align-items: center;
  height: 100%;
}

.custom-collection.page-width .custom-collection__items .slick-list {
  padding: 10px 0;
  margin: -5px 0;
}

.custom-collection__content-product > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #515151;
  position: absolute;
  top: -50px;
  right: 5px;
}

.price-content .installments {
  display: flex;
  align-items: center;
  position: relative;
  top: 100%;
  margin: 0 -7px 0 -7px;
  background: #f4f4f4;
  border-radius: 0 0 7px 7px;
  padding: 5px;
}

.installments .price__vendor {
  font-size: 14px;
}

.price-content .price__vendor.vendor {
  padding-top: 3px;
  padding-bottom: 10px;
}

.price-content .price-item,
.price-content .price__vendor {
  color: #515151;
}

.installments svg {
  margin-right: 7px;
  margin-bottom: -2px;
}

.custom-collectio-wrapper .section-header img {
  margin-right: 25px;
}

.custom-collectio-wrapper .section-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom-collectio-wrapper .section-header h1 {
  font-size: 24px;
  color: #515151;
  font-weight: 600;
}

.custom-collectio-wrapper .section-header h2 {
  font-size: 14px;
  font-weight: normal;
  color: #515151;
  text-transform: initial;
}

.grid-view-invert-position .section-header {
  justify-content: flex-end;
}

.grid-view-invert-position .section-header h2 {
  text-align: right;
  padding-right: 10px;
  padding-left: 0;
}

.grid-view-invert-position .section-header h2 span:before {
  left: initial;
  right: 0;
}

.custom-collection__content .custom-collection__image {
  max-height: 440px;
  height: 100vh;
  max-width: 379px;
  overflow: hidden;
  width: 100%;
  border-radius: 7px;
}

.custom-collection__content .custom-collection__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  width: 7px;
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #333;
}

@media only screen and (max-width: 749px) {
  .grid-view-invert-position .section-header {
    margin-right: 10px;
  }

  .custom-collection__content .custom-collection__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.custom-collection__content .custom-collection__items {
  display: flex;
  width: 670px;
}

.custom-collection__content .custom-collection__item {
  padding: 0 10px;
  margin: 0;
  max-width: calc(100% / 4);
  width: 100%;
}

.custom-collection__content button.slideshow_arrow-prev {
  position: absolute;
  top: -50px;
  right: 56px;
}

@media only screen and (max-width: 749px) {
  .custom-collection__content button.slideshow_arrow-prev {
    top: 40%;
    left: 5px;
    right: unset;
    padding: 8px 12px;
    display: flex !important;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
  }
}

.custom-collection__content button.slideshow_arrow-next {
  position: absolute;
  top: -50px;
  right: 10px;
}

@media only screen and (max-width: 749px) {
  .custom-collection__content button.slideshow_arrow-next {
    top: 40%;
    right: 5px;
    padding: 8px 12px;
    display: flex !important;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
  }
}

.grid-view-invert-position .custom-collection__content {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 749px) {
  .grid-view-invert-position .custom-collection__content {
    flex-direction: column;
  }
}

.grid-view-invert-position .custom-collection-header {
  flex-direction: row-reverse;
}

.grid-view-invert-position .custom-collection-header h2 {
  padding: 0 0 20px 80px;
}

@media only screen and (max-width: 749px) {
  .grid-view-invert-position .custom-collection__item {
    margin-right: 0;
  }
}

.grid-view-invert-position .custom-collection__content:after {
  left: -380px;
}

.grid-view-invert-position button.slideshow_arrow-prev {
  right: initial;
  left: 10px;
}

.grid-view-invert-position button.slideshow_arrow-next {
  right: initial;
  left: 56px;
}

@media only screen and (max-width: 749px) {
  .grid-view-invert-position button.slideshow_arrow-next {
    right: 10px;
    left: unset;
  }
}

.slick-track {
  height: 100%;
}

.slideshow_controls {
  display: flex;
  align-items: flex-end;
}

.collection-template-custom .collection-header--no-img {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-template-custom .collection-header h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.btn--tertiary {
  border-radius: 4px;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-header h1 {
    font-size: 36px;
  }
}

.collection-template-custom .collection-template-content {
  width: 100%;
  margin: 0 auto 40px;
  /* max-width: 1400px; */
  padding: 0 15px;
}

.collection-products-description {
  display: block;
  text-align: center;
  padding: 50px 0;
}

.collection-products-description p {
  display: block;
  margin: 10px 0;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-template-content {
    flex-direction: column;
  }
}

.collection-template-custom .collection-filter-mobile {
  display: none;
}

.collection-template-custom .collection-filter-mobile .refine-button {
  color: #d23f00;
  font-size: 16px;
  font-weight: 700;
  background-color: #dcdcdc;
  width: 100%;
  height: 50px;
  margin-top: 25px;
}

.collection-template-custom
  .collection-filter-mobile
  .refine-button--sticky
  svg {
  margin-bottom: 5px;
}

.collection-template-custom .collection-filter-mobile .refine-button--sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 20%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #dcdcdc;
  padding: 5px;
  font-size: 11px;
  color: #515151;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-filter-mobile {
    display: flex;
  }
}

.collection-template-custom .collection-filter-mobile-header {
  display: none;
}

.collection-template-custom
  .collection-filter-mobile-header
  .close-button
  svg
  path {
  fill: red;
}

.collection-template-custom .collection-filter-mobile-header .close-button {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  min-width: 40px;
  padding: 10px;
  background: #f3656544;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

button.refine-button.refine-button--sticky.default svg path {
  fill: #ffff;
}

button.refine-button.refine-button--sticky.default svg {
  margin-bottom: 0;
  margin-right: 10px;
  width: 30px;
}

button.refine-button.refine-button--sticky.default {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  background: #515151;
  color: #fff;
  border-radius: 4px;
}

.collection-template-custom .collection-filter-mobile-header ul {
  position: relative;
  width: 100%;
}

.collection-template-custom .collection-filter-mobile-header .filter-icon {
  width: 65px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dcdcdc;
}

.collection-template-custom
  .collection-filter-mobile-header
  .filter-icon:before {
  content: "\f0b0";
  font-family: FontAwesome;
  font-size: 20px;
  color: #d23f00;
}

.collection-template-custom .collection-filter-mobile-header .close-button {
  font-size: 11px;
}

.collection-template-custom .collection-filter {
  width: 20%;
  height: 100%;
  padding: 0;
  background-color: #f9f8f8;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 50px;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-filter {
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transform-origin: 0 0;
    transform: translate(-120%);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 100vw;
    z-index: 1000;
  }

  .collection-template-custom .collection-filter--open {
    transform: translate(0);
  }

  .collection-template-custom
    .collection-filter--open
    .collection-filter-mobile-header {
    display: flex !important;
  }
}

.collection-template-custom .collection-filter .collection-filter-title {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #515151;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-filter .collection-filter-title {
    padding-left: 20px;
  }
}

.collection-template-custom .collection-filter-type ul,
.collection-template-custom .collection-filter-vendor ul {
  max-height: 420px;
  overflow-y: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.collection-template-custom .collection-filter-type ul::-webkit-scrollbar,
.collection-template-custom .collection-filter-vendor ul::-webkit-scrollbar {
  width: 8px;
}

.collection-template-custom .collection-filter-type ul::-webkit-scrollbar-track,
.collection-template-custom
  .collection-filter-vendor
  ul::-webkit-scrollbar-track {
  background: #dcdcdc;
}

.collection-template-custom .collection-filter-type ul::-webkit-scrollbar-thumb,
.collection-template-custom
  .collection-filter-type
  ul::-webkit-scrollbar-thumb:hover,
.collection-template-custom
  .collection-filter-vendor
  ul::-webkit-scrollbar-thumb,
.collection-template-custom
  .collection-filter-vendor
  ul::-webkit-scrollbar-thumb:hover {
  background: #939393;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-filter-type ul,
  .collection-template-custom .collection-filter-vendor ul {
    max-height: 250px;
  }
}

.collection-template-custom .collection-products {
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-products {
    width: 100%;
  }
}

.collection-template-custom .collection-products-items {
  display: grid;
  grid-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fill, 258px);

  justify-content: center;
}

.collection-filter-vendor ul li,
.collection-filter-type ul li {
  padding: 5px 0;
}

.collection-filter-vendor ul label,
.collection-filter-type ul label {
  display: flex;
}

.collection-filter-vendor ul label a,
.collection-filter-type ul label a {
  margin-left: 10px;
  word-break: break-all;
  line-height: 1;
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .collection-products-items {
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
    grid-gap: 1rem;
    grid-row-gap: 3rem;
  }
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .product-card .price,
  .collection-template-custom .product-card dd {
    font-size: 11px;
  }

  .collection-template-custom .product-card form .btn {
    width: 80px;
    height: 30px;
    font-size: 9px;
  }
}

@media only screen and (max-width: 749px) {
  .collection-template-custom .product-card .product-card__image-wrapper {
    height: 200px;
  }
}

.collection-template-custom .pagination {
  padding-top: 40px;
}

.collection-template-custom .emptysearch {
  width: 100%;
  padding: 100px 0;
}

.collection-template-custom .emptysearch__wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.collection-template-custom .emptysearch__title {
  text-align: center;
}

.collection-template-custom .emptysearch__title h1 {
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.3em;
  font-size: 40px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
}

.collection-template-custom .emptysearch__title p {
  margin: 30px 0 10px;
  font-size: 22px;
}

.collection-grid-wrapper {
  margin-top: 80px;
  padding: 80px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.collection-grid ul.grid.grid--uniform .grid__item:first-child {
  padding: 0;
}

.category-shortcut {
  display: block;
  padding: 50px 0;
}

.category-shortcut-title {
  display: block;
}

.category-shortcut-title h1 {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
}

.category-shortcut-title h2 {
  font-weight: normal;
  font-size: 14px;
  color: #515151;
  text-transform: initial;
}

.category-shortcut-body {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.category-shortcut-body li:last-child a {
  background: none;
  color: #515151;
  font-weight: bold;
  border-color: #515151;
}

.category-shortcut-body li a {
  padding-top: 10px;
  height: 103px;
  width: 103px;
  background: #f4f4f4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid transparent;
}

.category-shortcut-body li h3 {
  color: #515151;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .section-header h2 {
    margin-bottom: 20px;
  }

  .collection-grid-container {
    padding: 0;
  }

  .collection-grid {
    margin: 0;
  }

  .collection-grid-wrapper {
    padding: 45px 0px 50px 10px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 749px) {
  .collection-grid .grid__item {
    padding: 0 0 0 4px;
  }

  .collection-grid .grid__item h3 {
    font-size: 14px;
  }

  .collection-grid .grid__item span {
    padding: 5px 10px;
    font-size: 10px;
  }

  .collection-grid .grid__item:last-child {
    padding: 2px 0 0;
    width: 100%;
  }

  .collection-grid .grid__item:last-child h3 {
    font-size: 28px;
  }

  .collection-grid .grid__item:last-child span {
    padding: 10px 25px;
    font-size: 16px;
  }
}

.collection-grid .grid.grid--uniform {
  display: flex;
  align-items: center;
  margin: 0;
  overflow: auto;
  padding-bottom: 10px;
}

.collection-grid .grid.grid--uniform::-webkit-scrollbar {
  height: 6px;
}

.collection-grid .grid.grid--uniform::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.collection-grid .grid.grid--uniform::-webkit-scrollbar-thumb,
.collection-grid .grid.grid--uniform::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
  border-radius: 2px;
}

@media only screen and (max-width: 749px) {
  .collection-grid ul.grid.grid--uniform .grid__item {
    padding: 0 0 0 4px;
    width: calc(100% - 40px);
    flex: 1 0 auto;
  }

  .collection-grid .collection-grid-item {
    /* height: 160px; */
  }
}

@media only screen and (max-width: 749px) {
  .collection-grid li:last-child .collection-grid-item {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 749px) {
  .multi-collections {
    padding: 0;
  }
}

.multi-collections ::-webkit-scrollbar {
  height: 6px;
}

.multi-collections ::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.multi-collections ::-webkit-scrollbar-thumb,
.multi-collections ::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
  border-radius: 2px;
}

.multi-collections .custom-collection__items {
  width: 100%;
}

.multi-collections
  .custom-collection__items
  .custom-collection__item:first-child {
  margin-left: 0;
}

.multi-collections .multi-collections-tabs {
  max-width: 530px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 749px) {
  .multi-collections .multi-collections-tabs {
    overflow-x: scroll;
  }
}

.multi-collections .multi-collections-tab {
  margin-right: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .multi-collections .multi-collections-tab {
    margin: 0 20px 18px;
  }

  .multi-collections .multi-collections-tab:first-child {
    margin-left: 0;
  }
}

.multi-collections .multi-collections-tab h2 {
  padding: 0 0 0 10px;
  color: #515151;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.multi-collections .multi-collections-tab h2:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #515151;
  content: "";
  border-radius: 2px 0 0 2px;
}

.multi-collections .multi-collections-tab.active h2:before,
.multi-collections .multi-collections-tab:hover h2:before {
  background: #d23f00;
}

.multi-collections .multi-collections-tab-content {
  display: none;
}

.multi-collections .multi-collections-tab-content.active {
  display: flex;
}

.multi-collections button.slideshow_arrow-prev {
  position: absolute;
  top: -50px;
  right: 56px;
}

@media only screen and (max-width: 749px) {
  .multi-collections button.slideshow_arrow-prev {
    top: 40%;
    right: unset;
    left: 5px;
  }
}

.multi-collections button.slideshow_arrow-next {
  position: absolute;
  top: -50px;
  right: 0;
}

@media only screen and (max-width: 749px) {
  .multi-collections button.slick-arrow {
    padding: 8px 12px;
    display: flex;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
  }

  .multi-collections button.slideshow_arrow-next {
    top: 40%;
    right: 5px;
  }
}

.multi-collections .slick-list {
  height: 100%;
}

@media only screen and (min-width: 749px) {
  .multi-collections .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-institutional .grid {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media only screen and (max-width: 749px) {
  .page-institutional .grid {
    flex-direction: column-reverse;
    padding-left: 22px;
  }
}

.page-institutional .grid .content {
  width: 70%;
  padding: 30px;
  border: 1px solid #939393;
  font-size: 12px;
  color: #60605f;
  line-height: 20px;
}

@media only screen and (max-width: 749px) {
  .page-institutional .grid .content {
    width: 100%;
  }
}

.page-institutional .grid .content h1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}

.page-institutional .grid .content p {
  color: #60605f;
}

.page-institutional .side-bar-nav {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
  font-size: 14px;
}

@media only screen and (max-width: 749px) {
  .page-institutional .side-bar-nav {
    margin-top: 30px;
  }
}

.page-institutional .side-bar-nav .side-nav-list {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.page-institutional .side-bar-nav .side-nav-list .highlight {
  color: #d23f00;
}

.page-institutional .side-bar-nav .side-bar-customer {
  margin-top: 30px;
  line-height: 25px;
}

.instagram-section {
  padding: 40px 0;
}

.instagram-section h2 {
  font-size: 25px;
  text-align: center;
  padding: 20px 0;
}

.instagram-section .instagram-feed a {
  margin: 0 10px;
}

.instagram-section .divider {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 749px) {
  .custom-galery {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}

.custom-galery .image-bar {
  display: flex;
  height: 335px;
}

@media only screen and (max-width: 749px) {
  .custom-galery .image-bar {
    flex-direction: column;
    max-width: 100%;
    height: 100%;
  }
}

.custom-galery .image-bar__item {
  height: 100%;
}

.custom-galery .grid__item {
  width: 480px;
}

@media only screen and (max-width: 749px) {
  .custom-galery .grid__item {
    padding: 0;
    height: 300px;
    width: 100%;
  }
}

.custom-galery .grid__item:first-child {
  flex-grow: 2;
}

@media only screen and (max-width: 749px) {
  .custom-galery .grid__item:first-child {
    height: 180px;
    flex-grow: 1;
    margin-bottom: 3px;
  }
}

.aux-nav-list {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.aux-nav-list::-webkit-scrollbar {
  height: 6px;
}

.aux-nav-list::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.aux-nav-list::-webkit-scrollbar-thumb,
.aux-nav-list::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
  border-radius: 2px;
}

.aux-nav-list li {
  display: block;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 749px) {
  .aux-nav-list {
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 30px auto 30px 15px;
    padding-left: 0;
  }

  .aux-nav-list li {
    padding-left: 40px;
  }
}

.aux-nav-list li:first-child {
  padding-left: 0;
}

.aux-nav-list li a {
  padding: 3px 10px;
  display: block;
  color: #515151;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  text-transform: initial;
  padding-left: 10px;
}

.aux-nav-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d23f00;
  content: "";
  border-radius: 2px 0 0 2px;
}

.aux-nav-list li a:hover {
  color: #515151;
}

.aux-nav-list li a:hover:before {
  background: #515151;
}

.payments-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden auto;
  z-index: 9997;
  height: 100%;
  width: 100%;
}

.payments-modal.hidden {
  display: none;
}

.payments-modal__dialog {
  position: absolute;
  width: 600px;
  margin: 30px auto 100px;
  left: 0;
  right: 0;
  height: auto;
  top: 5%;
}

@media only screen and (max-width: 749px) {
  .payments-modal__dialog {
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.payments-modal__wrapper {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  min-height: 1px;
  max-height: 800px;
  margin: 0 auto;
  position: relative;
  overflow-y: auto;
  display: block;
  background: #fff;
  height: 100%;
}

.payments-modal__close {
  position: absolute;
  right: 0;
  width: 70px;
  z-index: 1;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  line-height: 70px;
  color: #60605f;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .payments-modal__close {
    line-height: 50px;
    width: 50px;
    font-size: 25px;
  }
}

.payments-modal__content {
  padding: 35px 25px 25px;
}

@media only screen and (max-width: 749px) {
  .payments-modal__content {
    padding: 35px 10px 25px;
  }
}

.payments-modal__title {
  font-size: 26px;
  color: #60605f;
  margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
  .payments-modal__title {
    font-size: 18px;
  }
}

.payments-modal .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.payments-modal .nav-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  padding: 0 15px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out 0s;
}

.payments-modal .nav-tab:hover {
  opacity: 0.8;
}

.payments-modal .nav-tab--active {
  border-bottom: 2px solid #d23f00;
  color: #d23f00;
}

.payments-modal .nav-tab__img {
  font-size: 35px;
}

.payments-modal .tab-content-wrapper {
  padding: 15px;
}

@media only screen and (max-width: 749px) {
  .payments-modal .tab-content-wrapper {
    padding: 15px 0;
  }
}

.payments-modal .tab-content {
  display: none;
}

.payments-modal .tab-content--active {
  display: block;
}

.payments-modal .tab-content__variant-price {
  color: #60605f;
}

.payments-modal .tab-content__variant-price span {
  font-weight: 700;
}

.payments-modal .tab-content p {
  margin-top: 15px;
}

.payments-modal table {
  width: 100%;
  max-width: 100%;
  color: #60605f;
  font-size: 14px;
  border-spacing: 0;
  border-collapse: collapse;
}

@media only screen and (max-width: 749px) {
  .payments-modal table {
    font-size: 10px;
  }
}

.payments-modal table tr:nth-of-type(odd) {
  background-color: #dcdcdc;
}

.payments-modal table td {
  padding: 10px 8px;
  border: none;
  border-top: 1px solid #939393;
}

.pause-store-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden auto;
  z-index: 9997;
  height: 100%;
  width: 100%;
}

.pause-store-modal.hidden {
  display: none;
}

.pause-store-modal__dialog {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  width: 900px;
  margin: 30px auto 100px;
  left: 0;
  right: 0;
  height: 400px;
  top: 5%;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal__dialog {
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.pause-store-modal__dialog span {
  margin: 20px 0 50px;
  display: block;
  font-size: 26px;
  text-align: center;
}

.pause-store-modal__dialog li {
  font-size: 18px;
  margin-top: 10px;
}

.pause-store-modal__wrapper {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  min-height: 1px;
  max-height: 800px;
  margin: 0 auto;
  position: relative;
  overflow-y: auto;
  display: block;
  background: #fff;
  height: 100%;
  padding: 45px;
}

.pause-store-modal__close {
  position: absolute;
  right: 0;
  width: 70px;
  z-index: 1;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  line-height: 70px;
  color: #60605f;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal__close {
    line-height: 50px;
    width: 50px;
    font-size: 25px;
  }
}

.pause-store-modal__content {
  padding: 35px 25px 25px;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal__content {
    padding: 35px 10px 25px;
  }
}

.pause-store-modal__title {
  font-size: 26px;
  color: #60605f;
  margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal__title {
    font-size: 18px;
  }
}

.pause-store-modal .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.pause-store-modal .nav-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  font-weight: 700;
  padding: 0 15px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out 0s;
}

.pause-store-modal .nav-tab:hover {
  opacity: 0.8;
}

.pause-store-modal .nav-tab--active {
  border-bottom: 2px solid #d23f00;
  color: #d23f00;
}

.pause-store-modal .nav-tab__img {
  font-size: 35px;
}

.pause-store-modal .tab-content-wrapper {
  padding: 15px;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal .tab-content-wrapper {
    padding: 15px 0;
  }
}

.pause-store-modal .tab-content {
  display: none;
}

.pause-store-modal .tab-content--active {
  display: block;
}

.pause-store-modal .tab-content__variant-price {
  color: #60605f;
}

.pause-store-modal .tab-content__variant-price span {
  font-weight: 700;
}

.pause-store-modal .tab-content p {
  margin-top: 15px;
}

.pause-store-modal table {
  width: 100%;
  max-width: 100%;
  color: #60605f;
  font-size: 14px;
  border-spacing: 0;
  border-collapse: collapse;
}

@media only screen and (max-width: 749px) {
  .pause-store-modal table {
    font-size: 10px;
  }
}

.pause-store-modal table tr:nth-of-type(odd) {
  background-color: #dcdcdc;
}

.pause-store-modal table td {
  padding: 10px 8px;
  border: none;
  border-top: 1px solid #939393;
}

.customer-address-add {
  display: block !important;
  margin: 0 auto !important;
}

.customer-address-cancel {
  display: block !important;
  margin: 10px auto !important;
}

.address {
  margin: 20px 0;
}

.cart-header {
  margin-top: 30px;
}

.loginPage {
  background: #f4f4f4;
  position: relative;
  margin-top: -12px;
  padding: 50px 0;
}

div#CustomerLoginForm,
#CustomerRegisterForm {
  max-width: 400px;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin: 0 auto;
  background: #fff;
}

div#CustomerLoginForm input,
#CustomerRegisterForm input {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}

h1#LoginHeading,
#RegisternHeading {
  display: flex;
  font-size: 26px;
  color: #515151;
  position: relative;
  margin-bottom: 20px;
}

.recover_password a {
  color: #515151;
}

.recover_password {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.button_confirmer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.button_confirmer button {
  width: 100% !important;
  max-width: 200px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register_section {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.register_section i {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #515151;
}

.register_section a {
  text-align: center;
  display: block;
  padding: 10px 0 20px;
}

.header__account {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 20px 10px;
}

.header__account h1 {
  position: relative;
  font-size: 22px;
  padding-left: 10px;
  color: #515151;
}

.header__account > div a {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.header__account > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header__account h1:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d23f00;
  content: "";
  border-radius: 2px 0 0 2px;
}

.grid__item.myaccount__account-details h2,
.grid__item.myaccount__order-history h2 {
  font-size: 16px;
  text-transform: initial;
  color: #515151;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
}

.grid.myaccount {
  padding-top: 20px;
}

.grid__item.myaccount__account-details h2:before,
.grid__item.myaccount__order-history h2:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d23f00;
  content: "";
  border-radius: 2px 0 0 2px;
}

@media only screen and (max-width: 749px) {
  .grid__item.myaccount__order-history {
    margin-bottom: 40px;
  }

  .template-product .whatsappFixed {
    display: none;
  }

  body .whatsappFixed {
    bottom: 10px;
  }
}

.whatsappFixed {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.whatsappFixed svg {
  max-width: 40px;
  height: auto;
}

.footer_contact {
  margin-top: 20px;
}

.page-width {
  width: 100%;
  max-width: 2200px;
  padding: 0 40px;
  margin: 0 auto;
}

.cartela-shortcut {
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cartela-shortcut-1 {
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  /* Espaçamento entre as colunas */
  overflow: auto;
  margin-bottom: 36px;
}

.cartela-shortcut-1 li {
  padding-right: 1px;
  flex: 1 0 auto;
}

@media only screen and (max-width: 768px) {
  .cartela-shortcut-1 ul {
    overflow: auto;
  }

  .cartela-shortcut-1 {
    gap: 20px;
    display: flex;
  }

  .cartela-shortcut-1 li {
    flex: 1 0 80%;
  }

  .cartela-shortcut-1 li img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 0.3s ease-in-out all;
  }
}

.template-collection .cartela-shortcut {
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}

.template-collection .cartela-shortcut li:last-child {
  margin-right: 0;
}

.template-collection .cartela-shortcut li {
  overflow: hidden;
  border-radius: 100%;
  min-width: 300px;
  width: 300px;
  height: 300px;
  margin-right: 30px;
}

.template-collection .cartela-shortcut li img {
  object-position: top;
}

.template-collection .cartela-shortcut li a:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.template-collection .cartela-shortcut li span {
  display: none;
}

.template-collection .cartela-shortcut li a i {
  top: 75%;
  right: 0;
  left: 0;
  text-align: center;
}

.template-collection .cartela-shortcut li.active {
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 6px #000;
}

.cartela-shortcut li img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.3s ease-in-out all;
}

.cartela-shortcut-1 li img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.3s ease-in-out all;
}

.cartela-shortcut-1 li:last-child {
  padding: 0;
}

.cartela-shortcut li:last-child {
  padding: 0;
}

.cartela-shortcut li {
  width: calc(100% / 4);
  padding-right: 1px;
}

.cartela-shortcut li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.cartela-shortcut-1 li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.cartela-shortcut li a:hover img {
  transform: rotate(3deg) scale(1.1);
}

.cartela-shortcut-1 li a:hover img {
  transform: rotate(3deg) scale(1.1);
}

.cartela-shortcut li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.23865) 14.79%,
    rgba(0, 0, 0, 0) 70.54%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.cartela-shortcut-1 li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.23865) 14.79%,
    rgba(0, 0, 0, 0) 70.54%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.cartela-shortcut li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 70px;
  z-index: 1;
}

.cartela-shortcut-1 li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 70px;
  z-index: 1;
}

.cartela-shortcut li a i {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 25px;
  line-height: initial;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.cartela-shortcut-1 li a i {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 25px;
  line-height: initial;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.sold_out {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.shelf-akag {
  padding-bottom: 101px;
  width: 100%;
  /* max-width: 1400px; */
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .shelf-akag {
    padding-bottom: 20px;
  }
}

.shelf-akag-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.template-index .cartela-shortcut {
  width: 100%;
  /* max-width: 1400px; */
  /* margin: auto auto 36px; */
}

@media only screen and (max-width: 768px) {
  .template-index .cartela-shortcut {
    width: 100%;
    /* max-width: 1400px; */
    /* margin: auto auto 0px; */
  }
}

.shelf-akag-items li {
  width: calc(100% / 4);
  padding: 0px 2px;
}
.shelf-card-akag {
  height: 83%;
}
@media only screen and (max-width: 768px) {
  .shelf-akag-items li .shelf-card-akag {
    height: 91.9%;
  }

  .shelf-akag-items li {
    width: auto !important;
  }
}

.shelf-card-akag-image {
  line-height: 0;
  overflow: hidden;
  height: 100%;
}

.shelf-card-akag-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out all;
  max-height: 700px;
}

.shelf-card-akag:hover img {
  transition: 0.3s ease-in-out all;
  transform: rotate(2deg) scale(1.1);
}

.shelf-card-akag-title {
  font-size: 16px;
  color: #333;
  text-transform: initial;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  padding: 10% 0px 5%;
}

@media only screen and (max-width: 768px) {
  .shelf-card-akag-title {
    padding: 1% 0px 2%;
  }
}

.shelf-card-akag-price {
  /* padding-left: 10px; */
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.shelf-card-akag-price .price i {
  font-size: 14px;
  font-weight: lighter;
  font-style: normal;
}

.akag-flagOff {
  color: #c60000;
  font-weight: bold;
  font-size: 12px;
}

.grid__item .product__price {
  display: flex;
  flex-wrap: wrap;
}

.grid__item .product__price .product__dicount {
  margin-left: 15px;
}

.shelf-card-akag-price .price {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.shelf-akag-link {
  display: flex;
  margin-top: 101px;
  margin-bottom: 20px;
  padding-right: 15px;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .shelf-akag-link {
    margin-top: 82px;
  }
}

.shelf-akag-image-desktop {
  margin-right: 20px;
  height: auto;
}

.shelf-akag-image-desktop img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.shelf-akag-image-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .shelf-akag-image-desktop {
    display: none;
  }

  .shelf-akag-image-mobile {
    display: block;
  }

  .shelf-akag-image-mobile img {
    height: 100%;
    width: 382px;
  }

  @media only screen and (max-width: 420px) {
    .shelf-akag-image-mobile img {
      height: 100%;
      width: 300px;
    }
  }
}

.shelf-akag-link a i {
  font-size: 14px;
  font-style: normal;
  text-decoration: underline;
  display: block;
  text-align: center;
}

.shelf-akag-link h1 {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  color: #333;
}

.benefits-body {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
}

.benefits-body li:last-child {
  border: none;
}

.benefits-body li svg {
  margin-right: 30px;
  min-width: fit-content;
}

.benefits-body li {
  padding: 20px 30px;
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dddddd;
}

.shopify-section.benefits {
  /* padding: 60px 0; */
}

.banner-mosaico {
  display: flex;
  width: 100%;
  padding: 0 10px;
}

.banner-mosaico li:last-child {
  margin-right: 0;
}

.banner-mosaico li a {
  display: block;
}

.banner-mosaico li {
  width: calc(100% / 3);
  margin-right: 20px;
  line-height: 0;
}

.banner-mosaico li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.footer_info-header a svg {
  margin-right: 10px;
}

.footer_info-header a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  text-decoration: underline;
  font-size: 14px;
}

.footer_info-header {
  display: flex;
}

.footer_info-header li {
  padding: 0 20px;
}

.footer_info-header li small {
  display: block;
  max-width: 150px;
  padding-top: 10px;
}

.footer_info-header li:first-child {
  padding-left: 0;
}

.newsletter-form__field-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0;
  position: relative;
  width: fit-content;
}

.newsletter-form__field-wrapper > label > input {
  border: 1px solid #dcdcdc;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  outline: none;
  appearance: none;
}

.newsletter-form__field-wrapper > label > span {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.newsletter-form__button {
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  width: 48px;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 40px;
  border-radius: 0 4px 4px 0;
}

#product-grid > li {
  width: calc(100% / 5);
  padding: 20px 10px;
}

#product-grid {
  display: flex;
  flex-wrap: wrap;
}

.minimal-filter svg path {
  fill: #fff;
}

.minimal-filter svg {
  width: 16px;
  margin-left: 10px;
}

.minimal-filter.fixed {
  transition: 0.2s ease-in-out all;
  opacity: 1;
  right: 10px;
  pointer-events: all;
  transition-delay: 1s;
  z-index: 1;
}

.minimal-filter.fixed.minimal span:first-child {
  display: none;
}

.minimal-filter.fixed.minimal span:last-child {
  display: flex;
}

.minimal-filter span:first-child {
  display: flex;
}

.minimal-filter span {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.minimal-filter {
  width: 85px;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transition: 0.2s ease-in-out all;
  opacity: 0;
  position: fixed;
  right: -100px;
  top: 130px;
  padding: 5px 10px;
  background: rgb(51 51 51 / 80%);
  border-radius: 0 0 4px 4px;
  cursor: pointer;
}

.minimal-filter.fixed:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #fff;
  display: block;
}

.product__price {
  padding-top: 10px;
}

.buytogether li a {
  pointer-events: none;
}

.buytogether > ul > li > label {
  position: relative;
  cursor: initial;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  display: flex;
  flex-wrap: wrap;
}

.buytogether li {
  padding: 10px;
}

.buytogether .currente-product {
  padding-right: 50px;
}

.currente-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.currente-product img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out all;
}

.currente-product h2 {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: #333;
  font-size: 16px;
  text-transform: initial;
}

.currente-product h3 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-transform: initial;
}

.buytogether-price {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 5px;
}

.buytogether-price strong:before {
  content: "Total:";
  font-size: 13px;
  font-weight: normal;
}

.buytogether-price strong {
  font-size: 16px;
  color: #333;
}

.currente-product button {
  width: 100%;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 0;
}

.currente-product {
  padding-right: 50px;
}
