/** Shopify CDN: Minification failed

Line 3050:50 Unexpected "}"

**/
/* === INSTANT GAMING NEON THEME === */
:root {
  /* Cores Neon Principais */
  --neon-green: #39ff14;
  --neon-green-glow: rgba(57, 255, 20, 0.6);
  --neon-blue: #00d4ff;
  --neon-blue-glow: rgba(0, 212, 255, 0.6);
  --neon-red: #ff3131;
  --neon-red-glow: rgba(255, 49, 49, 0.6);

  /* Fundos */
  --bg-dark: #0a0a0a;
  --bg-card: #141414;
  --bg-card-hover: #1a1a1a;

  /* Transicoes */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.3s ease;

  /* Glow Effects */
  --glow-intensity: 15px;
}

/* Derived from base colors (theme settings) */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-rgb: var(--color-base-text-rgb);
  --color-background: var(--color-base-background-1);
  --color-background-rbg: var(--color-base-background-1-rgb);
  --payment-terms-background-color: var(--color-base-background-1);
}
.color-background-2 {
  --color-background: var(--color-base-background-2);
  --color-background-rbg: var(--color-base-background-2-rgb);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-foreground-rgb: var(--color-base-background-1-rgb);
  --color-background: var(--color-base-text);
  --color-background-rbg: var(--color-base-text-rgb);
}
.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rbg: var(--color-base-accent-1-rgb);
}
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-2);
  --color-background-rbg: var(--color-base-accent-2-rgb);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
  --color-foreground-rbg: var(--color-base-outline-button-labels-rgb);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
  --color-foreground-rbg: var(--color-base-accent-1-rgb);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
  --color-foreground-rbg: var(--color-base-accent-2-rgb);
}
:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
  --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
  --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
  --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
  --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
  --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
  --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
  --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
  --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
  --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
  --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}
/* Links */
:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --color-link-hover: rgba(var(--color-base-outline-button-labels-rgb), 0.85);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --color-link-hover: var(--color-foreground-70);
}
/* Primary button */
:root,
.color-background-1 {
  --color-button-background: var(--color-base-accent-1);
  --color-button-border: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --color-button-text-rgb: var(--color-base-solid-button-labels-rgb);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button-background: var(--color-foreground);
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-text-rgb: var(--color-background-rbg);
}
/* Secondary button */
.button--secondary {
  --color-button-background: transparent;
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-foreground);
  --color-button-text-rgb: var(--color-foreground-rgb);
}
/* Tertiary button */
.button--tertiary {
  --color-button-background: transparent;
  --color-button-border: rgba(var(--color-base-outline-button-labels-rgb), 0.2);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button-border: var(--color-foreground-20);
  --color-button-text: var(--color-foreground);
}
/* Badges */
:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground-10);
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
}
/* Cards and announcement bar */
:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: rgba(var(--color-base-text-rgb), 0.06);
}
.color-inverse {
  --color-card-hover: rgba(var(--color-base-background-1-rgb), 0.06);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: rgba(var(--color-base-solid-button-labels-rgb), 0.06);
}
/* base */
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.sca-fancybox-item.sca-fancybox-close {
  display: block;
}
html.no-js .no-js-hidden {
  display: none !important;
}
.page-width {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-width-desktop {
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 15px;
  }
}
#sca-brankmark a {
  display: none !important;
}
.element-margin {
  margin-top: 3rem;
}
.btn-group a.active .icon {
  fill: var(--color-base-accent-2);
}
.product-hover {
  cursor: pointer;
}
.spr-badge-caption {
  margin-left: 5px;
  color: var(--color-base-accent-2);
  display: none;
}
a {
  text-decoration: none !important;
}
.template-index .spaced-section.tm-service {
  margin-top: 0;
}
.template-index .spaced-section {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.circle-divider.caption-with-letter-spacing time {
  font-weight: 400;
  font-size: 14px;
  color: #a6a6a6;
  margin-left: 25px;
}

.template-product .main-container.medium-up--three-quarters {
  width: 100%;
  float: left;
}
.spaced-section:last-child {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.item .item.list-group-item {
  width: 100%;
  max-width: 100%;
}
.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}
.spaced-section--full-width:first-child {
  margin-top: 0;
}

.title-breadcrumbs {
  width: 100%;
  float: left;
  margin: 0px 0;
}
#TopColumnContent {
  background: #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: auto;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
}
.template-index .spaced-section.multicolumn {
  margin-bottom: 30px;
}
.spr-icon.spr-icon-star-empty {
  color: #bfbfbf;
  opacity: 1 !important;
  line-height: 0;
  font-size: 75% !important;
}
.spr-icon-star-empty::before {
  content: "\e800" !important;
  width: 1em !important;
}
.collection-list.grid .card__text-spacing .h1 {
  font-size: 1.8rem;
}

.breadcrumb {
  text-align: right;
  color: var(--color-base-background-1);
  float: right;
  margin: 10px 0;
}
.breadcrumb_title {
  text-align: left;
  color: var(--color-base-background-1);
  font-size: 30px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
}
.template-product .breadcrumb_title {
  display: none;
}
.template-product .breadcrumb {
  text-align: center;
  float: none;
}
.template-index .main-container {
  margin-block-start: 0px;
}
.main-container {
  min-height: 500px;
}
.shopify-section-header-hidden #header-SiteCat {
  visibility: hidden;
}
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: var(--color-foreground-75);
  background-color: var(--color-background);
}
.background-secondary {
  padding: 4rem 0 5rem;
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
/* .rte-width {
     max-width: 82rem;
     margin: 0 auto 2rem;
}
 */

.template-404 > p {
  font-size: 90px;
  margin: 0;
  line-height: 110px;
}
.template-404 > .title {
  margin-bottom: 20px;
}
.template-404 .title + a.link {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 21px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-base-button-text);
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 30px;
  font-family: var(--font-body-family);
  background: var(--color-base-button-background);
  border: 0;
}
.template-404 .title + a.link:hover {
  color: var(--color-base-button-text-hover);
  background-color: var(--color-base-button-background-hover);
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.main-container.medium-up--three-quarters.without-sidebar-main-container {
  float: left;
  width: 100%;
  padding: 0;
}
.article-template .caption-with-letter-spacing {
  font-size: 16px;
}
.article-template .caption-with-letter-spacing time {
  position: relative;
  margin-left: 0;
}
a {
  text-decoration: none;
  color: var(--color-base-text);
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04rem;
}
.main-container.medium-up--three-quarters {
  width: 78.8%;
  float: right;
  padding-left: 30px;
  padding-top: 0;
}
.breadcrumb a::after {
  content: "/";
  padding: 0 5px;
}
.breadcrumb a:last-child::after {
  content: none;
}
.side-bar.medium-up--one-quarter {
  width: 21.2%;
  float: left;
  position: relative;
}
.list-menu--inline > li:hover .list-menu--disclosure {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-menu--inline .list-menu--disclosure {
  transform-origin: 20% 20% 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  opacity: 0;
  filter: alpha(opacity=0);
}
.viewmore {
  text-align: center;
  margin-top: 40px;
}
.card-information__text.h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
  font-family: var(--font-body-family);
}

.card-information__text.h5 a:hover {
  color: #a1a1a1 !important;
}

.top_button {
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  padding: 0px 12px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
  font-size: 0px;
  border-radius: 50%;
  background: var(--color-base-accent-2);
}
.top_button::before {
  content: "";
  width: 51px;
  height: 51px;
  border: 2px solid var(--color-base-accent-2);
  position: absolute;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
  animation: blink 2s steps(5, start) infinite;
}

.popup-confirm-transfer-data__close .icon.icon-close {
  width: 17px;
  height: auto;
}
.popup__content .popup-confirm-transfer-data {
  padding: 25px !important;
}
.popup-confirm-transfer-data__content h4 {
  font-weight: 500;
  margin: 0 !important;
}
.top_button .icon-chevron-up {
  height: 12px;
  width: 12px;
  position: relative;
  top: 14px;
  fill: var(--color-base-button-text);
}

.card-information__text.h5 a:hover {
  color: var(--color-base-accent-2);
}

.template-index .main-container.medium-up--three-quarters {
  margin: 0;
  padding: 0;
}
.compare td {
  border: 1px solid var(--color-base-border);
  border-top: 0;
}
.compare__item {
  border-right: 1px solid var(--color-base-border);
  padding-block: 20px;
}
.compare__items {
  margin-top: -20px;
}
.compare__item:last-child {
  border-right: 0;
}
.compare table tr:last-child .compare__items {
  margin-bottom: -9px;
}
.compare table tr:last-child .compare__items .compare__item {
  padding-bottom: 13px;
}
.popup-compare-full__head,
.popup-wishlist-full__head {
  float: right;
}
.popup-compare-full,
.popup-wishlist-full {
  border: 10px solid #474747;
  padding: 30px !important;
  position: relative;
}
.popup-wishlist-full .icon-close,
.popup-compare-full .icon-close {
  width: 20px;
  height: auto;
}
.compare table tr:first-child .compare__items:first-child {
  margin-top: 0;
}
.compare .title,
.wishlist .title {
  justify-content: left;
  font-size: 25px;
  margin-bottom: 30px;
  width: auto;
}
.compare .btn.button,
.wishlist .btn.button {
  position: absolute;
  top: 23px;
  left: auto;
  right: 60px;
  margin-top: 0 !important;
  width: auto;
}
.header__icons .account_toggle .icon {
  width: 20px;
  height: 20px;
  fill: var(--color-base-background-1);
}
.header__icons .account_toggle .icon:hover {
  fill: var(--color-base-accent-2);
}
.header__icons .account {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.my-account {
  overflow-y: auto;
  padding: 15px 0;
  position: absolute;
  top: 52px;
  z-index: 9;
  background-color: #1a1a1a;
  margin-left: 1rem;
  opacity: 1;
  margin: 0;
  width: 180px;
  left: auto;
  right: 0;
  border: 1px solid var(--color-base-border);
}
.card-img {
  position: relative;
}

.header__icons .my-account li {
  padding: 0px 2.2rem;
  float: left;
  width: 100%;
}
.header__icons .account .disclosure__list .login {
  width: 100%;
  float: left;
}
.disclosure .localization-form__select:hover,
.announcement-menu-link,
.announcement-bar__message:hover {
  color: var(--color-base-button-text);
  fill: var(--color-base-button-text);
}
.visually-hidden {
  height: 100%;
  position: relative !important;
  width: auto;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
input.sca-qv-cartbtn {
  color: #000 !important;
}
.name-title strong {
  font-size: 16px;
}
#sca-qv-des {
  color: var(--color-base-button-text);
}
#sca-qv-des strong {
  font-family: "Poppins", sans-serif;
}
.rte h4 {
  font-size: 18px;
}

#sca-qv-detail {
  font-weight: 500;
}
.sca-qv-product-options {
  color: var(--color-base-text);
}
#sca-qv-sale {
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 1px 5px;
  text-align: center;
  background-color: transparent !important;
  border-color: var(--color-base-button-background);
  color: var(--color-base-button-text);
  word-break: break-word;
  right: auto;
  left: 18px;
  top: 21px;
}
#sca-qv-quantity {
  border: 1px solid #ededed;
  background-color: #f5f5f5;
}
ul {
  padding-left: 0;
}
.cm-grid__item {
  width: 25%;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 15px;
}
.compare table tr td h4 {
  padding: 0 15px;
  font-weight: 600;
}
.price {
  color: var(--color-base-accent-2);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.compare table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 25px;
  float: left;
  border-top: 1px solid var(--color-base-border);
}
.cm-grid {
  margin: 0;
  padding: 0;
}
.cart-count-bubble {
  bottom: 10px !important;
  left: 15px !important;
}
.customer button:hover {
  color: var(--color-base-button-text-hover);
  background-color: var(--color-base-button-background-hover);
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.my-account .login a {
  font-weight: 400;
  line-height: 22px;
}
.my-account .logout,
.my-account .Register {
  margin-top: 8px;
}
.my-account .logout a,
.my-account .Register a {
  color: var(--color-base-accent-1);
  text-transform: capitalize;
  font-family: var(--font-body-family) !important;
}
.announcement-bar__link {
  float: right;
}
.announcement-bar__message.h5 {
  float: right;
  font-family: "Poppins", sans-serif !important;
}
.header-menu {
  float: left;
  padding: 0;
  width: 240px;
  cursor: pointer;
  margin: 4px 0;
  margin-right: 10px;
}
.ttloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.rotating {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background-size: 7%;
  background-color: #1a1a1a;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden {
  overflow: hidden;
}
.blog-articles time {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.blog .blog_date,
.blog-articles .blog_date {
  position: relative;
  display: inline-block;
  width: auto;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: var(--color-foreground);
  line-height: 1.3;
}
.h0 {
  font-size: 4rem;
}
.aboutus-block .page-subheading {
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 5.2rem;
  }
}
h1,
.h1 {
  font-size: 1.6rem;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h3,
.h3 {
  font-size: 1.7rem;
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
h5,
.h5 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: 1.3rem;
  }
}
h6,
.h6 {
  color: var(--color-foreground-75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  color: var(--color-foreground-75);
  border-left: 0.2rem solid var(--color-foreground-20);
  padding-left: 1rem;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  margin-right: 20px;
}
.color-foreground {
  color: var(--color-foreground);
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: none;
  border: 1px solid var(--color-base-border);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid var(--color-base-border);
}
@media screen and (max-width: 749px) {
  .flexslider .btn.slideshow__btn.button {
    padding: 10px 20px;
  }
  .small-hide {
    display: none;
  }
  .viewmore {
    text-align: center;
    margin-top: 20px;
  }
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .header__icons .account {
    margin: 10px 5px 0px;
  }
  .small-hide {
    display: none !important;
  }
  .product_tab-block .title {
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  color: var(--color-base-text);
  background-color: transparent;
  font-size: 14px;
}
.link--text {
  color: var(--color-base-accent-1);
}
/* .link--text:hover {
     color: var(--color-foreground-75);
}
 */
.spr-icon.spr-icon-star,
.spr-icon.spr-icon-star-empty {
  font-size: 75% !important;
}
.spr-icon.spr-icon-star {
  color: #ffc400 !important;
  line-height: 0;
}
.spr-icon.spr-icon-star-empty {
  color: #ccc !important;
  opacity: 1 !important;
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground-20);
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 4rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
.placeholder {
  background-color: var(--color-foreground-4);
  color: var(--color-foreground-55);
  fill: var(--color-foreground-55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.underlined-link {
  color: var(--color-link-hover);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover {
  color: var(--color-link);
  text-decoration-thickness: 0.2rem;
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
  position: relative;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
/* base-focus */
/* Focus ring - default (with offset) */
/* *:focus-visible {
     outline: 0.2rem solid var(--color-foreground-50);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
 */
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
/* *:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
 */
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* component-title */
.tab-container h5 {
  font-family: Poppins, sans-serif;
}
.title,
.title-wrapper-with-link,
.product-recommendations__heading {
  color: var(--color-base-text);
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize !important;
  letter-spacing: 0.2px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.title::before,
.product-recommendations__heading::before {
  content: "";
  border-bottom: 2px solid var(--color-base-accent-2);
  width: 70px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
}
.product_tab-block .title-wrapper--self-padded-tablet-down {
  position: relative;
}

.product_tab-block .collection-header-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 13px;
}
.tabs-holder {
  float: left;
  width: 100%;
}

.products {
  float: left;
  border-left: 0;
  width: 100%;
}
ul {
  list-style: none;
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title-wrapper {
  margin-bottom: 3rem;
}
time {
  color: var(--color-base-text);
}
.article-date time {
  color: var(--color-base-accent-1);
}
.article-date {
  text-align: center;
  color: var(--color-base-accent-1);
}
.title--primary {
  margin: 4rem 0;
}
.breadcrumb-home {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-base-accent-1);
}
.spr-badge {
  line-height: 18px;
}

.breadcrumb a {
  color: var(--color-base-background-1);
}
.collection-hero__description.rte {
  float: left;
  color: var(--color-base-accent-1);
  text-align: left;
  margin-top: 20px;
}
.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.rte.info {
  color: var(--color-base-accent-1);
  font-family: var(--font-body-family);
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: var(--color-base-outline-button-labels);
  margin-top: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}
.subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: var(--color-foreground-70);
}
/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
}
.grid__item {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
#ProductGridContainer .grid__item {
  padding-bottom: 0;
  padding-top: 30px;
  overflow: hidden;
}
.template-index .slideshow {
  margin-top: 0;
}
.template-index .service-section {
  position: relative;
  margin-top: 0;
}
.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .collection-hero__description.rte {
    padding: 15px 0;
  }
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 650px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 649px) {
  #ProductGridContainer .item .item.list-group-item {
    width: 100%;
    max-width: 100%;
  }
  #ProductGridContainer .grid--2-col-desktop .grid__item {
    max-width: 50%;
  }
}
@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 100%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: 33.33%;
}
@media screen and (min-width: 650px) {
  .grid--3-col .grid__item {
    width: 33.33%;
  }
}
.grid--2-col .grid__item {
  width: 50%;
}

@media screen and (min-width: 990px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: 25%;
  }
  .grid--3-col-desktop .grid__item {
    width: 33.33%;
  }
  .grid--2-col-desktop .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 1269px) {
  .grid--5-col-desktop .grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 750px) {
  #ProductGridContainer .grid--3-col-desktop .grid__item {
    max-width: 33.33%;
  }
  #ProductGridContainer .grid--2-col-desktop .grid__item {
    max-width: 50%;
  }
  #ProductGridContainer .item .item.list-group-item {
    width: 100%;
    max-width: 100%;
  }
}
.grid__item--vertical-align {
  align-self: center;
}
.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: 25%;
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: 33.33%;
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: 50%;
  }
}
@media screen and (max-width: 989px) {
  .my-account {
    top: 51px;
  }

  #main-collection-filters #col_4 {
    display: none;
  }
  .menu-drawer__inner-container {
    padding-top: 10px;
  }

  .header__icons .account .disclosure__list {
    right: 20px;
    top: 72px;
  }
  .template-index .service-section {
    margin-bottom: 90px;
  }
  .title-wrapper--self-padded-mobile,
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
  .slider--tablet.grid--peek .grid__item {
    margin: 0;
  }
}
/* component-media */
.media {
  display: block;
  position: relative;
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
/* component-button */
/* Button - APP-LIKE CLEAN STYLE */
.button,
.customer button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  color: #000000;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 24px;
  font-family: var(--font-body-family);
  background: #4ade80;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.button:hover,
.customer button:hover,
.shopify-challenge__button:hover {
  color: #000000;
  background: #22c55e;
  transform: translateY(-1px);
}
.product-form__submit.button.select-button {
  height: 40px;
}
.product-form__submit.button.select-button:hover {
  background: transparent;
}
.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 21px;
  font-weight: 500;
  text-transform: capitalize;
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}
.button--small {
  padding: 1.2rem 2.6rem;
}
/* Button - hover */
/* .button:not([disabled]):hover, .shopify-challenge__button:hover, .customer button:hover {
     box-shadow: 0 0 0 0.2rem var(--color-button-border);
}
 */
/* Button - other */
.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
}
.button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 1px solid #000;
  border-left: 0.5rem solid var(--color-button-text);
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: var(--color-base-text);
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  border: 1px solid var(--color-base-border);
  height: 45px;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}
.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 14px;
  background: #1a1a1a;
}
/* .field__input:hover, .select__select:hover, .customer .field input:hover, .customer select:hover, .localization-form__select:hover {
     box-shadow: 0 0 0 0.2rem var(--color-foreground-55);
}
 */
/* .field__input:focus-visible, .select__select:focus-visible, .field input:focus-visible {
     box-shadow: 0 0 0 0.1rem var(--color-foreground-55), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
 */
/* .field__input:focus, .select__select:focus, .field input:focus {
     box-shadow: 0 0 0 0.1rem var(--color-foreground-55), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-foreground-30);
}
 */
.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* Select */
.select .icon-caret,
.customer select + svg {
  height: 0.7rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}
.select__select,
.customer select {
  cursor: pointer;
  padding: 0 4rem 0 1.5rem;
  background-color: #1a1a1a;
}
/* Field */
.field {
  position: relative;
  width: 100%;
  display: flex;
}
.customer .field {
  display: block;
}
.field--with-error {
  flex-wrap: wrap;
}
.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  background: #1a1a1a;
}
.field__label,
.customer .field label {
  font-size: 14px;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-foreground-75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 300;
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}
.text-area--resize-vertical {
  resize: vertical;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
img {
  max-width: 100%;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.cm-compare-button .cm-compare-icon:hover,
.cm-wishlist-button .cm-wishlist-icon:hover {
  color: var(--color-base-accent-2);
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
  font-size: 1.6rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
/* component-quantity */
.quantity {
  border: 1px solid var(--color-base-border);
  position: relative;
  width: 12rem;
  display: flex;
  height: 45px;
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 4rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  width: 3.5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-foreground);
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
/* component-modal */
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.no-js details[open] .modal__toggle-open {
  display: none;
}
.no-js .modal__close-button.link {
  display: none;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
}
.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}
.cart-notification.active .icon.icon-close {
  color: var(--color-base-text);
}
.icon {
  width: 12px;
  height: 12px;
}
.article-card__header .icon {
  width: 16px;
  height: 16px;
  top: 5px;
  position: absolute;
}
.article-card__header {
  position: relative;
}
.icon.menu-icon-caret {
  width: 17px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
}
.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-background);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-inner {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.banner-inner img {
  transition: transform var(--duration-long) ease;
  display: block;
}
.sub-banner:hover img {
  -o-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}
#cart-icon-bubble {
  position: relative;
}

/* section-announcement-bar */

.announcement-bar {
  float: left;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .announcement-bar__link .icon-arrow {
    height: 1.3rem;
  }
}
#cart_close_btn .modal__close-button.link {
  color: var(--color-base-text);
}

.announcement-bar__message {
  text-align: center;
  letter-spacing: 0.5px;
  font-family: Poppins, sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
/* section-header */
#shopify-section-header {
  z-index: 11;
  min-height: 90px;
  padding: 10px;
}
#shopify-section-announcement-bar {
  border-bottom: 1px solid var(--color-base-border);
  padding: 10px 0 10px;
}
.shopify-section-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
}
.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: auto 2fr 1fr;
  align-items: center;
  grid-template-areas: "heading navigation icons";
  grid-template-columns: auto 1fr auto;
}
@media screen and (min-width: 990px) {
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--top-center {
    grid-template-areas: "left-icon heading icons" "navigation navigation navigation";
  }
  .header--middle-left .header__inline-menu {
    min-width: 100%;
  }
  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
}
.header *[tabindex="-1"]:focus {
  outline: none;
}
.header__heading {
  margin: 0;
  line-height: 0;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link:hover .h2 {
  color: var(--color-foreground);
}
.header__heading-link .h2 {
  line-height: 1;
  color: var(--color-foreground-75);
}
.header__heading-logo {
  width: 100%;
  max-width: 219px;
  height: auto;
}
@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: 0;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
  }
}
/* Header icons */
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-drawer-container .header__icon span {
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}
.header__icon::after {
  content: none;
}
/* .header__icon:hover .icon, .modal__close-button:hover .icon {
     transform: scale(1.07);
}
 */
.header__icon--cart .icon {
  height: 22px;
  width: 20px;
  float: left;
  fill: var(--color-base-background-1);
}
.header__icon--cart .icon:hover {
  fill: var(--color-base-accent-2);
}
.header__icon--cart {
  position: relative;
}
.cart-count-bubble {
  background-color: var(--color-base-button-text);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -4px;
  vertical-align: top;
  width: auto;
  color: var(--color-base-text);
  padding: 0 3px;
  margin: 0 auto;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
/* Search */
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header:not(.header--has-menu) * > .header__search {
  display: none;
}
.header__search {
  display: inline-flex;
  line-height: 0;
  float: left;
  margin-top: 7px;
}
@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }
  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}
details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  height: 100%;
  background-color: #1a1a1a;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem;
  line-height: 1.8;
  gap: 10px;
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: initial;
  margin-left: 0.5rem;
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 100rem;
  }
}
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  width: 20px;
  height: 20px;
  fill: #fff;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
}
.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
}
/* Header menu */
.header__inline-menu {
  margin-left: 0;
  grid-area: navigation;
  display: none;
  text-align: center;
  float: none;
  max-width: 100%;
}
.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}
.header__icons .account .icon.icon-caret {
  display: none;
}
.spr-icon {
  display: inline-block;
}

.list-menu--inline > li:hover ul {
  visibility: visible;
}
@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
    width: auto;
    float: left;
  }
  .header--top-center .header__inline-menu {
    justify-self: center;
  }
  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item,
.hiden_menu a {
  padding: 0px 27px;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-base-background-1);
  letter-spacing: 0.6px;
  font-family: "Oxanium", sans-serif !important;
}
summary .icon-caret {
  fill: var(--color-base-accent-1);
}
.header__menu-item .icon-caret {
  display: none;
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  text-decoration: none;
  text-underline-offset: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__submenu.list-menu {
  padding: 20px 30px;
}
.header__submenu .header__submenu {
  padding: 4px 0 0;
  margin: 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  padding: 0;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  display: block;
  text-align: left;
}
.header__submenu .header__submenu .header__menu-item {
  font-weight: 400;
  padding: 0;
  margin-left: 0;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.header__menu-item.link.link--text a {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--color-base-button-text) !important;
}
.header__inline-menu #header-nav li ul li a {
  color: #888;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--font-body-family) !important;
}

.header__inline-menu #header-nav li ul li a:hover {
  color: var(--color-base-button-text);
}
.header__menu-item.list-menu__item a {
  border: none;
  padding: 0;
  margin: 0;
  color: var(--color-base-background-1);
  font-size: 15px;
  font-weight: 600;
  font-family: "Oxanium", sans-serif !important;
}
.header__menu-item.list-menu__item a:hover,
.header__menu-item:hover {
  color: var(--color-base-button-text);
}
.cm-compare-button .cm-compare-icon,
.cm-wishlist-button .cm-wishlist-icon {
  color: var(--color-base-accent-1);
  text-transform: capitalize;
  font-family: var(--font-body-family) !important;
}
.header__submenu .icon-caret {
  right: 2rem;
}
details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1269px) {
  .template-index .spaced-section {
    margin-bottom: 50px;
  }
  .template-index .slideshow {
    margin-top: 0;
  }
  .header__menu-item,
  .hiden_menu a {
    padding: 0px 15px;
  }
  .header__icons .account .disclosure__list {
    left: auto;
    right: 20px;
  }
  .page-width {
    max-width: 990px;
  }
  .cm-grid__item {
    width: 28%;
  }
  .side-bar.medium-up--one-quarter {
    display: none;
  }
  .main-container.medium-up--three-quarters {
    width: 100%;
    float: left;
    padding-left: 0;
  }
}

@media (max-width: 989px) {
  .page-width {
    max-width: 750px;
  }
  .cm-grid__item {
    width: 44%;
  }
  #TopColumnContent {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .breadcrumb_title {
    font-size: 25px;
    margin-top: 0;
    text-align: center;
  }
  .title,
  .title-wrapper-with-link,
  .product-recommendations__heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .title-breadcrumbs {
    float: none;
    text-align: center;
  }
  .breadcrumb {
    text-align: center;
    float: none;
  }
  .header__heading-logo {
    max-width: 200px;
  }
}
@media (max-width: 749px) {
  .page-width {
    max-width: 100%;
  }
  .cm-grid__item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .announcement_button_1::after {
    margin-right: 7px;
    padding-right: 11px;
  }
}
@media (max-width: 650px) {
  .caption-with-letter-spacing {
    margin-right: 10px;
  }
  .circle-divider.caption-with-letter-spacing time {
    margin-left: 23px;
  }
  .blog .article-card__footer span {
    margin-left: 23px !important;
  }
}
@media (max-width: 567px) and (min-width: 480px) {
  .blog .article-card__footer .icon {
    top: 30px;
  }
}
@media (max-width: 479px) {
  .menu-drawer-container .header__icon span {
    margin-top: 0px;
  }
  #shopify-section-announcement-bar {
    height: auto;
  }
  .search-modal__content {
    padding: 0 2rem;
  }
  .cart_price {
    display: none !important;
  }
  .title,
  .title-wrapper-with-link {
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .grid__item {
    padding: 10px;
  }
  .grid {
    margin: 0 -10px;
  }
  .header__icons .account .disclosure__list {
    top: 60px;
  }
  .grid__item.product__media-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .product-form__submit {
    font-size: 12px;
  }
  .announcement-bar__link {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 3px;
  }
  .announcement-bar__message.h5 {
    float: none;
    text-align: center;
    width: 100%;
  }
  .header__icons {
    display: flex;
  }
  .header__heading-logo {
    width: 170px;
  }
  .header-menu {
    width: auto;
  }
  .template-index .spaced-section {
    float: left;
    width: 100%;
  }
  .spaced-section:last-child {
    float: left;
    width: 100%;
  }
  .template-index .slideshow {
    margin-top: 0;
  }
  .template-index .spaced-section.tm-service {
    margin-top: 0;
  }
  .card-information__wrapper .spr-badge-caption {
    display: none;
  }
  .product_tab-block .collection-header-text {
    font-size: 14px;
    line-height: 16px;
  }
  .button,
  .button-label,
  .shopify-challenge__button,
  .customer button {
    font-size: 14px;
    line-height: 18px;
  }
  .announcement-link {
    float: left;
    width: 100%;
  }
  .my-account .announcement_button_1,
  .my-account .announcement_button_2 {
    padding: 0px 2.2rem;
    margin-top: 8px;
    line-height: 18px;
  }
  .my-account .announcement_button_1 .announcement-menu-link,
  .my-account .announcement_button_2 .announcement-menu-link {
    font-size: 14px;
    color: var(--color-base-text);
  }
  .my-account .announcement_button_1 .announcement-menu-link:hover,
  .my-account .announcement_button_2 .announcement-menu-link:hover {
    color: var(--color-base-accent-2);
  }

  .announcement_button_1:after {
    display: none;
  }
  .spr-summary-actions {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  .flexslider .btn.slideshow__btn.button {
    padding: 0;
    color: var(--color-base-text);
    background-color: transparent;
    border-bottom: 1px solid var(--color-base-text);
    font-size: 13px;
  }
  .flexslider .btn.slideshow__btn.button:hover {
    background-color: transparent;
    border-bottom: 1px solid var(--color-base-text);
  }
}
@media (max-width: 380px) {
  .header__icons .account {
    margin: 10px 0 0;
  }
  .header__heading-logo {
    width: 130px;
  }
}
@media (max-width: 319px) {
  .collection .grid__item,
  .product-recommendations .grid__item {
    width: 100%;
  }
}

/******** wishlist & compare  *********/

.cm-compare-button,
.cm-wishlist-button {
  margin-top: 8px;
}
.cm-compare-icon,
.cm-wishlist-icon {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 22px;
}
.cm-compare-button .icon,
.cm-wishlist-button .icon {
  display: none;
}
.cm-wishlist-button .count-bubble,
.cm-compare-button .count-bubble {
  display: none;
}

.product-hover button.active .icon.not-added {
  display: none;
}
.product-hover button.active .icon.added {
  display: inline-block;
  vertical-align: middle;
}
.product-hover button .icon.added {
  display: none;
}
.compare__grid.grid {
  column-gap: 0;
  margin: 0;
}
.compare__grid .product-card-compare {
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-base-border);
  margin-inline-end: -1px;
}
.compare__grid .product-card-compare li {
  display: flex;
  border-bottom: 1px solid var(--color-base-border);
  padding: 15px;
  position: relative;
}
.compare__grid .product-card-compare li:last-child {
  border-bottom: none;
  min-height: 110px;
}
.compare__grid .product-card-compare li > span {
  width: 50%;
  text-align: right;
  color: var(--color-base-accent-1);
}
.compare__grid .product-card-compare li:first-child span {
  width: auto;
  text-align: left;
}
.compare__grid .product-card-compare li .form__label {
  text-align: left;
  color: var(--color-base-background-1);
  font-weight: 500;
  margin-bottom: 0;
}
.compare__grid .price--on-sale .price__sale {
  justify-content: left;
}
.compare__grid .price dd {
  text-align: left;
}
.wishlist__grid,
.compare__grid {
  column-gap: 0;
  row-gap: 30px;
  margin: 0 -15px;
  margin-bottom: 80px !important;
}
.wishlist__grid .product-card {
  width: 25%;
  padding: 0 15px;
}
.wishlist__grid .product-hover,
.compare__grid .product-hover {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  opacity: 1;
  top: 0px;
  bottom: auto;
  right: 20px;
  width: 34px;
  background-color: transparent;
  border: 0;
  left: 12px;
}
.compare__grid .product-hover {
  top: 10px;
}
.wishlist__grid .product-hover .cm-link.btn--status,
.compare__grid .product-hover .cm-link.btn--status {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
}
.wishlist__grid .product-hover .cm-link.btn--status .icon,
.compare__grid .product-hover .cm-link.btn--status .icon {
  width: 16px;
}
.compare__grid .product-card-compare li span.color > option {
  border: 1px solid #aaa !important;
  height: 16px;
}
.wish-info,
.comp-info {
  text-align: center;
  padding: 15rem 0 20rem;
  margin: 0;
}
.no_products_data {
  font-size: 20px;
  font-weight: 400;
}
.wish-info a.link,
.comp-info a.link {
  text-decoration: underline !important;
  font-size: 15px;
  text-transform: capitalize;
}
.wish-info a.link:hover,
.comp-info a.link:hover {
  text-decoration: none !important;
}
.wishlist__grid .card-information__wrapper .product-form {
  width: auto;
  height: auto;
  margin-top: 5px;
}
.wishlist__grid .card-information__wrapper .caption-with-letter-spacing.light {
  margin-bottom: 5px;
}
.wishlist__grid .product-form__submit {
  background: transparent;
  padding: 0;
  color: var(--color-base-text);
  text-decoration: underline;
}
.wishlist__grid .product-form__submit:hover {
  text-decoration: none;
}
@media (max-width: 989px) {
  .compare__grid .product-card-compare,
  .wishlist__grid .product-card {
    width: 33.33%;
  }
}
@media (max-width: 650px) {
  .compare__grid .product-card-compare,
  .wishlist__grid .product-card {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .wishlist__grid .product-card {
    padding: 0 10px;
  }
  .compare__grid .product-card-compare {
    width: 100%;
    max-width: 280px;
  }
  .wishlist__grid {
    margin: 0 -10px;
  }
  .wishlist__grid .card-information__wrapper .card-information__text.h5 a {
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
  }
}

/********* end wishlist & compare **********/

/* sticky scroll */
.stickyscroll > .scroll-item {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.stickyscroll {
  overflow-x: auto;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  display: flex;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.stickyscroll::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #ced8ce;
}
.stickyscroll::-webkit-scrollbar-thumb {
  background: #a8a8a8;
}
@media only screen and (max-width: 989px) {
  .splide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.site-header,
.header-wrapper,
.header__inner {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  min-height: 50px !important;
}

header, .header-wrapper, .site-header, .sticky-header {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 1 !important;
}

.header__heading, .header__heading-link, .header__heading-logo {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  max-height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

.header-wrapper * {
  box-sizing: border-box !important;
}
/* Ajuste da seção e do título das páginas (mobile + desktop) */
#TopColumnContent {
  padding-top: 20px !important; /* antes estava 60px */
  padding-bottom: 30px !important; /* reduzido para equilibrar o espaço */
  margin-bottom: 30px !important; /* menos espaço após o título */
}

/* Reduz o tamanho da fonte do título das páginas */
.breadcrumb_title,
.main-page-title,
.template-page .rte.info h1 {
  font-size: 1.2rem !important; /* antes era 30px/25px em alguns breakpoints */
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
  text-align: center !important;
}

/* Ajuste específico para mobile */
@media (max-width: 749px) {
  #TopColumnContent {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }

  .breadcrumb_title,
  .main-page-title,
  .template-page .rte.info h1 {
    font-size: 1rem !important;
    line-height: 1.1 !important;
  }
}







/* ==========================================
   FIX SCROLL HORIZONTAL NO MOBILE - VERSÃO ULTRA SEGURA
   Adicionar ao final do base.css
   ========================================== */

/* Prevenir overflow horizontal apenas em mobile */
@media screen and (max-width: 749px) {
  /* Apenas HTML e Body - o mais seguro */
  html {
    overflow-x: hidden;
    max-width: 100%;
  }

  body {
    overflow-x: hidden;
    position: relative;
  }

  /* Ajustar margens do grid que causam o problema */
  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }

  .grid__item {
    padding: 10px;
  }

  /* Apenas page-width sem afetar conteúdo interno */
  .page-width {
    overflow-x: visible; /* Permitir que slideshow funcione */
  }

  /* Corrigir apenas sections problemáticas */
  .main-container,
  .contents {
    overflow-x: visible; /* Não esconder nada importante */
  }
}



/* ==========================================
   REDIMENSIONAR SEÇÃO "IMAGEM COM TEXTO" - CORRIGIDO
   Adicione ao final do base.css (SUBSTITUA o código anterior)
   ========================================== */

/* Desktop - Redimensionar corretamente SEM cortar */
@media screen and (min-width: 990px) {
  /* Limitar o container da imagem */
  .image-with-text__media,
  .image-with-text__media-item,
  .image-with-text .grid__item:has(img) {
    max-width: 600px !important; /* Ajuste este valor */
    margin: 0 auto !important;
  }

  /* Garantir que a imagem redimensiona proporcionalmente */
  .image-with-text img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important; /* NÃO cortar */
    display: block !important;
  }

  /* Remover padding/height fixo que pode estar cortando */
  .image-with-text__media .media,
  .image-with-text__media-item .media {
    padding-bottom: 0 !important;
    height: auto !important;
  }

  /* Se a imagem estiver dentro de um link */
  .image-with-text__media a,
  .image-with-text__media-item a {
    display: block;
    width: 100%;
  }
}

/* Mobile - Manter 100% */
@media screen and (max-width: 989px) {
  .image-with-text__media,
  .image-with-text__media-item {
    max-width: 100% !important;
  }
}Page_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_DownPage_Down



/* ============================================
   FALAS STORE - CSS CUSTOMIZADO
      Otimização Formulários
         ============================================ */

         /* Formulário Full Width */
         .template-page .page-width {
           max-width: 100% !important;
             padding: 0 !important;
             }

             iframe[src*="form"], .elfsight-app {
               width: 100% !important;
                 max-width: 900px !important;
                   margin: 40px auto !important;
                   }

                                                  }

                     .form-wrapper {
                       background: white;
                         border-radius: 12px;
                           padding: 40px;
                             max-width: 900px;
                               margin: 40px auto;
                               }

                               .form-wrapper input, .form-wrapper select {
                                 width: 100%;
                                   padding: 14px 18px;
                                     border: 2px solid #e0e0e0;
                                       border-radius: 8px;
                                         font-size: 15px;
                                           margin-bottom: 20px;
                                           }

                                           .form-wrapper input:focus {
                                             border-color: #0020a6;
                                               box-shadow: 0 0 0 3px rgba(0,32,166,0.1);
                                               }

                                               .form-wrapper button {
                                                 background: linear-gradient(135deg, #0032a6, #0020a6);
                                                   color: white;
                                                     padding: 16px 40px;
                                                       border: none;
                                                         border-radius: 8px;
                                                           font-size: 16px;
                                                             font-weight: 600;
                                                               width: 100%;
                                                                 max-width: 400px;
                                                                   margin: 30px auto 0;
                                                                     display: block;
                                                                     }

                                                                     @media (max-width: 768px) {
                                                                       .form-wrapper {
                                                                           padding: 25px 20px;
                                                                               margin: 20px 15px;
                                                                                 }
                                                                                 }

/* ============================================
   MODERN APP-LIKE HOMEPAGE REDESIGN
   ============================================ */

/* === ANIMAÇÕES === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* === RESET ESPAÇAMENTOS GLOBAIS === */
.section-template--index,
section[class*="section-"] {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  margin: 0 !important;
}

.page-width {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media screen and (min-width: 750px) {
  .section-template--index,
  section[class*="section-"] {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .page-width {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* === TÍTULOS DE SEÇÕES === */
.section-header,
.collection-list-title,
h2.title,
.title-wrapper,
.featured-collection-title {
  margin-bottom: 24px !important;
  padding: 0 !important;
}

.section-header__title,
.collection-list__title,
h2.title,
.title-wrapper h2,
.featured-collection-title h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}

@media screen and (min-width: 750px) {
  .section-header__title,
  .collection-list__title,
  h2.title,
  .title-wrapper h2,
  .featured-collection-title h2 {
    font-size: 26px !important;
  }
}

/* === SLIDESHOW/BANNER === */
.slideshow,
.tm-slideshow,
[class*="slideshow"] {
  margin-bottom: 0 !important;
}

.slideshow__slide,
.tm-slideshow__slide {
  border-radius: 0 !important;
}

@media screen and (min-width: 750px) {
  .slideshow__slide,
  .tm-slideshow__slide {
    border-radius: 20px !important;
  }
}

/* === GRID DE COLEÇÕES === */
.collection-list {
  gap: 12px !important;
}

.collection-list .collection-list__item,
.collection-list .grid__item {
  animation: fadeInUp 0.5s ease forwards;
}

.collection-list .collection-list__item:nth-child(1) { animation-delay: 0s; }
.collection-list .collection-list__item:nth-child(2) { animation-delay: 0.05s; }
.collection-list .collection-list__item:nth-child(3) { animation-delay: 0.1s; }
.collection-list .collection-list__item:nth-child(4) { animation-delay: 0.15s; }
.collection-list .collection-list__item:nth-child(5) { animation-delay: 0.2s; }
.collection-list .collection-list__item:nth-child(6) { animation-delay: 0.25s; }

/* Cards de Coleção */
.collection-card,
.collection-list__item .card {
  background: #1a1a1a !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #2a2a2a !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.collection-card:hover,
.collection-list__item .card:hover {
  transform: translateY(-4px) !important;
  border-color: #4ade80 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) !important;
}

.collection-card__image,
.collection-list__item .card__media {
  border-radius: 0 !important;
}

.collection-card__title,
.collection-list__item .card__heading {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px !important;
}

/* === GRID DE PRODUTOS (Featured Collection) === */
.product-grid,
.collection-product-list,
[class*="product-grid"] {
  gap: 12px !important;
}

@media screen and (min-width: 750px) {
  .product-grid,
  .collection-product-list,
  [class*="product-grid"] {
    gap: 16px !important;
  }
}

/* Animação dos produtos */
.product-grid .grid__item,
.product-grid .product-card-wrapper {
  animation: scaleIn 0.4s ease forwards;
  opacity: 0;
}

.product-grid .grid__item:nth-child(1) { animation-delay: 0s; }
.product-grid .grid__item:nth-child(2) { animation-delay: 0.05s; }
.product-grid .grid__item:nth-child(3) { animation-delay: 0.1s; }
.product-grid .grid__item:nth-child(4) { animation-delay: 0.15s; }
.product-grid .grid__item:nth-child(5) { animation-delay: 0.2s; }
.product-grid .grid__item:nth-child(6) { animation-delay: 0.25s; }
.product-grid .grid__item:nth-child(7) { animation-delay: 0.3s; }
.product-grid .grid__item:nth-child(8) { animation-delay: 0.35s; }

/* === SEÇÃO DE SERVIÇOS === */
.services,
.tm-services,
[class*="service"] {
  padding: 20px 0 !important;
  margin: 0 !important;
}

.services-wrapper,
.tm-services__wrapper {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.service-item,
.tm-service-item {
  background: rgba(255, 255, 255, 0.05) !important;
  padding: 16px 20px !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease !important;
}

.service-item:hover,
.tm-service-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
}

/* === SEÇÃO IMAGE WITH TEXT === */
.image-with-text,
[class*="image-with-text"] {
  border-radius: 20px !important;
  overflow: hidden !important;
  margin: 16px !important;
}

@media screen and (min-width: 750px) {
  .image-with-text,
  [class*="image-with-text"] {
    margin: 32px auto !important;
    max-width: calc(100% - 64px) !important;
  }
}

.image-with-text__content {
  padding: 32px !important;
}

@media screen and (min-width: 750px) {
  .image-with-text__content {
    padding: 48px !important;
  }
}

/* === TESTEMUNHOS / MULTICOLUMN === */
.multicolumn,
[class*="multicolumn"] {
  background: linear-gradient(145deg, #1a1a1a, #111) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin: 16px !important;
}

@media screen and (min-width: 750px) {
  .multicolumn,
  [class*="multicolumn"] {
    padding: 48px !important;
    margin: 32px !important;
  }
}

.multicolumn-list {
  gap: 20px !important;
}

.multicolumn-card {
  background: #222 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  border: 1px solid #333 !important;
  transition: all 0.3s ease !important;
}

.multicolumn-card:hover {
  border-color: #4ade80 !important;
  transform: translateY(-4px) !important;
}

.multicolumn-card__image-wrapper {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
}

/* === RICH TEXT / CTA === */
.rich-text,
[class*="rich-text"] {
  background: linear-gradient(135deg, #4ade80, #22c55e) !important;
  border-radius: 20px !important;
  padding: 40px 24px !important;
  margin: 16px !important;
  text-align: center !important;
}

@media screen and (min-width: 750px) {
  .rich-text,
  [class*="rich-text"] {
    padding: 56px 48px !important;
    margin: 32px !important;
  }
}

.rich-text h2,
.rich-text .rich-text__heading {
  color: #000 !important;
  font-weight: 800 !important;
}

.rich-text p,
.rich-text .rich-text__text {
  color: #000 !important;
  opacity: 0.8 !important;
}

.rich-text .button,
.rich-text a.button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.rich-text .button:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

/* === BOTÕES GLOBAIS === */
.button,
.btn,
button.button {
  border-radius: 12px !important;
  font-weight: 600 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.button:hover,
.btn:hover {
  transform: translateY(-2px) !important;
}

.button--primary,
.button.button--primary {
  background: linear-gradient(135deg, #4ade80, #22c55e) !important;
  color: #000 !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(74, 222, 128, 0.3) !important;
}

.button--primary:hover {
  box-shadow: 0 8px 24px rgba(74, 222, 128, 0.4) !important;
}

/* === VIEW ALL / VER MAIS LINK === */
.view-all,
.collection__view-all,
a[class*="view-all"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #4ade80 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.view-all:hover,
.collection__view-all:hover {
  gap: 12px !important;
}

/* === SCROLL SUAVE === */
html {
  scroll-behavior: smooth;
}

/* === SCROLLBAR PERSONALIZADA === */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #111;
}

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

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

/* === REMOVER ESPAÇOS EM BRANCO EXTRAS === */
.spaced-section,
.spaced-section--full-width {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.shopify-section + .shopify-section {
  margin-top: 0 !important;
}

/* === HEADER COMPACTO === */
.header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* === FOOTER COMPACTO === */
.footer {
  padding-top: 40px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
}

/* === EFEITO GLASS === */
.glass-effect {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* === LOADING SKELETON === */
.skeleton {
  background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

/* === FOCUS STATES MODERNOS === */
*:focus-visible {
  outline: 2px solid #4ade80 !important;
  outline-offset: 2px !important;
}

/* === SELEÇÃO DE TEXTO === */
::selection {
  background: #4ade80;
  color: #000;
}

/* === BADGES MODERNOS === */
.badge,
.card__badge,
.price__badge-sale {
  background: #ff3b30 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* ===== CORREÇÃO DO SEARCH MODAL - não cobre a página toda ===== */
.search-modal {
  bottom: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 16px 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}

.search-modal__content {
  height: auto !important;
  padding: 0 4rem !important;
}
