* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.notranslate {
    translate: no;
}

@font-face {
    font-family: 'AGaramondPro';
    src: url('../../assets/fonts/AGaramondPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ConthraxSB';
    src: url('../../assets/fonts/conthrax-sb.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

a{
  color:#333;
  text-decoration:none;
  font-size:17px;
}

/* .owl-theme .owl-dots .owl-dot span {
    width: 51px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    margin-top: -4%;
    right: 2%;
} */

/* .owl-carousel .card img {
  max-height: 100%;
  object-fit: contain;
} */


body {
  color: #222;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 20px;
  flex-wrap: wrap;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo span {
  color: red;
}

.container {
  padding: 20px;
}

.highlight-slide {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}

.highlight-info {
  max-width: 500px;
}

.highlight-info em {
  font-style: italic;
  color: #555;
}

.highlight-info h1 {
  font-size: 32px;
  margin: 10px 0;
}

.highlight-info p {
  margin-bottom: 15px;
}

.soon-btn {
  padding: 10px 20px;
  background: white;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.highlight-image img {
  max-width: 350px;
  width: 100%;
}

.cards-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.card {
  background: white;
  border-radius: 10px;
  /* padding: 20px; */
  flex: 1 1 300px;
  position: relative;
}

.card h2 {
  font-size: 24px;
  margin: 10px 0;
}

.card .shop {
  font-style: italic;
  color: #555;
}

/* .card img {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  max-width: 120px;
} */

.search-bar {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 10px;
}

.search {
  display: flex;
  gap: 10px;
}

.search select,
.search input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex: 1;
}

.search button {
  padding: 10px 20px;
  border: none;
  background: #eee;
  border-radius: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .highlight-slide {
    flex-direction: column;
    text-align: center;
  }

  .highlight-image img {
    max-width: 100%;
  }

  .auth-cart {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-box {
    flex-direction: column;
  }

  .search {
    flex-direction: column;
  }
}

.search-icon {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 20px;
    pointer-events: none;
}


/* FOOTER */


footer{
    background:#fff;
    box-shadow: #00000094 0px 30px 50px -16px;
    width:100%;
    margin:0px auto 0 0;
    display:table !important;
    /* border-top:3px solid #E10008; */
}

.scrollUp{
    border-radius:100%;
    background:#17469E;
    width:40px;
    height:40px;
    text-align:center;
    color:#fff;
    line-height:2.1;
    border:4px solid #fff;
    position:absolute;
    margin-top:-19px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    cursor:pointer;
}

.social{
    width:auto !important;
    height:auto;
    display: table;
    margin:0 auto;
}

.social span {
    transform: scale(100%);
    border-radius: 100%;
    background: none;
    color: #000000;
    text-align: center;
    font-size: 18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 2.2;
    border: 2px solid #000000;
    margin: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.social span:hover{
    transform:scale(95%);
    border-radius:100%;
    background:#050505;
    color:#fff;
    text-align:center;
    font-size:18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height:2.2;
    margin:4px;
}

.shared{
    width:auto !important;
    height:auto;
    display: table;
    margin:-15px auto;
}

.shared span{
    transform:scale(100%);
    border-radius:100%;
    background:#ccc;
    color:#fff;
    text-align:center;
    font-size:18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height:2.2;
    margin:4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor:pointer;
}

.shared span:hover{
    transform:scale(90%);
    border-radius:100%;
    background:#333;
    color:#fff;
    text-align:center;
    font-size:18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height:2.2;
    margin:4px;
}

.iconApp{
    width: 190px;
    height:64px;
    border:2px solid #333;
    border-radius:12px;
    transform: scale(100%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor:pointer;
    font-size:14px;
    margin:2px;
}

.iconApp:hover{
    background:#333;
    width: 190px;
    height:64px;
    border-radius:12px;
    transform: scale(98%);
    color:#fff;
}

/* dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size:17px;
    color:#333333;
    padding:0;
} */

/* ul li:hover{
    color:#666; */
    /* text-decoration: underline; */
/* } */

footer ul li:hover {
    text-decoration: underline;
}

/* ESTILO PARA CARTAS */


#content {
width:100%;
}

.card-container {
    width: 280px;
    height: 395px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    margin-bottom:70px;
}

.card-container-mvp{
    background:url(../../assets/card/bg-mvp.png) center/cover;
    width: 280px;
    height: 395px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    margin-bottom:70px;
    border-radius:3mm;
}

/* Adicione estas media queries para responsividade */
@media (max-width: 1270px) {
    #content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 940px) {
    #content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    #content {
        grid-template-columns: 1fr;
    }
}

.card-container:hover, .card-container-mvp:hover, .card-container-chefe:hover{
    cursor: pointer;
    transform:scale(0.98);
    transition:1s;
}

.card-box{
  /* margin-top:20px; */
}

.titleCard{
    background:url(../../assets/card/normal-card-header.png) no-repeat;
    background-size:100%;
    margin:-2px auto;
    width:90%;
    height:23px;
    text-transform:uppercase;
    font-family: 'AGaramondPro', serif;
}

.titleCard p{
    margin-left:12px;
    line-height:1.5;
    font-size:16px;
}

.titleCard-mvp{
    background:url(../../assets/card/mvp-card-header.png) no-repeat;
    background-size:100%;
    margin:-2px auto;
    width:90%;
    height:23px;
    text-transform:uppercase;
    font-family: 'AGaramondPro', serif;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.titleCard-mvp p{
    margin-left:12px;
    line-height:1.5;
    font-size:16px;
}

/* .art {
    width: 90%;
    height: 319px;
    margin: 3px auto;
    background-size:100%;
} */

#footer-front {
    width: 90%;
    margin: 8px auto;
    background-size:100%;
    font-family: 'ConthraxSB', serif;
    font-size:10px;
}

#footer-front-mvp{
    width: 90%;
    margin: 11px auto;
    background-size:100%;
    font-family: 'ConthraxSB', serif;
    font-size:10px;
}

#footer-front-boss{
    width: 90%;
    margin: 6px auto;
    background-size:100%;
    font-family: 'ConthraxSB', serif;
    font-size:10px;
}

.prop-water{
    width:11px;
    height:11px;
    /* border:1px solid black; */
    border-radius:100px;
    margin-left:6px;
    margin-top:3px;
    float:left;
}

.prop-title{
    float:left;
    padding-left:4px;
    margin-top:4px;
}

.prop-title-mvp{
    float:left;
    padding-left:4px;
    margin-top:4px;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.footer-left{
    width:50%;
    float:left;
}

.footer-right{
    width:50%;
    text-align:right;
    float:right;
}

.footer-right-mvp{
    width:50%;
    text-align:right;
    float:right;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.card-id {
    font-size: 0.8rem;
    color: #718096;
    background: #e9e9e991;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 8px;
    margin-top: -5px;
    border: 1px solid #c9cdcf73;
}

.front, .back, .front-mvp, .front-chefe{
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 3mm;
    box-shadow: 0px 2px 20px 11px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */
}

.front {
    background:white;
    transform: rotateY(0deg);
    padding-top:15px;
    /* border:1px solid rgb(214, 214, 214); */
}

.front-mvp{
    transform: rotateY(0deg);
    padding-top:15px;
}

.art-back {
    width: 92%;
    height: 375px;
    background:url(../../assets/card/card-back.png) center/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2mm;
}

.back {
    /* background-size:cover; */
    background:#F0ECEC;
    transform: rotateY(180deg);
}

        /* Novos estilos para os botões */
        .button-container {
            display: flex;
            gap: 8px;
            margin-top: 60px;
            justify-content: space-between;
        }

        /* .card-button {
            flex: 1;
            padding: 10px;
            border: none;
            border-radius: 3px;
            border-radius:100px;
            font-family: 'ConthraxSB', sans-serif;
            font-size: 10px;
            cursor: pointer;
            transition: all 0.3s;
            background-color: #005CEA;
            background-color: #212529;
            color:white;
        } */

        .view-button {
            /* background-color: #2E5BFF; */
            background:none;
            border:2px solid #444444;
            color:#444444;
            /* border:2px solid #2E5BFF;
            color:#2E5BFF; */
            text-align:center;
        }

        .add-button {
            /* background-color: #27ae60; */
            background-color: #005CEA;
            color: white;
        }

        .card-button:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

.hidden {
    display: none !important;
}

.button-account {
    border-radius: 50px; /* Bordas arredondadas */
    height: 40px; /* Altura ajustada */
    width: 80%; /* Largura ajustada */
    padding: 0 20px;
    border: 1px solid #ccc;
    background-color: #005CEA; /* Cor do botão */
    color: #fff;
    font-size: 15px;
    text-transform: uppercase; /* Texto em maiúsculas */
    cursor: pointer;
    margin-left: auto; /* Empurra o botão para a direita */
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona sombra */
    transition: background-color 0.3s ease;
}

/* #not-found-card{

} */

.no-results {
    text-align: center;
    width: 100%;
    grid-column: 1 / -1;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    margin-top: 40px;
    padding: 20px;
    border: 2px dashed #ccc;
    border-radius: 8px;
}

/* CARD CHEFE */

.card-container-chefe{
    background:url(../../assets/card/bg-chefe.png) center/cover;
    width: 280px;
    height: 395px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    border-radius:3mm;
    margin-bottom:70px;
}

.titleCard-chefe{
    background:url(../../assets/card/chefe-card-header.png) no-repeat;
    background-size:100%;
    margin:-2px auto;
    width:90%;
    height:23px;
    text-transform:uppercase;
    font-family: 'AGaramondPro', serif;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.titleCard-chefe p{
    margin-left:12px;
    line-height:1.5;
    font-size:16px;
}

.prop-title-chefe{
    float:left;
    padding-left:4px;
    margin-top:4px;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.footer-right-chefe{
    width:50%;
    text-align:right;
    float:right;
    color: #000000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.front-chefe{
    transform: rotateY(0deg);
    padding-top:15px;
}

/* PAGINATION */

.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
}

.pagination-info {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.pagination-info strong {
    color: #081a2e; /* cor principal */
    font-weight: 600;
}

.pagination-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination-buttons button {
    border: 1px solid #081a2e; /* cor principal */
    /* background: #fff; */
    color: #081a2e;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    padding: 12px;
    width: 48px;
    height: 48px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-buttons button:hover:not(:disabled) {
    background: #081a2e;
    color: #fff;
    border-color: #081a2e;
}

.pagination-buttons button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-buttons button.active {
    background: #081a2e;
    color: #fff;
    border-color: #081a2e;
}

.pagination-buttons ion-icon,
.pagination-buttons i {
    font-size: 18px;
    transition: color 0.3s;
}

.pagination-buttons button:hover:not(:disabled) ion-icon,
.pagination-buttons button:hover:not(:disabled) i {
    color: #fff;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    /* color: #081a2e; */
    pointer-events: none;
    background-color:none;
    /* border-color: #081a2e; */
    opacity: var(--bs-btn-disabled-opacity);
}

/* TOAST */


/* REMOVE BUTTON CART */

.card-button.cart-toggle.added {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.card-button.cart-toggle.added:hover {
    background-color: #bb2d3b !important;
    border-color: #bb2d3b !important;
}

#toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    background: #28a745;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 10000;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    max-width: 90%;
    text-align: center;
    font-size:14px;
    font-family:Montserrat;
}

#toast.toast-visible {
    bottom: 20px;
    opacity: 1;
    pointer-events: auto;
}

#toast.toast-error {
    background: #dc3545;
}

/* Adicione no seu arquivo CSS */

.card-container.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.card-container.disabled .cart-toggle {
    background: #cccccc !important;
    cursor: not-allowed;
}

/* PROGRESSBAR */

.progress-container {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 20px;
  margin-top: 6px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #007bff;
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* LOADING */

#loading-spinner {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#loading-spinner.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}


/* Toast animations */
@keyframes toastIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes toastOut {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100%); opacity: 0; }
}

.toast-message {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.toast-success {
  background-color: #28a745;
}

.toast-error {
  background-color: #dc3545;
}

/* Formatação de title */

.section-title {
/* border-left: 5px solid #8A282D;
padding-left: 10px;
margin-bottom: 20px; */
}
.feature-icon {
font-size: 3rem;
color: #0B1D31;
}

.tech-paragraph {
line-height: 1.6;
margin-bottom: 0;
}

/* OCULTAR BOTOES DO CATALOGO DE CARTAS */

.hidden-buttons{
  width:50px;
  height:50px;
  border:2px solid #333;
  border-radius:10px;
  padding:6px 12px 6px 12px;
  color:#333;
  font-size:22px;
  cursor:pointer;
  transition:1s;
  line-height:1.8;
  margin-top:8px;
  margin-left:10px;
}

.buttons-hidden .button-container {
    display: none !important;
}

.buttons-hidden .card-container,
.buttons-hidden .card-container-mvp,
.buttons-hidden .card-container-chefe {
    margin-bottom: 0 !important;
}

/* Estilo normal quando não está oculto */
.card-container,
.card-container-mvp,
.card-container-chefe {
    margin-bottom: 70px;
    transition: margin-bottom 0.3s ease;
}

    .item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40%;
      height: 100%;
      z-index: 1;
    }

    .caption {
      position: absolute;
      left: 16%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      max-width: 500px;
    }

    .caption h2 {
      font-size: 3rem;
      font-weight: bold;
      margin: 0;
    }

    .caption p {
      margin: 15px 0;
      font-size: 1.2rem;
    }

    .btn-saiba-mais {
      background: #fefe00;
      color: #000;
      font-weight: bold;
      padding: 10px 25px;
      border-radius: 8px;
      transition: 0.3s;
      text-decoration: none;
      display: inline-block;
    }

    .btn-saiba-mais:hover {
      background: #fff;
      outline: 3px solid #fff;
      outline-offset: 4px;
    }

    /* Progress bar */
    /* .progress-bar-container{
      width: 100%;
      height: 5px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
      }
      
      .progress-bar{
        width: 0%;
        height: 100%;
        background: #fefe00;
        transition: width linear;
      } */

    /* Botões de navegação customizados */
    .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 3;
      pointer-events: none;
    }

    .owl-nav button {
      background:#081a2ed8 !important;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
      opacity: 0;
      pointer-events: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .owl-nav button:hover{
      outline: 3px solid #081a2ed8;
      outline-offset: 4px;
      background: #081a2ed8;
    }

    .owl-nav button.owl-prev { left: 20px; }
    .owl-nav button.owl-next { right: 20px; }
    .owl-nav button i { font-size: 1.5rem; color: #fff; }

    .owl-carousel:hover .owl-nav button { opacity: 1; }

    /* Dots customizados */
    .owl-dots {
      position: absolute;
      bottom: 9px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 3;
    }

    .owl-dots .owl-dot span {
      width: 30px;
      height: 5px;
      background: #777;
      border-radius: 5px;
      display: block;
      transition: 0.3s;
    }

    .owl-dots .owl-dot.active span {
      background: #fff;
      width: 40px;
    }

    /* ============================= */
    /* Thumbs */
    /* ============================= */
    .owl-carousel.thumbs {
      width: 100%;
      padding: 0 20px; /* Espaçamento lateral */
      box-sizing: border-box;
      margin: 30px auto;
    }

    .thumb {
      width:80%;
      height: 140px;
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      border: 3px solid transparent;
      transition: all 0.3s ease;
      opacity: 0.5;
    }

    .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .thumb.active {
      outline: 3px solid #0072CE;
      border: 3px solid #e5e5e5;
      opacity: 1;
    }

    .thumb:hover {
      opacity: 1;
      transform: translateY(-8px);
    }

    .owl-carousel.thumbs:hover .thumb.active {
      opacity: 0.5;
    }

    .thumb.active:hover {
      opacity: 1 !important;
    }

    .owl-carousel.thumbs .owl-stage-outer {
      padding:20px;
    }


    /* Mobile */
    @media (max-width: 768px) {
      .owl-carousel.thumbs {
        padding: 0 10px;
      }
      .thumb { height: 100px; }
    }

#shop-section-1{
  /* background:url(http://localhost/inkmana/assets/background/bg-ragnarok2.png) #e5e5e5 no-repeat; */
  /* background:#e5e5e5; */
  background-size:contain;
  background-position:bottom center;
  padding-bottom:50px;
}

/* IMPORTANTE */
.owl-stage {
    padding-top: 40px !important;
}

.montserrat{
  font-family: 'Montserrat', sans-serif;
  color:#081A2E;
}


/* OWL MAIN RESPONSIVE */

/* Apenas exemplo visual */
.owl-carousel .item img {
  height:100%;
  border-radius: 10px;
  background-size:cover;
}

.btn-goto{
  border-radius:100px;
  border:1px solid #081A2E;
  color:#081A2E;
  text-align:center;
}

.header-sub{
  background:#1C2A3C;
}

/* Google Button Spinner */
.btn-google {
    position: relative;
    transition: all 0.3s ease;
}

.btn-google:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Alert styles */
.alert {
    border-radius: 8px;
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}

/* Estilo dos botões do cart.js */
.cart-toggle {
    flex: 1;
    background: #061728;
    color: white;
    border: 0;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}

.cart-toggle:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 23, 40, 0.4);
    background: #0a2a4a;
}

.cart-toggle.added {
    background: linear-gradient(135deg, #48bb78, #38a169) !important;
}

.cart-toggle.added:hover:not(.disabled) {
    background: linear-gradient(135deg, #3da769, #2d8554) !important;
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.cart-toggle.disabled {
    background: #6c757d !important;
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.cart-toggle .btn-icon {
    font-size: 18px;
}

/* Loading spinner */
.bi-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Price emphasis */
.current-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
}

.original-price {
    font-size: 0.9rem;
    color: #8a94a6;
    text-decoration: line-through;
    font-weight: 500;
}

.price-with-discount {
    font-size: 1.2rem;
    font-weight: 700;
    color: #269e41;
}

.discount-badge {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Card Shop Container Light Mode */
.card-shop-wrapper {
    position: relative;
    background: #cfcfcf1a;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.card-shop-wrapper:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #adb5bd;
}

/* Estilos para o botão de wishlist */
.wishlist-toggle {
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.wishlist-toggle:hover {
    background: rgba(220, 53, 69, 0.08);
    transform: scale(1.1);
    color: #dc3545;
}

.wishlist-active {
    color: #dc3545 !important;
}

.wishlist-toggle:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none !important;
}

.secondary-actions {
    display: flex;
    gap: 6px;
}

.btn-secondary {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    transform: translateY(-1px);
    color: #212529;
}

.btn-secondary.in-wishlist {
    color: #dc3545;
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.btn-icon {
    font-size: 16px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    background: transparent;
    border-bottom: 1px solid #e4e4e498;
    padding-bottom: 12px;
}

/* Offer limited */
.limited-offer-wrapper {
    transition: all 0.3s ease;
    cursor:pointer;
}

.limited-offer-wrapper:hover {
    transform:scale(0.98);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}