/*!
 * -------------------------------------------------------------------------------
 * Product catalog page (webuy and wesell) - Responsive
 * Refining and Scrap page
 * ------------------------------------------------------------------------------- 
*/
@font-face {
  font-family: "bodoni";
  src: url("/fonts/bodoni-72-book.ttf") format("truetype");
}
/*
 * Set up the keyframes to actually describe the begining and end states of 
 * the animation.  The browser will interpolate all the frames between these 
 * points.  Again, remember your vendor-specific prefixes for now!
 */
@-webkit-keyframes loadingRefresh {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes loadingRefresh {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes loadingRefresh {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(180deg);
  }
}
@keyframes loadingRefresh {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* Variables*/
/* Font Families*/
/* Font settings */
/* Color Palette*/
/* Shadows */
/* Max content width and paddings */
.btn {
  height: 40px;
}

main section.padding-sm {
  padding: 40px 24px;
}

@media (min-width: 968px) {
  main section {
    padding: 44px 50px;
  }
}
@media (min-width: 1200px) {
  /* the below is to give 10 padding for the product-catalog section to show the ribbon
      All products category tabs on top sometimes will show scroll bar so product categoy 
      section needs to have overflow hidden
  */
  main section .section-content.multi-col {
    gap: 30px;
  }
  main section {
    padding: 44px 24px;
  }
}
@media (min-width: 1400px) {
  main section .section-content.multi-col {
    gap: 40px;
  }
  main section {
    padding: 44px 50px;
  }
}
@media (min-width: 1920px) {
  main section .section-content.multi-col {
    gap: 50px;
  }
  main section {
    padding: 88px 100px;
  }
  main section.padding-sm {
    padding: 64px 96px 32px 96px;
  }
}
@media (min-width: 1200px) {
  .navlist-container {
    min-width: 296px;
  }
  .navlist-container .btn.before-signin {
    height: 40px;
    margin-bottom: 28px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .navlist-container {
    min-width: 330px;
  }
  .navlist-container .btn.before-signin {
    height: 52px;
    margin-bottom: 32px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .navlist-container {
    width: 416px;
    min-width: 416px;
  }
  .navlist-container .btn.before-signin {
    font-size: 1.5rem;
  }
}
#product-catalog {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
#product-catalog h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  #product-catalog h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #product-catalog {
    overflow: hidden;
    padding-left: 10px;
  }
  #product-catalog .currency-selector {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  #product-catalog h1 {
    font-size: 3rem;
  }
  #product-catalog .currency-selector {
    font-size: 1.125rem;
  }
}
/* Sub category section under H1 */
.sub-category {
  border-radius: 4px;
  border: 1px solid #F0F2F3;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  flex: 1 0 215px;
}
.sub-category.exclusive {
  border-radius: 4px;
  flex: 1 0 300px;
  height: 230px;
  color: #333;
  font-size: 1rem;
  line-height: 120%;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 60%;
}
.sub-category.exclusive a {
  text-align: left;
  gap: 12px;
  padding: 20px;
}
.sub-category.exclusive-mintFirst {
  border: 2px solid var(--Grey-5, #F0F2F3);
  background-color: #ffffff;
  background-image: url(/images/bg-kitco-exclusives-mintfirst.png);
  background-position: right bottom;
  background-size: auto 70%;
}
.sub-category.exclusive-uniqueGifts {
  background-color: #F4F4F7;
  background-image: url(/images/bg-kitco-exclusives-unique-gifts.png);
}
.sub-category.exclusive-uncommonGifts {
  background-color: rgba(6, 128, 205, 0.08);
  background-image: url(/images/bg-kitco-exclusives-uncommon-gifts.png);
}
.sub-category.exclusive .exclusive-title {
  font-size: 1.25rem;
  color: #293343;
  line-height: 120%;
}
.sub-category-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  max-width: 100%;
  margin-top: 40px;
  overflow-x: auto;
}
.sub-category a {
  padding: 24px 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sub-category a img {
  height: 146px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sub-category.exclusive {
    flex: 1 0 215px;
    height: 300px;
    background-size: 100% auto;
  }
  .sub-category.exclusive-uncommonGifts {
    background-size: auto 45%;
  }
}
@media (min-width: 992px) {
  .sub-category {
    flex: 1 1 0;
  }
  .sub-category.exclusive {
    font-size: 1.125rem;
    height: 340px;
    background-size: auto;
  }
  .sub-category.exclusive a {
    padding: 40px;
  }
  .sub-category.exclusive .exclusive-title {
    font-size: 1.5rem;
  }
  .sub-category-list {
    overflow: hidden;
  }
  .sub-category a img {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .sub-category.exclusive {
    background-size: auto 50%;
  }
}
@media (min-width: 1400px) {
  .sub-category.exclusive {
    background-size: auto;
  }
  .sub-category a img {
    height: 146px;
  }
}
.breadcrumbs { /* Main styles in custom.css */
  margin-bottom: 20px;
}

.payment-toggle-button {
  display: inline-flex;
  background-color: rgba(244, 244, 247, 0.9);
  padding: 2px;
  position: relative;
  border-radius: 4px;
}
.payment-toggle-button__ghost {
  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 10;
  height: 44px;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.payment-toggle-button__item {
  margin-right: 1px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  padding: 2px 12px 4px 12px;
  transition: background-color 200ms ease-in-out;
  min-width: 148px;
  flex: 1;
  /*&:hover {
      background-color: rgb(244, 244, 247, 0.1);
  }*/
}
.payment-toggle-button__item:last-child {
  margin-right: 0;
}
.payment-toggle-button__item--active {
  background-color: #ffffff;
  background-color: #ffffff;
}
.payment-toggle-button__item--active .payment-toggle-button__label {
  color: #0680CD;
}
.payment-toggle-button__label {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  line-height: 23px;
}
.payment-toggle-button__sublabel {
  font-size: 0.75rem;
  color: #555;
  white-space: nowrap;
  line-height: 15px;
}

@media (min-width: 768px) {
  .payment-toggle-button__item {
    flex: auto;
  }
}
/* Product List Section */
.category-tabs {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.category-tab {
  flex: 1 0 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #F0F2F3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  display: flex;
  padding-left: 14px;
  padding-right: 14px;
}
.category-tab.active {
  border-color: #0680CD;
  color: #0680CD;
}
.category-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.category-title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.category-title h2 {
  margin: 0;
  color: #293343;
  font-size: 1.5rem;
  flex: 1;
  line-height: 40px;
}
.category-panel-toggler {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #ffffff;
}
.category-panel-toggler-icon {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M30 25L20 15L10 25" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
}
.category-panel-toggler.collapsed .category-panel-toggler-icon {
  transform: rotate(180deg);
}
.category-content {
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .category-title {
    margin-bottom: 20px;
  }
  .category-title h2 {
    font-size: 2rem;
  }
  .category-list {
    gap: 40px;
  }
  .category-content {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .category-tab {
    padding-bottom: 12px;
    font-size: 0.875rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1920px) {
  .category-tab {
    padding-bottom: 16px;
    font-size: 1rem;
    padding-left: 14px;
    padding-right: 14px;
  }
  .category-title h2 {
    font-size: 2.25rem;
  }
}
.label_col_wrap_xs {
  max-width: 60px;
  display: inline-block;
  white-space: pre-wrap;
}

@media (min-width: 576px) {
  .label_col_wrap_xs {
    max-width: unset;
    white-space: nowrap;
    display: inline;
  }
}
.category-pool {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category-pool #pool_tables_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category-pool .pool_account {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid #CBCBCD;
  width: 100%;
  color: #555;
}
.category-pool .pool_account th, .category-pool .pool_account td {
  padding: 8px;
  line-height: 120%;
  border-bottom: 1px solid #F4F4F7;
}
.category-pool .pool_account th {
  height: 44px;
}
.category-pool .pool_account th:not(:first-child), .category-pool .pool_account td:not(:first-child) {
  text-align: right;
}
.category-pool .pool_account th, .category-pool .pool_account td.label_col {
  color: #293343;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}
.category-pool .pool_account th.pool_tables_main_title {
  padding: 10px 8px;
  height: 60px;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
}
.category-pool .pool_account th.label_col, .category-pool .pool_account td.label_col {
  border-right: 1px solid #F4F4F7;
}
.category-pool .pool_account .pool_tables_note {
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 120%;
  display: block;
  margin-top: 4px;
}
.category-pool .pool_account input {
  border: 1px solid #CBCBCD;
  width: 60px;
  height: 32px;
  font-weight: 400;
  color: #555;
  text-align: center;
  padding: 10px 8px;
}
.category-pool .pool_button_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.category-pool .pool_button_container .tips {
  display: none;
  color: #555;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}
.category-pool .pool_button_container .error_msg_container {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  color: #CF4055;
}

@media (min-width: 768px) {
  .category-pool #pool_tables_block {
    flex-direction: row;
    gap: 0px;
    flex-grow: 1;
  }
  .category-pool .pool_account {
    font-size: 1.25rem;
  }
  .category-pool .pool_account th, .category-pool .pool_account td.label_col {
    font-size: 1.25rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .category-pool .pool_account th.pool_tables_main_title {
    font-size: 1.5rem;
    text-align: right;
    padding: 10px 12px;
  }
  .category-pool .pool_account tr.row-rhodium {
    height: 60px;
  }
  .category-pool .pool_account td:nth-of-type(2) {
    min-width: 175px;
  }
  .category-pool .pool_account td:last-of-type {
    padding-right: 12px;
  }
  .category-pool .pool_account.cbuy {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #F4F4F7;
    min-width: 60%;
  }
  .category-pool .pool_account.cbuy th:last-of-type, .category-pool .pool_account.cbuy td:last-of-type {
    padding-right: 24px;
  }
  .category-pool .pool_account.csell {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
  }
  .category-pool .pool_account.csell .label_col {
    display: none;
  }
  .category-pool .pool_button_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .category-pool .pool_button_container button {
    width: max-content;
  }
}
@media (min-width: 1024px) {
  .category-pool {
    flex-direction: row;
    gap: 30px;
  }
  .category-pool .pool_button_container {
    flex-direction: column;
    align-items: start;
    align-self: end;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .category-pool .pool_account {
    font-size: 1.125rem;
  }
  .category-pool .pool_account th, .category-pool .pool_account td.label_col {
    font-size: 1.125rem;
  }
  .category-pool .pool_account th.pool_tables_main_title {
    font-size: 1.25rem;
  }
  .category-pool .pool_account td:nth-of-type(2) {
    min-width: 155px;
  }
  .category-pool #pool_tables_block {
    flex-grow: 0;
  }
  .category-pool .pool_button_container {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .category-pool #pool_tables_block {
    flex-grow: 1;
  }
  .category-pool .pool_account {
    font-size: 1.25rem;
  }
  .category-pool .pool_account th, .category-pool .pool_account td.label_col {
    font-size: 1.25rem;
  }
  .category-pool .pool_account th.pool_tables_main_title {
    font-size: 1.5rem;
  }
  .category-pool .pool_account td:nth-of-type(2) {
    min-width: 188px;
  }
  .category-pool .pool_button_container {
    width: 346px;
  }
}
.product {
  /* product-card styles in product-card.css*/
}
.product-category {
  display: flex;
  flex-direction: column;
}
.product-category > .btn-secondary {
  order: 1;
}
.product-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .product {
    /* product-card styles in product-card.css*/
  }
  .product-list {
    row-gap: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product-list {
    justify-content: flex-start;
  }
}
/* 404 Block */
.fourofour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.fourofour-img {
  max-width: 100%;
}
.fourofour h2 {
  color: #293343;
  font-size: 2.25rem;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
.fourofour h4 {
  color: #293343;
  font-size: 1.5rem;
  line-height: 110%;
  text-align: center;
  margin-bottom: 22px;
  margin-top: 16px;
}
.fourofour p {
  color: #293343;
  font-size: 1rem;
  line-height: 120%;
  margin: 0 auto;
  max-width: 667px;
  text-align: center;
}
.fourofour a {
  color: #0680CD;
}
.fourofour .popular-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.fourofour .popular-category {
  display: flex;
  width: 255px;
  height: 222px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}
.fourofour .popular-category-wrapper {
  width: 255px;
}
.fourofour .popular-category-title {
  font-size: 1.125rem;
  color: #293343;
  font-weight: 700;
  line-height: 120%;
  display: block;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #F0F2F3;
  text-align: center;
  padding: 11px 18px;
}

@media (min-width: 576px) {
  .fourofour .popular-categories {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .fourofour .popular-category {
    margin: 0 auto;
  }
  .fourofour .popular-category-wrapper {
    width: calc((100% - 24px) / 2);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fourofour {
    gap: 48px;
    padding-bottom: 50px;
  }
  .fourofour h2 {
    font-size: 3rem;
    margin-bottom: 16px;
    line-height: 110%;
  }
  .fourofour h4 {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .fourofour p {
    color: #2C3642;
  }
  .fourofour .popular-categories {
    flex-wrap: nowrap;
  }
  .fourofour .popular-category-wrapper {
    width: 255px;
  }
}
/* Bulk Discount Table */
.table-volume-pricing {
  width: 100%;
}
.table-volume-pricing th {
  font-size: 0.75rem;
  padding-bottom: 4px;
  font-weight: 700;
  color: #293343;
  line-height: 120%;
  text-align: center;
}
.table-volume-pricing th:not(:first-of-type) {
  min-width: 97px;
}
.table-volume-pricing td {
  padding: 4px 0px;
  font-size: 0.75rem;
  line-height: 120%;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
}
.table-volume-pricing tr.highlighted {
  background: #F4F4F7;
}

@media (min-width: 768px) {
  .table-volume-pricing th:not(:first-of-type) {
    min-width: 100px;
  }
}
/* Digital metals and Rhodium pool table style */
.rhodium-pool .heading, .digital-metals .heading {
  line-height: 43px;
  color: #293343;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.rhodium-pool-table, .digital-metals-table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.rhodium-pool-table-container .btn_add_to_cart, .digital-metals-table-container .btn_add_to_cart {
  width: 100%;
  font-size: 1.125rem;
  height: 42px;
}
.rhodium-pool-table-container .add_msg_container p, .digital-metals-table-container .add_msg_container p {
  margin-bottom: 20px;
}
.rhodium-pool-table-container .error_msg_container, .digital-metals-table-container .error_msg_container {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  color: #CF4055;
}
.rhodium-pool-table-container .error_msg_container > span, .digital-metals-table-container .error_msg_container > span {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.rhodium-pool-table th, .digital-metals-table th {
  padding: 4px 8px;
  font-size: 1.125rem;
  line-height: 120%;
  color: #293343;
}
.rhodium-pool-table th.th-smaller, .digital-metals-table th.th-smaller {
  font-size: 1rem;
}
.rhodium-pool-table td, .digital-metals-table td {
  padding: 8px;
  font-size: 0.875rem;
  line-height: 120%;
  color: #555;
}
.rhodium-pool-table td strong, .digital-metals-table td strong {
  color: #293343;
}
.rhodium-pool-table td[data-bs-toggle=tooltip], .digital-metals-table td[data-bs-toggle=tooltip] {
  text-decoration: underline;
}
.rhodium-pool-table td[data-bs-toggle=tooltip]:hover, .digital-metals-table td[data-bs-toggle=tooltip]:hover {
  cursor: pointer;
}
.rhodium-pool-table td.with-sub strong, .digital-metals-table td.with-sub strong {
  margin-bottom: 4px;
}
.rhodium-pool-table td.label_sub, .digital-metals-table td.label_sub {
  padding-top: 4px;
  color: #293343;
  font-weight: 700;
}
.rhodium-pool-table td.label_sub a, .digital-metals-table td.label_sub a {
  text-decoration: underline;
  color: #293343;
}
.rhodium-pool-table th, .rhodium-pool-table td, .digital-metals-table th, .digital-metals-table td {
  border: 1px solid #F4F4F7;
  text-align: center;
}
.rhodium-pool-table .label_col, .digital-metals-table .label_col {
  text-align: left;
  font-weight: 700;
}
.rhodium-pool-table .vlign-top, .digital-metals-table .vlign-top {
  vertical-align: top;
}
.rhodium-pool-table .text_small, .digital-metals-table .text_small {
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 400;
}
.rhodium-pool-table .link_copy_to_qty, .digital-metals-table .link_copy_to_qty {
  text-decoration: underline;
  font-weight: 700;
}
.rhodium-pool-table-price-block, .digital-metals-table-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 70px;
  max-width: max-content;
  margin: 0 auto;
}
.rhodium-pool-table-price-currency, .digital-metals-table-price-currency {
  font-size: 0.625rem;
}
.rhodium-pool-table input.quantity_input, .digital-metals-table input.quantity_input {
  width: 60px;
  height: 32px;
  padding: 4px 8px;
  text-align: center;
}
.rhodium-pool-table input.quantity_input.has-error, .digital-metals-table input.quantity_input.has-error {
  border-color: #CF4055;
}
.rhodium-pool-table-hr-separator, .digital-metals-table-hr-separator {
  margin: 40px 0;
  color: #F0F2F3;
  opacity: 1;
}
.rhodium-pool .add_msg_container, .digital-metals .add_msg_container {
  display: none;
}
.rhodium-pool .add_msg_container p, .digital-metals .add_msg_container p {
  padding-left: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M13.3346 4.5L6.0013 11.8333L2.66797 8.5" stroke="%2300884A" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 20px;
  color: #293343;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}
.rhodium-pool .notes, .digital-metals .notes {
  margin-top: 20px;
  margin-bottom: 0;
  color: #555;
}

@media (min-width: 768px) {
  .rhodium-pool .heading, .digital-metals .heading {
    font-size: 1.5rem;
  }
  .rhodium-pool-table, .digital-metals-table {
    min-width: 650px;
    margin-bottom: 12px;
  }
  .rhodium-pool-table th, .digital-metals-table th {
    font-size: 1.5rem;
    line-height: 120%;
    padding: 8px 12px;
  }
  .rhodium-pool-table th.th-smaller, .digital-metals-table th.th-smaller {
    font-size: 1.5rem;
  }
  .rhodium-pool-table th.wide_col, .digital-metals-table th.wide_col {
    width: 340px;
  }
  .rhodium-pool-table td, .digital-metals-table td {
    font-size: 1.25rem;
    line-height: 120%;
    padding: 8px 12px;
    width: 160px;
  }
  .rhodium-pool-table td.label_sub, .digital-metals-table td.label_sub {
    padding-top: 7px;
    padding-bottom: 12px;
    white-space: nowrap;
  }
  .rhodium-pool-table th.wide_col, .rhodium-pool-table td.wide_col, .digital-metals-table th.wide_col, .digital-metals-table td.wide_col {
    padding: 8px 24px;
  }
  .rhodium-pool-table th:last-of-type, .rhodium-pool-table td:last-of-type, .digital-metals-table th:last-of-type, .digital-metals-table td:last-of-type {
    width: 130px;
  }
  .rhodium-pool-table-price-block, .digital-metals-table-price-block {
    flex-direction: row;
    justify-content: center;
    width: auto;
    gap: 4px;
  }
  .rhodium-pool-table-price-currency, .digital-metals-table-price-currency {
    font-size: 1.25rem;
  }
  .rhodium-pool-table-container, .digital-metals-table-container {
    min-width: 650px;
    max-width: max-content;
  }
  .rhodium-pool-table-container .btn-container, .digital-metals-table-container .btn-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 2px;
    clear: both;
  }
  .rhodium-pool-table-container .btn_add_to_cart, .digital-metals-table-container .btn_add_to_cart {
    width: auto;
    clear: both;
  }
  .rhodium-pool-table-container .add-to-cart-container, .digital-metals-table-container .add-to-cart-container {
    width: 650px;
    padding-bottom: 20px;
  }
  .rhodium-pool-table-container .add_msg_container p, .digital-metals-table-container .add_msg_container p {
    text-align: right;
    float: right;
    margin-bottom: 12px;
  }
  .rhodium-pool-table-container .error_msg_container > span, .digital-metals-table-container .error_msg_container > span {
    clear: both;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 12px;
  }
  .rhodium-pool .notes, .digital-metals .notes {
    margin-top: 12px;
    width: 650px;
    font-size: 1rem;
    line-height: 120%;
  }
}
@media (min-width: 1400px) {
  .rhodium-pool-table th:first-of-type, .rhodium-pool-table td:first-of-type, .digital-metals-table th:first-of-type, .digital-metals-table td:first-of-type {
    width: 168px;
  }
}
@media (max-width: 374px) {
  .rhodium-pool-table th, .rhodium-pool-table td, .digital-metals-table th, .digital-metals-table td {
    padding-left: 4px;
    padding-right: 4px;
  }
  .rhodium-pool-table input.quantity_input, .digital-metals-table input.quantity_input {
    padding-left: 4px;
    padding-right: 4px;
    width: 54px;
  }
}
/* Digital Metals only styling */
.digital-metals-info {
  margin: 8px -24px 0 -24px;
  padding: 48px 24px;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
}
.digital-metals-info h2, .digital-metals-info h2 strong {
  font-size: 1.5rem;
  line-height: 110%;
  margin-bottom: 24px;
  margin-top: 40px;
  font-weight: 400;
  color: #293343;
}
.digital-metals-info h2:first-of-type, .digital-metals-info h2 strong:first-of-type {
  margin-top: 0;
}
.digital-metals-info a {
  color: #0680CD;
}
.digital-metals-info p {
  margin-bottom: 24px;
  color: #333;
  font-size: 1rem;
  line-height: 120%;
}
.digital-metals-info p:last-of-type {
  margin-bottom: 0;
}
.digital-metals-info ol, .digital-metals-info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 1.5rem;
}
.digital-metals-info ol li > ol, .digital-metals-info ol ul, .digital-metals-info ul li > ol, .digital-metals-info ul ul {
  gap: 16px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .digital-metals-info {
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .digital-metals-info h2, .digital-metals-info h2 strong {
    font-size: 2.25rem;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
/* VC only styling*/
h1.flex-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.metal-toggle {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.metal-toggle .heading_btn {
  padding: 11px 22px;
  flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #003871;
  color: #003871;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.metal-toggle .heading_btn.current {
  background: #003871;
  color: #ffffff;
}

.welcome-note {
  width: 100%;
  font-size: 1rem;
  line-height: 120%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.welcome-note p:last-child {
  margin-bottom: 0;
}

.vaultchain-heading {
  font-size: 1.25rem;
  line-height: 120%;
  color: #293343;
  margin-bottom: 40px;
  font-weight: 700;
}
.vaultchain-heading .vertical-separator {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  margin: 0 8px;
}
.vaultchain-heading .sub_heading {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  color: #0680CD;
  text-decoration: underline;
}
.vaultchain-table {
  width: 100%;
}
.vaultchain-table-heading {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.vaultchain-table tr {
  border-bottom: 1px solid #F4F4F7;
}
.vaultchain-table tr:nth-of-type(2), .vaultchain-table tr:last-of-type {
  border-bottom: 1px solid #CBCBCD;
}
.vaultchain-table tr:nth-of-type(2) th {
  padding-bottom: 14px;
}
.vaultchain-table tr:first-of-type {
  border: none;
}
.vaultchain-table tr:first-of-type th:first-of-type {
  padding-left: 0;
  text-align: left;
}
.vaultchain-table th {
  padding: 8px;
  line-height: 120%;
  color: #293343;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.vaultchain-table th[data-bs-toggle=tooltip] {
  font-size: 0.875rem;
  text-decoration: underline;
}
.vaultchain-table th[data-bs-toggle=tooltip]:hover {
  cursor: pointer;
}
.vaultchain-table td {
  padding: 8px;
  font-size: 0.875rem;
  color: #555;
  text-align: center;
}
.vaultchain-table td:first-of-type {
  color: #293343;
  font-weight: 700;
  text-align: left;
  min-width: 60%;
}
.vaultchain-table .digital-metals-table-price-block {
  height: 40px;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}
.vaultchain-table-sell th:last-of-type, .vaultchain-table-sell td:last-of-type {
  text-align: right;
}
.vaultchain-table-sell tr:nth-of-type(2) {
  border-bottom: 1px solid #F4F4F7;
}
.vaultchain-table-sell tr:first-of-type {
  border-bottom: 1px solid #CBCBCD;
  height: 34px;
  margin-bottom: 8px;
}
.vaultchain-table-sell tr:first-of-type th {
  padding-bottom: 14px;
}
.vaultchain-table-sell .digital-metals-table-price-block {
  margin: 0 0 0 auto;
}
.vaultchain .digital-metals-table-price-block {
  width: max-content;
  min-width: 0;
  max-width: none;
}
.vaultchain .add-to-cart-container {
  margin-top: 40px;
}
.vaultchain .add-to-cart-container input.quantity_input {
  width: 86px;
  height: 32px;
  text-align: center;
}
.vaultchain .add-to-cart-container input.quantity_input.has-error {
  border-color: #CF4055;
}
.vaultchain .add-to-cart-container .label_qty_unit {
  font-size: 1rem;
  line-height: 120%;
  color: #333;
}
.vaultchain .vcg_add_to_cart_div {
  padding: 0 0 8px 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-end;
}
.vaultchain .vcg_add_to_cart_div .btn-container {
  width: 100%;
}
.vaultchain .vcg_add_to_cart_div .btn_add_to_cart {
  height: 42px;
  width: 100%;
  font-size: 1.125rem;
}
.vaultchain .info_msgs {
  display: flex;
  flex-direction: column;
}
.vaultchain .error_msg_container {
  color: #CF4055;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
}
.vaultchain .error_msg_container > span {
  padding-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.vaultchain .add_msg_container {
  display: none;
  margin-bottom: 8px;
}
.vaultchain .add_msg_container p {
  padding-left: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M13.3346 4.5L6.0013 11.8333L2.66797 8.5" stroke="%2300884A" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 8px;
  color: #293343;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 576px) {
  .vaultchain .vcg_add_to_cart_div {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .vaultchain .vcg_add_to_cart_div .btn-container {
    width: auto;
  }
  .vaultchain .vcg_add_to_cart_div .btn_add_to_cart {
    width: auto;
  }
}
@media (min-width: 768px) {
  .metal-toggle {
    width: auto;
    gap: 20px;
  }
  .metal-toggle .heading_btn {
    width: 155px;
    padding: 8px 22px;
    font-size: 1.5rem;
  }
  .vaultchain-heading .sub_heading {
    display: block;
  }
  .vaultchain-table {
    max-width: 650px;
  }
  .vaultchain-table th {
    padding: 8px 12px;
  }
  .vaultchain-table td {
    padding: 8px 12px;
    font-size: 1.25rem;
  }
  .vaultchain-table .digital-metals-table-price-block {
    align-items: center;
    width: auto;
  }
  .vaultchain-table-sell th:last-of-type, .vaultchain-table-sell td:last-of-type {
    text-align: center;
    margin: 0;
  }
  .vaultchain .digital-metals-table-price-block {
    width: auto;
  }
  .vaultchain .add-to-cart-container {
    width: 650px;
  }
  .vaultchain .vcg_add_to_cart_div {
    padding: 0 12px 8px 12px;
    justify-content: flex-end;
  }
  .vaultchain .info_msgs {
    align-items: flex-end;
  }
  .vaultchain .add_msg_container p {
    float: right;
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  h1.flex-heading {
    max-width: 880px;
  }
  .metal-toggle .heading_btn {
    width: 175px;
    padding: 11px 22px;
    font-size: 1.5rem;
  }
  .vaultchain-table {
    width: auto;
    min-width: 650px;
  }
  .vaultchain-table-heading {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .vaultchain-table-container {
    width: 650px;
  }
  .vaultchain-table td:first-of-type {
    min-width: 280px;
  }
  .vaultchain-table th {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .vaultchain-table th[data-bs-toggle=tooltip] {
    font-size: 1.25rem;
  }
}
/* Rhodium only styling */
.rhodium-disclaimer {
  font-size: 1rem;
  line-height: 120%;
  color: #555;
  width: 100%;
}
.rhodium-disclaimer a {
  color: #0680CD;
}
.rhodium-only {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 32px;
}
.rhodium-only .category-title h2 {
  line-height: 110%;
}
.rhodium-only .digital-metals-table-price-block {
  width: max-content;
  min-width: 0;
}
.rhodium-info-content-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rhodium-info h2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rhodium-info .sub-heading {
  color: #333;
  font-size: 1rem;
  line-height: 120%;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 16px;
}
.rhodium-info-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rhodium-info-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  border: 2px solid #F0F2F3;
  background: rgba(0, 0, 0, 0.02);
}
.rhodium-info-heading {
  font-size: 1.25rem;
  line-height: 120%;
  color: #293343;
  font-weight: 700;
}
.rhodium-info-content {
  font-size: 0.875rem;
  line-height: 120%;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rhodium-info-content > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.rhodium-cta-info-block {
  margin-top: 28px;
  background-image: url(/images/bg-rhodium-mobile.png);
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  line-height: 110%;
}
.rhodium-cta-info-block > a {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #ffffff;
  font-size: 1rem;
  line-height: 110%;
}
.rhodium-cta-info-block > a > div {
  max-width: 500px;
  margin: 0 auto;
}
.rhodium-cta-info-block h2 {
  font-size: 2.25rem;
  line-height: 110%;
  color: #ffffff;
}
.rhodium-faq {
  margin: -48px -24px 0 -24px;
  padding: 48px 24px;
  background: rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.rhodium-faq h2 {
  font-size: 2.25rem;
  line-height: 110%;
  color: #293343;
  margin-bottom: 24px;
}
.rhodium-faq .accordion {
  width: 100%;
}
.rhodium-faq .accordion * {
  background: transparent;
}

@media (min-width: 768px) {
  .rhodium-disclaimer {
    margin-top: -12px;
  }
  .rhodium-only {
    gap: 60px;
    margin-top: 20px;
  }
  .rhodium-only .category-title h2 {
    line-height: 40px;
  }
  .rhodium-only .digital-metals-table-price-block {
    width: auto;
  }
  .rhodium-info-grid {
    flex-direction: row;
  }
  .rhodium-info-item {
    flex: 1 1 0px;
  }
  .rhodium-cta-info-block {
    margin-top: 20px;
  }
  .rhodium-cta-info-block > a {
    padding: 40px 152px;
  }
  .rhodium-faq {
    flex-direction: row;
    margin: 0;
    padding: 40px;
  }
  .rhodium-faq h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .rhodium-info h2 .sub-heading {
    margin-top: 0;
  }
  .rhodium-info .category-content {
    margin-top: 0;
  }
  .rhodium-info-content-container {
    margin-top: 12px;
  }
  .rhodium-faq > div {
    flex: 1;
  }
}
/* refining only styles */
.refining {
  flex: 1;
}
.refining h1 {
  font-size: 2.25rem;
}
.refining hr.horizontal-separator {
  margin: 0;
  color: #F0F2F3;
  opacity: 1;
}
.refining .banner-table-container table {
  width: 100%;
}
.refining .for_individuals, .refining .for_businesses, .refining .table_selling .individual_price, .refining .table_selling .wholesale_price {
  display: none;
}
.refining-intro {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 1rem;
  line-height: 120%;
  padding: 24px 0;
  color: #333;
}
.refining-intro p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.refining-intro strong {
  font-size: 1.125rem;
  line-height: 120%;
  color: #293343;
}
.refining-main {
  padding: 48px 0;
  margin: 0 -12px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.refining .currency_change_container {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.refining .currency_change_container .text_small {
  font-size: 0.875rem;
  color: #333;
  line-height: 120%;
}
.refining #tabs {
  display: flex;
  column-gap: 8px;
}
.refining #tabs .btn {
  padding: 11px 5px;
  color: #293343;
  font-size: 0.875rem;
  line-height: 120%;
  flex: 1;
  border: 1px solid #293343;
  height: auto;
}
.refining #tabs .btn.active {
  background: #EBBC4E;
  border: 1px solid #EBBC4E;
}
.refining .CollapsiblePanelTab {
  padding: 10px 8px;
  background: #F0F2F3;
  color: #293343;
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.refining .CollapsiblePanelTab:hover {
  cursor: pointer;
}
.refining .CollapsiblePanelTab .panel_title {
  display: flex;
  column-gap: 10px;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  flex: 1;
  font-weight: 700;
}
.refining .CollapsiblePanelTab .panel_title > span:first-of-type {
  flex: 1;
}
.refining .CollapsiblePanelTab .panel_title .for_businesses, .refining .CollapsiblePanelTab .panel_title .for_individuals {
  white-space: nowrap;
}
.refining .CollapsiblePanelTab .panel_title .panel_subtitle {
  font-size: 0.75rem;
  white-space: nowrap;
}
.refining .CollapsiblePanelTab .category-panel-toggler {
  width: 24px;
  height: 24px;
  background-color: #F0F2F3;
}
.refining .CollapsiblePanelTab .category-panel-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17 9L9 1L1 9" stroke="%23293343" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: #F0F2F3;
  background-size: 12px auto;
}
.refining .CollapsiblePanelTab.collapsed .category-panel-toggler-icon {
  transform: rotate(180deg);
}
.refining .CollapsiblePanelContent {
  transition: all 0.5s;
}
.refining .table_selling {
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 120%;
  color: #293343;
  width: 100%;
}
.refining .table_selling td, .refining .table_selling th {
  padding: 8px 6px;
  border: 1px solid #F4F4F7;
}
.refining .table_selling td:not(:first-of-type), .refining .table_selling th:not(:first-of-type) {
  text-align: center;
}
.refining .table_selling td:first-of-type, .refining .table_selling th:first-of-type {
  width: 35%;
}
.refining .table_selling td > div {
  text-align: left;
  margin: 0 auto;
  width: max-content;
}
.refining .table_selling td:not(:first-of-type) {
  color: #555;
  width: 20%;
}
.refining .table_selling td .mini-text {
  font-size: 0.625rem;
}
.refining .table_selling th {
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 700;
  color: #293343;
}
.refining .table_selling_note {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 0.875rem;
  line-height: 120%;
  color: #333;
  margin-top: 8px;
}
.refining .table_selling_note > div {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.refining .table_selling_note .em {
  font-weight: 700;
}
.refining .table_selling_note .added-padding {
  padding-top: 8px;
}
.refining .create-slip-btn-container .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .refining .create-slip-btn-container .btn {
    width: auto;
    float: right;
  }
}
@media (min-width: 768px) {
  .refining .currency_change_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .refining .currency_change_container .text_small {
    font-size: 1rem;
  }
  .refining .CollapsiblePanelTab {
    padding: 8px;
  }
  .refining .CollapsiblePanelTab .panel_title {
    font-size: 1.5rem;
  }
  .refining .CollapsiblePanelTab .panel_title > span {
    flex-direction: row;
    align-items: center;
    column-gap: 6px;
  }
  .refining .CollapsiblePanelTab .panel_title .panel_subtitle {
    font-size: 1.25rem;
  }
  .refining .CollapsiblePanelTab .category-panel-toggler {
    width: 32px;
    height: 24px;
  }
  .refining .CollapsiblePanelTab .category-panel-toggler-icon {
    background-size: 16px auto;
  }
  .refining .table_selling {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .refining .table_selling td, .refining .table_selling th {
    padding: 8px 12px;
  }
  .refining .table_selling td:first-of-type, .refining .table_selling th:first-of-type {
    width: auto;
  }
  .refining .table_selling td:not(:first-of-type) {
    width: 24%;
  }
  .refining .table_selling td .mini-text {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .refining .table_selling th {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .refining .table_selling_note {
    font-size: 1rem;
  }
  .refining .table_selling_note .added-padding {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .refining-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .refining h1 {
    font-size: 2.5rem;
  }
  .refining-intro {
    row-gap: 24px;
    padding: 0;
  }
  .refining-intro strong {
    font-size: 1.125rem;
  }
  .refining-main {
    padding: 0;
    margin: 0;
  }
  .refining #tabs {
    display: flex;
    column-gap: 20px;
  }
  .refining #tabs .btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .refining .CollapsiblePanelTab .panel_title {
    font-size: 1.25rem;
  }
  .refining .CollapsiblePanelTab .panel_title .panel_subtitle {
    font-size: 1.125rem;
  }
  .refining .table_selling {
    font-size: 1.125rem;
    line-height: 28px;
  }
  .refining .table_selling td:not(:first-of-type) {
    width: 24%;
  }
  .refining .table_selling td .mini-text {
    font-size: 1.125rem;
  }
  .refining .table_selling th {
    font-size: 1.125rem;
  }
  .refining .table_selling_note {
    font-size: 0.875rem;
  }
  .refining .table_selling_note .added-padding {
    padding-top: 12px;
  }
}
@media (min-width: 1400px) {
  .refining {
    padding-left: 10px;
  }
  .refining h1 {
    font-size: 3rem;
  }
  .refining .CollapsiblePanelTab {
    padding: 8px;
  }
  .refining .CollapsiblePanelTab .panel_title {
    font-size: 1.5rem;
  }
  .refining .CollapsiblePanelTab .panel_title .panel_subtitle {
    font-size: 1.25rem;
  }
  .refining .table_selling {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .refining .table_selling td:not(:first-of-type) {
    width: 24%;
  }
  .refining .table_selling td .mini-text {
    font-size: 1.25rem;
  }
  .refining .table_selling th {
    font-size: 1.25rem;
  }
  .refining .table_selling_note {
    font-size: 1rem;
  }
  .refining .table_selling_note .added-padding {
    padding-top: 12px;
  }
}
.seo-text-top {
  color: #333;
  font-size: 1.25rem;
  line-height: 120%;
}
.seo-text-top * {
  margin: 0;
}
.seo-text-top p:first-of-type {
  margin-top: 12px;
}
.seo-text-bottom {
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  font-size: 0.875rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.seo-text-bottom > * {
  margin: 0;
}
.seo-text-bottom h2 {
  font-size: 1.5rem;
  font-family: "bodoni", Georgia, serif;
  line-height: 110%;
}

@media (min-width: 768px) {
  .seo-text-bottom {
    padding: 40px;
    font-size: 1rem;
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .seo-text-bottom h2 {
    font-size: 2.25rem;
  }
}

/*# sourceMappingURL=prod-catalog-v2.css.map */
