/*!
Theme Name: IFT Gelatin
Theme URI: https://qodeum.com/
Author: qodeum.com
Author URI: https://qodeum.com/
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iftgelatin
Tags:
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* font */
  --font-sans-serif: "Onest", sans-serif;

  /* color */
  --color-black: #000000;
  --color-black-light: #171717;
  --color-black-trans: rgba(0, 0, 0, 0.08);

  --color-white: #ffffff;
  --color-white-trans: rgba(255, 255, 255, 0.08);

  --color-accent: #fcc12b;
  --color-accent-trans: rgba(252, 193, 43, 0.08);

  --color-green: #1d5a3d;
  --color-green-dark: #143e2a;
  --color-green-light: #e7ede8;
  --color-green-trans: rgba(21, 53, 38, 0.08);

  --color-gray: #a8a8a8;
  --color-gray-dark: #787878;
  --color-gray-light: #f8f8f8;
}

/* scrollbar 
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
} */

/*  html
------------------------------------------ */
html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-display: auto;
  font-family: var(--font-sans-serif);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .hide-1280 {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* body */
  body {
    font-size: 14px;
  }

  /* br */
  br {
    display: none;
  }

  /* hide 992 */
  .hide-992 {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .hide-576 {
    display: none !important;
  }
}

/*  responsive
------------------------------------------ */
@media only screen and (min-width: 1280px) {
  .show-1280 {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .show-992 {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-768 {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .show-576 {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  HTML
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */
:root {
  /* heading */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 28px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-h6: 16px;

  --font-size-large: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 !important;
  font-family: var(--font-serif);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.56;
}

ul,
ol,
dl {
  line-height: 1.56;
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid var(--color-black-trans);
}

blockquote {
  padding: 16px;
  background: var(--color-accent-trans);
  border-left: 1px solid var(--color-accent);
}

/*  table
------------------------------------------ */
table,
td,
th {
  border: 1px solid var(--color-black-trans);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-white);
}

tr:nth-child(even) {
  background-color: var(--color-gray-light);
}

td,
th {
  padding: 16px;
  text-align: left;
  position: relative;
}

/* thaed */
thead {
  color: var(--color-white);
  background: var(--color-green);
}

thead .th {
  font-weight: 500;
}

tbody th {
  font-weight: 400;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  :root {
    /* heading */
    --font-size-h1: 32px;
    --font-size-h2: 24px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;

    --font-size-large: 16px;
  }

  /* table wrapper */
  .table-wrapper {
    overflow-x: scroll;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  site header
 *
 *  —— masthead
 *  —— mastside
 *
----------------------------------------------------------------------------------------- */

:root {
  /* site header: masthead */
  --masthead-height: 96px;
}

/* site header */
.site-header {
  top: 0;
  width: 100%;
  z-index: 999;
  font-weight: 500;
  position: fixed;
  color: var(--color-white);
  transition: ease-in-out 0.16s;
}

/* onscroll */
.onscroll .site-header {
  background: var(--color-green);
}

/*  site header: masthead
----------------------------------------------------------------------------------------- */
.masthead,
.masthead-panel,
.masthead [class*="col-"] {
  gap: 0 32px;
  display: flex;
  align-items: center;
}

/* masthead */
.masthead {
  transition: ease-in-out 0.16s;
  height: var(--masthead-height);
}

/* masthead column */
.masthead [class*="col-"] {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--column-padding);
}

/*  masthead navigation
------------------------------------------ */
.masthead-navigation {
  --menu-item-height: 40px;
}

/* masthead menu */
.masthead-navigation .menu {
  gap: 32px;
  display: flex;
}

/* masthead navigation menu item */
.masthead-navigation .menu-item {
  gap: 4px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  transition: ease-in-out 0.16s;
  justify-content: space-between;
  height: var(--menu-item-height);
}

.masthead-navigation .menu-item:hover,
.masthead-navigation [class*="current-menu-"]:not(.menu-item-has-children) {
  color: var(--color-accent);
}

/* masthead navigation menu item has children */
.masthead-navigation .menu-item-has-children::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}

/* masthead navigation sub menu */
.masthead-navigation .sub-menu {
  gap: 8px;
  left: 50%;
  padding: 32px;
  display: none;
  min-width: 320px;
  position: absolute;
  border-radius: 0px;
  flex-direction: column;
  transform: translateX(-50%);
  background: var(--color-white);
  color: var(--color-black) !important;
  top: calc(var(--menu-item-height) - 0px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}

.masthead-navigation .sub-menu .menu-item {
  height: unset;
}

/* masthead navigation sub menu first level */
.masthead-navigation .menu > *::after {
  content: none;
}

.masthead-navigation .menu > *:hover > .sub-menu {
  display: flex;
}

/* masthead navigation sub menu second level */
.masthead-navigation .menu > * > * > *::after {
  background: url("https://api.iconify.design/carbon/chevron-right.svg?color=black")
    no-repeat center center / contain;
}

.masthead-navigation .menu > * > * > *:hover > .sub-menu {
  top: 0;
  left: 100%;
  display: flex;
}

/*  resposnive (desktop)
------------------------------------------ */
@media only screen and (min-width: 992px) {
  /* masthead panel */
  .masthead-panel {
    width: 100%;
    justify-content: center;
  }

  /* masthead panel :first-child */
  .masthead-panel:first-child {
    justify-content: flex-start;
  }

  /* masthead panel :last-child */
  .masthead-panel:last-child {
    justify-content: flex-end;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */
.site-footer {
  color: var(--color-gray);
  padding: var(--section-gap) 0;
  background: var(--color-black-light);
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Main
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

:root {
  /* section */
  --section-gap: 80px;
}

section {
  display: flex;
  flex-direction: column;
  padding: var(--section-gap) 0;
  gap: calc(var(--section-gap) / 2) 0;
}

/*  section group
------------------------------------------ */
.section-group > section.flowaround:last-child {
  margin-bottom: var(--section-gap);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  :root {
    /* section */
    --section-gap: 32px;
  }
}

/*  section: hero
----------------------------------------------------------------------------------------- */
section.hero {
  /* root */
  --section-hero-banner-height: 420px;

  /* style */
  color: var(--color-white);
  background: var(--color-green);

  /* position */
  position: relative;
  padding: calc(var(--masthead-height) + var(--section-gap)) 0
    var(--section-gap) 0;
}

/*  hero banner
------------------------------------------ */
#hero-banner {
  /* size */
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  height: var(--section-hero-banner-height);
  max-width: calc(var(--container-width-large) - 64px);

  /* style */
  background-color: var(--color-gray-light);

  /* position */
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(var(--section-hero-banner-height) / -2);
}

/* hero banner media */
.hero-banner__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  section.hero {
    /* root */
    --section-hero-banner-height: 256px;
  }
  #hero-banner {
    border-radius: 0;
  }
}

/*  section: flowaround
----------------------------------------------------------------------------------------- */
section.flowaround {
  margin: 0 auto;
  border-radius: 8px;
  color: var(--color-white);
  background: var(--color-green-dark);
  max-width: calc(var(--container-width-large) - 64px);
}

.site-main section.flowaround:last-child {
  margin-bottom: var(--section-gap);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  section.flowaround {
    border-radius: 0px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Component
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  component: form
----------------------------------------------------------------------------------------- */
form {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  label
------------------------------------------ */
label {
  gap: 8px;
  display: flex;
  font-weight: 500;
  align-items: baseline;
}

/*  fieldset
------------------------------------------ */
fieldset {
  margin: 0;
  height: 100%;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--color-black);
}

/* legend */
legend {
  font-weight: 500;
  padding: 0 16px;
}

/*  field
------------------------------------------ */
input,
textarea {
  width: 100%;
  border: none;
  padding: 0 16px;
  background: transparent;
  color: var(--color-black);
}

textarea {
  height: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background: transparent;
}

input[type="submit"] {
  max-width: max-content;
}

/*  contact from 7
------------------------------------------ */

/* .wpcf7-form-control-wrap */
.wpcf7-form-control-wrap {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* wpcf7-form-control */
.wpcf7-form-control {
  gap: 16px;
  display: flex;
}

/* .wpcf7-list-item */
.wpcf7-list-item {
  gap: 8px;
  margin: 0;
  display: flex;
  align-items: center;
}

/* .wpcf7-spinne */
.wpcf7-spinner {
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
}

/* .wpcf7-response-output */
.wpcf7-response-output {
  border-radius: 0px;
  border-width: 2px;
  margin: 0 !important;
  padding: 16px !important;
}

/*  component: accordion
----------------------------------------------------------------------------------------- */
.accordion {
  position: relative;
}

/*  accordion group
------------------------------------------ */
.accordion-group {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  accordion button
------------------------------------------ */
.accordion-button {
  gap: 32px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  border-radius: 8px;
  padding: 16px 56px 16px 16px;
  transition: ease-in-out 0.16s;
  justify-content: space-between;
  border: 1px solid var(--color-black-trans);

  /* font style */
  line-height: 1.56;
  font-size: var(--font-size-large);
}

/* accordion button active */
.accordion-button.active,
.accordion-button:hover {
  color: var(--color-white);
  background: var(--color-green);
}

/* accordion toggle selection */
.accordion-button::selection {
  background: transparent;
}

/* accordion toggle toggle */
.accordion-toggle {
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  position: absolute;
  transition: ease-in-out 0.16s;
  transform: translateY(-50%) rotate(0);
}

.accordion-button.active .accordion-toggle {
  transform: translateY(-50%) rotate(135deg);
}

/*  accordion panel
------------------------------------------ */
.accordion-panel {
  display: none;
  padding: 16px 16px 0 16px;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* accordion panel */
  .accordion-panel {
    display: none;
    padding: 24px 0 0 0;
  }
}

/*  component: tab
----------------------------------------------------------------------------------------- */

/*  tab content
----------------------------------------- */
.tab-content {
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeEffect 0.16s;
  -webkit-animation: fadeEffect 0.16s;
}

/* tab content active */
.tab-content.active {
  display: block;
}

/*  tab animation
----------------------------------------- */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*  component: sidebar
----------------------------------------------------------------------------------------- */
:root {
  --sidebar-width: 320px;
}

/* sidebar */
.sidebar {
  top: 0;
  right: 0;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  color: var(--color-white);
  width: var(--sidebar-width);
  transform: translateX(100%);
  background: var(--color-black-light);
  transition: transform 0.16s ease-out;
}

.sidebar.active {
  transform: translateX(0);
}

.sidebar > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar > *:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar head */
.sidebar-head {
  padding: 0 32px;
  min-height: calc(var(--masthead-height) * 1);
}

/* sidebar panel */
.sidebar-panel {
  gap: 16px;
  padding: 32px;
}

/*  sidebar navigation
------------------------------------------ */
.sidebar-navigation .menu *::selection {
  background: transparent;
}

/* sidebar navigation menu-item */
.sidebar-navigation .menu .menu-item {
  position: relative;
}

.sidebar-navigation .menu .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar navigation menu-item > a */
.sidebar-navigation .menu .menu-item > a {
  z-index: 1;
  display: block;
  position: relative;
  padding: 16px 0 16px 32px;
  max-width: calc(100% - 80px);
  transition: ease-in-out 0.16s;
}

.sidebar-navigation .menu .menu-item > a:hover,
.sidebar-navigation .menu [class*="current-menu-"] > a {
  color: var(--color-accent);
}

.sidebar-navigation .menu .menu-item > a:hover {
  text-decoration: underline;
}

/* sidebar navigation menu-item-has-children > a */
.sidebar-navigation .menu .menu-item-has-children > a {
  display: inline-block;
}

/* sidebar navigation menu-item > accordion-button */
.sidebar-navigation .menu-item > span {
  right: 0;
  top: 14px;
  width: 100%;
  height: 24px;
  opacity: 0.32;
  display: block;
  cursor: pointer;
  position: absolute;
  transition: ease-in-out 0.16s;
  background: url("https://api.iconify.design/mdi-light/chevron-down.svg?color=white")
    no-repeat right 32px center / contain;
}

.sidebar-navigation .menu-item > span {
  opacity: 1;
}

/* іidebar navigation sub-menu */
.sidebar-navigation .sub-menu {
  background: var(--color-white-trans);
}

/*  component: headline
----------------------------------------------------------------------------------------- */
.headline {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* headline center */
.headline.center {
  text-align: center;
  align-items: center;
}

.headline.center * {
  text-align: center;
}

/*  headline title
------------------------------------------ */
.headline-title {
  font-weight: 500;
  line-height: 1.24;
  font-size: var(--font-size-h2);
}

/* <h1> headline title */
h1.headline-title {
  font-size: 56px;
  line-height: 1.16;
}

.headline-label {
  font-weight: 500;
  line-height: 1.56;
  font-size: var(--font-size-large);
}

/*  headline textarea
------------------------------------------ */
.headline-textarea {
  font-size: var(--font-size-large);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* <h1> headline title */
  h1.headline-title {
    font-size: var(--font-size-h1);
  }
}

/*  component: contact
----------------------------------------------------------------------------------------- */

/*  contact
------------------------------------------ */
.contact {
  display: flex;
  line-height: 1.56;
  flex-direction: column;
}

/* contact label */
.contact-label {
  font-weight: 500;
  margin-bottom: 4px;
}

/* contact social */
.contact-social {
  font-size: 24px;
  color: var(--color-green);
}

/*  contact group
------------------------------------------ */
.contact-group {
  gap: 0px 16px;
  display: flex;
  flex-direction: column;
}

/* contact group inline */
.contact-group.inline {
  flex-direction: row;
}

/*  component: widget
----------------------------------------------------------------------------------------- */
.widget {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  widget title
------------------------------------------ */
.widget-title {
  font-weight: 500;
  line-height: 1.56;
  text-transform: uppercase;
  font-size: var(--font-size-large);
}

/*  component: editor
----------------------------------------------------------------------------------------- */
.editor {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* editor list */
.editor ul,
.editor ol {
  gap: 0px;
  display: flex;
  flex-direction: column;
}

.editor ul {
  list-style: square inside;
}

.editor ol {
  list-style: decimal inside;
}

/* editor iframe */
.editor iframe {
  width: 100%;
  height: 420px;
  border-radius: 8px;
}

/* editor img */
.editor img {
  border-radius: 8px;
}

/* editor link */
.editor a {
  text-decoration: underline;
  color: var(--color-green);
}

/* editor bold */
.editor strong,
.editor b {
  font-weight: 600;
}

/*  component: swiper
----------------------------------------------------------------------------------------- */
.swiper-endless {
  padding: 0 var(--section-gap) !important;
}

/*  swiper slide
----------------------------------------- */
.swiper-slide {
  height: auto !important;
}

/*  component: language switcher
----------------------------------------------------------------------------------------- */
.wpm-language-switcher {
  display: flex;
  align-items: center;
}

.wpm-language-switcher > *:not(:last-child)::after {
  content: "/";
  opacity: 0.16;
  margin: 0 16px;
  display: inline-block;
}

.switcher-list li.active a,
.switcher-list li.active > span {
  color: var(--color-accent) !important;
}

.switcher-list li a,
.switcher-list li > span {
  color: inherit !important;
}

/*  component: site branding
----------------------------------------------------------------------------------------- */
.site-branding {
  display: flex;
  align-items: center;
}

/*  site logo
------------------------------------------ */
/* site logo image */
img.site-logo {
  max-height: 56px;
}

/*  component: button
----------------------------------------------------------------------------------------- */
:root {
  --button-height: 48px;
  --button-height-small: 40px;
}

/*  button group
------------------------------------------ */
.button-group {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

/* button group center */
.button-group.center {
  justify-content: center;
}

/*  button
------------------------------------------ */
.button {
  gap: 8px;
  display: flex;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  padding: 0px 32px;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  height: var(--button-height);
  transition: ease-in-out 0.16s;
  border: 1px solid transparent;
  background: var(--color-accent);
}

/* button small */
.button-small {
  height: var(--button-height-small);
}

/* button white */
.button.white {
  background: var(--color-white);
}

/* button unstyle */
.button-unstyle {
  height: unset;
  padding: unset;
  width: max-content;
  background: transparent;
  text-decoration: underline;
}

/*  button square / round
------------------------------------------ */
.button-round,
.button-square {
  padding: 0;
  width: var(--button-height);
  height: var(--button-height);
  min-width: var(--button-height);
  min-height: var(--button-height);
}

/* button square */
.button-square {
  border-radius: 4px;
}

/* button round */
.button-round {
  border-radius: 100%;
}

/*  button sidebar
------------------------------------------ */
.button-sidebar {
  z-index: 1;
  position: relative;
}

/*  component: modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
}

/*  component: thumbnail
----------------------------------------------------------------------------------------- */
.thumbnail {
  gap: 8px;
  height: 128px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  flex-direction: column;
  background: transparent;
  justify-content: flex-end;
  color: var(--color-white);
  transition: ease-in-out 0.3s;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    var(--color-black) 100%
  );
}

.thumbnail:hover {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 90, 61, 1) 100%);
}

/* thumbnail square */
.thumbnail-square {
  height: unset;
  padding: 100% 0 0 0;
}

/* thumbnail large */
.thumbnail-large {
  height: 420px;
}

/*  thumbnail media
------------------------------------------ */
.thumbnail-media {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/*  thumbnail title
------------------------------------------ */
.thumbnail-title {
  font-weight: 500;
  line-height: 1.56;
  font-size: var(--font-size-large);
}

/*  component: card
----------------------------------------------------------------------------------------- */
.card,
.card-panel {
  display: flex;
  gap: 16px 16px;
  flex-direction: column;
}

.card {
  padding-bottom: 16px;
  border-bottom: 0px solid var(--color-black-trans);
}

/*  card
------------------------------------------ */
/* <a> card */
a.card {
  padding-right: 40px;
  position: relative;
}

/* <a> card / card icon */
a.card .card-icon {
  top: 0;
  right: 0;
  font-size: 32px;
  position: absolute;
  transition: ease-in-out 0.16s;
}

a.card:hover .card-icon {
  top: 4px;
  right: 4px;
}

/*  card panel
------------------------------------------ */
.card-panel.inline {
  flex-direction: row;
  align-items: center;
}

/*  card title
------------------------------------------ */
.card-title {
  font-weight: 500;
  line-height: 1.56;
  transition: ease-in-out 0.16s;
  font-size: var(--font-size-large);
}

/*  card thumbnail
------------------------------------------ */
.card-thumbnail {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  border-radius: 100%;
  background: var(--color-black-trans);
  background-image: unset !important;
}

.card-thumbnail > * {
  z-index: 1;
}

/*  component: pagination
----------------------------------------------------------------------------------------- */
.nav-links {
  gap: 16px;
  display: flex;
}

/*  page numbers
------------------------------------------ */
.page-numbers {
  font-weight: 500;
  transition: ease-in-out 0.16s;
  font-size: var(--font-size-large);
}

/* page numbers / current */
.page-numbers.current,
.page-numbers:hover {
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------------------
 *
 *  Product
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  component: product table
----------------------------------------------------------------------------------------- */
.product-table {
  --product-table-title-width: 256px;
  --product-table-dosage-width: 128px;
}

/* product table td */
.product-table td {
  vertical-align: top;
}

/* product table cell title */
.product-table tr > *:nth-child(1) {
  width: var(--product-table-title-width);
}

/* product table cell dosage */
.product-table tr > *:nth-child(2) {
  width: var(--product-table-dosage-width);
}

/* product table cell excerpt */
.product-table tr > *:nth-child(3) {
  width: calc(
    100% -
      calc(var(--product-table-title-width) + var(--product-table-dosage-width))
  );
}