
.market .product-info-min {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.market .product-info-min .name {
    display: none;
}
.market .product-info-min .id {
    position: absolute;
    right: -2.75rem;
    top: .5rem;
    transform: rotate(45deg);
    color: white;
    background-color: black;
    padding: .25rem 3rem;
}
.market .product-info-min .price > div {
    background-color: black;
    display: flex;
    gap: .5rem;
    align-items: center;
    opacity: 70%;
    color: white;
    padding: .25rem .75rem;
    border-radius: .5rem;
    margin-bottom: .5rem;
}
.paddingcat {
    font-size: 14px;
    padding: 0 8px;
    text-align: center;
    line-height: 1.1;
}


.instruction_wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.instruction_wrapper>h1 {
    font-size: 2.813rem;
    line-height: 1.2;
    font-weight: 600;
}
.instruction_wrapper>p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 15px;
}
.states_wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.popular-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    grid-gap: 1rem;
}
.popular-section a, .article-section a {
    text-decoration: none;
    /*grid-column: span 4;*/
}
.article {
  height: 250px;
  overflow: hidden;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.938rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.second_article {
  width: 48.5%;
  height: 380px;
}
.dot {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.post-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  gap: 0.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
.post-info a {
  color: #fff;
  text-decoration: none;
}
.article img {
  content: "";
  position: absolute;
  inset: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.article:hover img {
  transform: scale(1.1);
}
.article-text {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 600px){
.popular-section {
    grid-template-columns: repeat(1, 1fr);
}
}
.other_back {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 10px;
    color: #f6f5f1;
}
.other_back span {
margin-left: 10px;
}
.second_other {
    margin-top: 25px;
    text-align: center;
}
.second_other>h1 {
    margin-bottom: 1.5rem;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #f6f5f1;
    font-family: "Inter", sans-serif;
}
.middle_other {
    width: 80%;
}
@media (max-width: 767px){
.second_other>h1 {
    font-size: 1.5rem;
    line-height: 1.2;
}
.middle_other h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
#product-card {width:auto;}
}
@media screen and (max-width: 1200px){
.middle_other {
    width: 100%;
}
.middle_other ul {
    font-size: 16px;
    line-height: 26px;
}
    .other_head>ul>li {
    font-size: 16px;}
}
.other_about_wrapper {
    margin: auto;
    margin-top: 20px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.other_head>p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
blockquote {
    background-color: #cccccc26;
    border-left: 4px solid #001f83;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 1.25rem;
}
.other_head>ul {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 28px;
    margin-left: 30px;
}
.other_head>ul>li {
    margin-top: 0.25rem;
    font-size: 18px;
    list-style: disc;
}
.other_head a {
    color: #4562ff;
    cursor: pointer;
    text-decoration: underline;
}
.other_head a:hover {
    text-decoration: none;
}
.middle_other h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 20px;
}
.other_picture img {
    border-radius: 2.25rem;
}
.title-int {
    font-size: 1.75rem;
    text-align: center;
}
.middle_other ol {
    margin-bottom: 1.5rem;
    line-height: 32px;
    margin-left: 30px;
    list-style: decimal;
}
.middle_other ol li {
    margin-top: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
.other_head>ul {
    margin-bottom: 1.5rem;
    line-height: 32px;
    margin-left: 30px;
    list-style: disc;
}
.other_head>ul>li {
    margin-top: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
/**
 * Minified by jsDelivr using clean-css v5.3.0.
 * Original file: /npm/toastify-js@1.12.0/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12),
    0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}
.toastify-right {
  right: 15px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media only screen and (max-width: 600px) {
  .toastify {
    max-width: calc(100% - 0px);
    transform: translate(0px, 20px) !important;
  }
}
@media only screen and (max-width: 360px) {
  .toastify-left,
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
/*# sourceMappingURL=/sm/cb4335d1b03e933ed85cb59fffa60cf51f07567ed09831438c60f59afd166464.map */
.tm-rarity {
    font-size: 11px;
    padding: 2px 5px;
    line-height: 14px;
    font-weight: 300;
    color: #95aaea;
    background-color:#2b3557;
    margin-left: 4px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}
.detail-item-bottom {
    border-bottom: 1px solid #304484;
}
.text-red-500 {
    margin-top: 3px;
    display: block;
    font-size: 13px;
}
.nizfoot {
    color: #fff;
}
.nizfoot:hover {
    border-bottom: 1px dashed #f7f7f7;
}
