@charset "UTF-8";
/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* line 1, sass/_variable.scss */
:root {
  --primary: var(--e-global-color-astglobalcolor1);
  --second: var(--e-global-color-astglobalcolor0);
  --acc: var(--e-global-color-astglobalcolor4);
  --text: var(--e-global-color-astglobalcolor2);
  --text-l: var(--e-global-color-astglobalcolor3);
  --text-w: var(--e-global-color-astglobalcolor5);
  --bg: var(--e-global-color-astglobalcolor5);
  --radius: 10px;
}

/* line 4, sass/_components.scss */
.blur-50 {
  backdrop-filter: blur(50px) !important;
  -webkit-backdrop-filter: blur(50px) !important;
}

@media screen and (max-width: 768px) {
  /* line 10, sass/_components.scss */
  .no-br br {
    display: none;
  }
}

/* line 15, sass/_components.scss */
.text-crimson-text {
  font-family: 'Crimson Text', 'Noto Serif TC', serif !important;
}

/* line 24, sass/_components.scss */
.table-style {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 28, sass/_components.scss */
.table-style table {
  min-width: 768px;
  background: transparent;
  border: 1px solid var(--primary);
  margin: 10px 0;
}
/* line 38, sass/_components.scss */
.table-style td, .table-style th {
  border: 1px solid var(--primary);
  border-width: 0 1px 1px 0;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  /* line 38, sass/_components.scss */
  .table-style td, .table-style th {
    width: auto !important;
  }
}
/* line 50, sass/_components.scss */
.table-style thead td {
  color: #fff;
  background-color: var(--primary);
  border-right: 1px solid #fff;
}
/* line 54, sass/_components.scss */
.table-style thead td:last-of-type {
  border-right: 0;
}
/* line 61, sass/_components.scss */
.table-style tbody tr td, .table-style tbody tr th {
  border-bottom: 0;
}
/* line 66, sass/_components.scss */
.table-style tbody tr:nth-of-type(even) td, .table-style tbody tr:nth-of-type(even) th {
  background-color: var(--primary);
}
/* line 76, sass/_components.scss */
.table-style tr td:last-of-type, .table-style tr th:last-of-type {
  border-right: 0;
}
/* line 81, sass/_components.scss */
.table-style tbody tr:last-of-type td {
  border-bottom: 0;
}
/* line 84, sass/_components.scss */
.table-style strong {
  font-weight: 500;
  background: transparent !important;
}

/* line 6, sass/_main.scss */
body * {
  text-decoration: none;
}
/* line 11, sass/_main.scss */
body header.entry-header .entry-title {
  text-align: center;
}

/* line 18, sass/_main.scss */
button:focus, button:active, a:focus, a:active {
  border: 0 !important;
  outline: none !important;
}

/* line 25, sass/_main.scss */
.slick-track {
  display: flex;
}

/* line 28, sass/_main.scss */
.slick-dotted {
  flex-direction: column;
}

/* line 31, sass/_main.scss */
.slick-arrow {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 35, sass/_main.scss */
.slick-arrow > button {
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
/* line 44, sass/_main.scss */
.slick-arrow > button > span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--text-w);
  border-bottom: 2px solid var(--text-w);
  transform: rotate(135deg);
}
/* line 52, sass/_main.scss */
.slick-arrow > button:hover {
  background-color: var(--primary);
}
/* line 55, sass/_main.scss */
.slick-arrow > button:active, .slick-arrow > button:focus {
  background-color: var(--second);
}
/* line 60, sass/_main.scss */
.slick-arrow.slick-disabled > button {
  opacity: 0;
  cursor: context-menu;
}
/* line 67, sass/_main.scss */
.slick-arrow.slick-next > button > span {
  transform: rotate(-45deg);
}

/* line 74, sass/_main.scss */
.slick-dots li {
  margin: 0;
  padding: 8px !important;
}
/* line 77, sass/_main.scss */
.slick-dots li button {
  background-color: #dddddd;
  width: 10px;
  height: 10px;
  margin: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  /* line 77, sass/_main.scss */
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
/* line 89, sass/_main.scss */
.slick-dots li.slick-active button {
  width: 25px;
  background-color: var(--primary);
}

/* line 102, sass/_main.scss */
.ast-theme-transparent-header .main-header-bar {
  border: 0;
}

/* line 108, sass/_main.scss */
.main-header-menu .sub-menu .menu-link {
  padding: 18px;
}

/* line 132, sass/_main.scss */
.ast-header-search .ast-search-icon a,
.ast-header-account .ast-header-account-wrap a,
.ast-header-woo-cart a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--acc);
  border-radius: 100%;
  line-height: 1;
}
/* line 141, sass/_main.scss */
.ast-header-search .ast-search-icon a:hover,
.ast-header-account .ast-header-account-wrap a:hover,
.ast-header-woo-cart a:hover {
  background-color: rgb(from var(--acc) r g b / 0.85);
}
/* line 145, sass/_main.scss */
.ast-header-search .ast-search-icon svg,
.ast-header-account .ast-header-account-wrap svg,
.ast-header-woo-cart svg {
  fill: var(--primary) !important;
}

/* line 150, sass/_main.scss */
.ast-header-woo-cart i.astra-icon:after {
  color: #fff !important;
  background-color: var(--primary) !important;
}

/* line 252, sass/_main.scss */
.btn .elementor-button {
  min-width: 180px;
}
/* line 255, sass/_main.scss */
.btn .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
/* line 258, sass/_main.scss */
.btn .elementor-button .elementor-button-text {
  line-height: 1.8;
}
/* line 261, sass/_main.scss */
.btn .elementor-button .elementor-button-icon {
  position: relative;
  font-size: 13px;
}
/* line 264, sass/_main.scss */
.btn .elementor-button .elementor-button-icon::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
/* line 279, sass/_main.scss */
.btn .elementor-button .elementor-button-icon > svg {
  position: relative;
  z-index: 2;
}
/* line 287, sass/_main.scss */
.btn .elementor-button:hover .elementor-button-icon::after {
  width: 50px;
  height: 50px;
  opacity: 0;
}

/* line 337, sass/_main.scss */
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: var(--bg);
  display: inline-grid !important;
  place-content: center;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 353, sass/_main.scss */
input[type="radio"] {
  border-radius: 50%;
  /* radio 圓形 */
}

/* hover & focus */
/* line 358, sass/_main.scss */
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  border-color: var(--primary);
}

/* line 363, sass/_main.scss */
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* checked 樣式 */
/* line 371, sass/_main.scss */
input[type="checkbox"]::before {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
/* line 380, sass/_main.scss */
input[type="checkbox"]:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
/* line 383, sass/_main.scss */
input[type="checkbox"]:checked::before {
  opacity: 1;
}

/* line 390, sass/_main.scss */
input[type="radio"]:checked {
  border-color: var(--primary);
  background-color: #fff;
}
/* line 393, sass/_main.scss */
input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

/* disabled 狀態 */
/* line 404, sass/_main.scss */
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 411, sass/_main.scss */
.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/* line 415, sass/_main.scss */
.wpcf7 form .text, .wpcf7 form .title {
  width: 100%;
}
/* line 418, sass/_main.scss */
.wpcf7 form .item {
  width: 100%;
  margin-bottom: 10px;
}
/* line 421, sass/_main.scss */
.wpcf7 form .item > p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 418, sass/_main.scss */
  .wpcf7 form .item {
    margin-bottom: 0px;
  }
}
/* line 428, sass/_main.scss */
.wpcf7 form .item .warp > p {
  display: flex;
  gap: 20px;
}
/* line 433, sass/_main.scss */
.wpcf7 form .item br {
  display: none;
}
/* line 436, sass/_main.scss */
.wpcf7 form .item.w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  /* line 436, sass/_main.scss */
  .wpcf7 form .item.w50 {
    width: 100%;
  }
}
/* line 442, sass/_main.scss */
.wpcf7 form .item.hr {
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  margin: 30px 0 40px;
}
/* line 447, sass/_main.scss */
.wpcf7 form .item label {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 10px;
  display: block;
}
/* line 453, sass/_main.scss */
.wpcf7 form .item input, .wpcf7 form .item textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 5px;
  min-height: 50px;
}
/* line 459, sass/_main.scss */
.wpcf7 form .item textarea {
  height: 150px;
}
/* line 462, sass/_main.scss */
.wpcf7 form .item .required {
  color: red;
}
/* line 466, sass/_main.scss */
.wpcf7 form .submit {
  display: flex;
}
/* line 468, sass/_main.scss */
.wpcf7 form .submit > p {
  display: flex;
}
/* line 471, sass/_main.scss */
.wpcf7 form .submit input.wpcf7-submit {
  font-size: 16px !important;
  letter-spacing: 1px;
  min-width: 150px;
  padding: 20px 10px;
  background-color: var(--primary);
  border: 0;
  border-radius: 50px !important;
}
/* line 479, sass/_main.scss */
.wpcf7 form .submit input.wpcf7-submit:hover {
  color: var(--bg);
  background-color: var(--second);
}

/* line 489, sass/_main.scss */
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
  border-color: var(--primary);
}

/* line 493, sass/_main.scss */
.wpcf7-response-output {
  padding: 5px 15px !important;
  border-radius: 7px;
  background-color: #ffffff80;
  margin: 5px 0 !important;
}

/* line 503, sass/_main.scss */
footer .elementor-shortcode {
  color: var(--bg);
}
/* line 506, sass/_main.scss */
footer #menu-footer {
  display: flex;
  margin: 0;
  list-style: none;
}
/* line 510, sass/_main.scss */
footer #menu-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 515, sass/_main.scss */
footer #menu-footer .menu-item {
  line-height: 1;
  display: flex;
  align-items: center;
  line-height: 1.8;
  margin-bottom: 10px;
}
/* line 522, sass/_main.scss */
footer #menu-footer .menu-item:not(:last-of-type)::after {
  content: '';
  height: 90%;
  width: 1px;
  background-color: var(--text)-2;
  display: inline-block;
  margin: 0 15px;
}
/* line 531, sass/_main.scss */
footer #menu-footer .menu-item .menu-link {
  color: var(--text-w);
  font-size: 16px;
}
/* line 534, sass/_main.scss */
footer #menu-footer .menu-item .menu-link:hover {
  opacity: 0.7;
}
/* line 540, sass/_main.scss */
footer .copyright {
  font-size: 14px;
  font-weight: 300;
}
/* line 543, sass/_main.scss */
footer .copyright a {
  color: var(--text-w);
}
/* line 545, sass/_main.scss */
footer .copyright a:hover {
  color: rgb(from var(--text-w) r g b / 0.6);
}

/* =========================================
   plugins
   ========================================= */
/* YITH WooCommerce Wishlist 追蹤清單  */
/* line 13, sass/_plugins.scss */
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover {
  color: var(--text);
}
/* line 16, sass/_plugins.scss */
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
  width: 20px;
  height: 20px;
}

/* line 22, sass/_plugins.scss */
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
  box-shadow: 0 0 0 transparent;
  padding: 6px;
  left: unset;
  top: unset;
  bottom: 0;
  right: 0;
}
/* line 33, sass/_plugins.scss */
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
  width: 20px;
  height: 20px;
}

/* line 39, sass/_plugins.scss */
.awdr_discount_bar {
  padding: 10px 0 !important;
}

/* line 46, sass/_plugins.scss */
.woocommerce-MyAccount-navigation-link--wishlist > a .ahfb-svg-iconset::before {
  content: "\2665";
  font-size: 18px;
  color: var(--primary);
}
/* line 51, sass/_plugins.scss */
.woocommerce-MyAccount-navigation-link--wishlist > a .ahfb-svg-iconset svg {
  display: none;
}

/* line 56, sass/_plugins.scss */
.wishlist-title {
  display: flex;
  align-items: center;
}
/* line 59, sass/_plugins.scss */
.wishlist-title .button {
  display: flex !important;
  padding: 2px 10px;
}

@media screen and (max-width: 768px) {
  /* line 66, sass/_plugins.scss */
  #wishlist-container table thead {
    display: none;
  }
}
/* line 71, sass/_plugins.scss */
#wishlist-container table th, #wishlist-container table td {
  font-size: 15px;
}
/* line 74, sass/_plugins.scss */
#wishlist-container table th {
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  /* line 79, sass/_plugins.scss */
  #wishlist-container table tbody tr {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5%;
  }
}
/* line 90, sass/_plugins.scss */
#wishlist-container table tbody td {
  border-bottom: 1px solid #e7e7e7 !important;
}
@media screen and (max-width: 768px) {
  /* line 90, sass/_plugins.scss */
  #wishlist-container table tbody td {
    border-bottom: 0 !important;
  }
}
/* line 99, sass/_plugins.scss */
#wishlist-container table .product-remove .remove {
  padding: 0 0 0 1px;
  line-height: 1;
}
/* line 103, sass/_plugins.scss */
#wishlist-container table .product-remove .remove::before {
  border: 0;
}
@media screen and (max-width: 768px) {
  /* line 98, sass/_plugins.scss */
  #wishlist-container table .product-remove {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border-bottom: 0;
    right: 30px;
  }
  /* line 114, sass/_plugins.scss */
  #wishlist-container table .product-remove > div {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 119, sass/_plugins.scss */
  #wishlist-container table .product-price, #wishlist-container table .product-stock-status {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto !important;
  }
}
/* line 127, sass/_plugins.scss */
#wishlist-container table .product-thumbnail {
  width: auto !important;
  display: table-cell !important;
}
@media screen and (max-width: 768px) {
  /* line 130, sass/_plugins.scss */
  #wishlist-container table .product-thumbnail a {
    max-width: 100%;
  }
  /* line 133, sass/_plugins.scss */
  #wishlist-container table .product-thumbnail a img {
    max-width: 100%;
  }
}
/* line 140, sass/_plugins.scss */
#wishlist-container table .product-add-to-cart a {
  color: var(--text-w);
  background-color: var(--primary);
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  display: block !important;
}

/* WPLoyalty (會員積點、會員等級)  */
/* line 159, sass/_plugins.scss */
.woocommerce-MyAccount-navigation-link--loyalty_reward > a .ahfb-svg-iconset::before {
  font-family: loyalty !important;
  content: "\e9a7";
  font-size: 18px;
  color: var(--primary);
}
/* line 165, sass/_plugins.scss */
.woocommerce-MyAccount-navigation-link--loyalty_reward > a .ahfb-svg-iconset svg {
  display: none;
}

/* line 173, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-heading {
  padding-left: 15px;
}
/* line 195, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section {
  flex-direction: column;
  width: 100%;
}
/* line 198, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section .wlr-input-point-conversion {
  border: 0;
}
/* line 200, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section .wlr-input-point-conversion input {
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 0 !important;
  background-color: #e9f0d9;
}
/* line 209, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section .wlr-point-label-content {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
}
/* line 215, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section .wlr-input-point-title {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
/* line 221, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents #wlr-point-conversion-section-1 .wlr-input-point-section .wlr-input-point-title .wlr-point-conversion-discount-label {
  padding-left: 0 !important;
}
/* line 227, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents .wlr-card-inner-container {
  margin-bottom: 15px;
}
/* line 229, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents .wlr-card-inner-container .wlr-name {
  margin-bottom: 5px !important;
}
/* line 233, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-user-reward-contents .wlr-error {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
/* line 242, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-earning-options .wlr-name {
  margin-bottom: 10px !important;
}
/* line 248, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-table *, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount #wlr-transaction-table * {
  font-size: 14px !important;
}
/* line 255, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-table tr > td, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-table tr > th, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount #wlr-transaction-table tr > td, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount #wlr-transaction-table tr > th {
  padding: 10px 8px;
  min-width: 120px;
  font-size: 14px !important;
  border-bottom: 1px solid #d9d9d9 !important;
}
/* line 262, sass/_plugins.scss */
.woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-table tr:last-of-type > td, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount .wlr-table tr:last-of-type > th, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount #wlr-transaction-table tr:last-of-type > td, .woocommerce-MyAccount-content .wlr-myaccount-page.wlr-page-myaccount #wlr-transaction-table tr:last-of-type > th {
  border-bottom: 0 !important;
}

/* line 272, sass/_plugins.scss */
.form-row.ast-animate-input #wlr_dob {
  padding: 1.45em .8em .35em;
}

/* line 275, sass/_plugins.scss */
#wlr_dob {
  min-height: 50px;
  background-color: unset;
}

/* line 282, sass/_plugins.scss */
.wlr-product-message {
  padding-left: 0 !important;
  margin-bottom: 10px;
}

/* line 5, sass/_page_index.scss */
.home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  z-index: -9999;
}
/* line 18, sass/_page_index.scss */
.home .qz-index-carousel .qz-index-carousel__slide {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 24, sass/_page_index.scss */
.home .qz-index-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
/* line 29, sass/_page_index.scss */
.home .qz-index-carousel .slick-arrow.slick-prev {
  left: 3%;
}
/* line 32, sass/_page_index.scss */
.home .qz-index-carousel .slick-arrow.slick-next {
  right: 3%;
}
/* line 36, sass/_page_index.scss */
.home .qz-index-carousel .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 44, sass/_page_index.scss */
  .home .qz-index-carousel.image_link .slick-dots {
    position: relative;
  }
}
/* line 53, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__track, .home .qz-index-carousel.banner .slick-list, .home .qz-index-carousel.banner .slick-track, .home .qz-index-carousel.banner .slick-slide {
  min-height: calc(100vh - 79px - 39px);
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 53, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__track, .home .qz-index-carousel.banner .slick-list, .home .qz-index-carousel.banner .slick-track, .home .qz-index-carousel.banner .slick-slide {
    min-height: calc(100vh - 79px - 39px - 61px);
  }
}
/* line 60, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide, .home .qz-index-carousel.banner .qz-index-carousel__slide {
  width: 100vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 67, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__overlay, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 76, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  max-width: 50%;
  padding: 8%;
  transform: translateY(-50%);
}
/* line 86, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__sub-title, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__sub-title {
  margin-bottom: 0;
}
/* line 89, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__title, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__title {
  font-size: 38px;
  margin-bottom: 0;
}
@media screen and (max-width: 921px) {
  /* line 89, sass/_page_index.scss */
  .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__title, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__title {
    font-size: 28px;
  }
}
/* line 100, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__btn, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__btn {
  margin-top: 5px;
}
/* line 103, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__btn .qz-index-carousel__btn-link, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__btn .qz-index-carousel__btn-link {
  color: #fff;
  background-color: var(--primary);
  text-align: center;
  min-width: 130px;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
}
/* line 112, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content .qz-index-carousel__btn .qz-index-carousel__btn-link:hover, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content .qz-index-carousel__btn .qz-index-carousel__btn-link:hover {
  background-color: rgb(from var(--primary) r g b / 0.85);
}
/* line 117, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.left, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.left {
  left: 0;
  transform: translate(0, -50%);
}
/* line 120, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.left *, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.left * {
  text-align: left;
}
/* line 124, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.center, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.center {
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 127, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.center *, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.center * {
  text-align: center;
}
/* line 131, sass/_page_index.scss */
.home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.right, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.right {
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 921px) {
  /* line 76, sass/_page_index.scss */
  .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content {
    width: 100% !important;
    max-width: 80% !important;
    left: 50% !important;
    right: unset !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 143, sass/_page_index.scss */
  .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content *, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content * {
    text-align: center;
  }
  /* line 146, sass/_page_index.scss */
  .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.left, .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.center, .home .qz-index-carousel.banner .slick-slide .qz-index-carousel__content.right, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.left, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.center, .home .qz-index-carousel.banner .qz-index-carousel__slide .qz-index-carousel__content.right {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
}
/* line 176, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__overlay {
  background-color: var(--qz-overlay, transparent);
}
@media screen and (max-width: 921px) {
  /* line 176, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__overlay {
    background-color: var(--qz-overlay-m, var(--qz-overlay, transparent));
  }
}
/* line 183, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 921px) {
  /* line 183, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__content {
    background-color: var(--qz-content-bg-m, transparent);
    backdrop-filter: blur(calc(var(--qz-content-blur-m, 0) * 1px));
    -webkit-backdrop-filter: blur(calc(var(--qz-content-blur-m, 0) * 1px));
  }
}
/* line 197, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__title {
  color: var(--qz-text, inherit);
}
@media screen and (max-width: 921px) {
  /* line 197, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__title {
    color: var(--qz-text-m, var(--qz-text, inherit));
  }
}
/* line 205, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__sub-title {
  color: var(--qz-text-sub, var(--qz-text, inherit));
}
@media screen and (max-width: 921px) {
  /* line 205, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__sub-title {
    color: var(--qz-text-sub-m, var(--qz-text-sub, var(--qz-text, inherit)));
  }
}
/* line 213, sass/_page_index.scss */
.home .qz-index-carousel.banner .qz-index-carousel__desc {
  color: var(--qz-text-desc, var(--qz-text, inherit));
}
@media screen and (max-width: 921px) {
  /* line 213, sass/_page_index.scss */
  .home .qz-index-carousel.banner .qz-index-carousel__desc {
    color: var(--qz-text-desc-m, var(--qz-text-desc, var(--qz-text, inherit)));
  }
}
/* line 225, sass/_page_index.scss */
.home .woocommerce-js ul.products {
  column-gap: 40px;
}
/* line 231, sass/_page_index.scss */
.home .home-news .home-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  /* line 231, sass/_page_index.scss */
  .home .home-news .home-news__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 239, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__item {
  border: 1px solid transparent;
  box-shadow: 0 30px 40px #0000000d;
  transition: 0.4s;
  background-color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  padding: 0;
}
/* line 248, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__item:hover {
  border: 1px solid var(--primary);
}
/* line 252, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__warp {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 257, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__item-info {
  position: relative;
  padding: 30px 30px 70px 30px;
  flex: 1;
}
/* line 262, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__meta {
  font-size: 0.8125rem;
}
/* line 265, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__item-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 268, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__excerpt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 271, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__more {
  position: absolute;
  left: 30px;
  bottom: 25px;
}
/* line 275, sass/_page_index.scss */
.home .home-news .home-news__grid .home-news__more:hover {
  color: var(--primary);
}

/* line 5, sass/_page_article.scss */
.blog, .archive, .search, .single-post, .single {
  background-color: #fff;
}
@media screen and (max-width: 921px) {
  /* line 12, sass/_page_article.scss */
  .blog .site-content .ast-container, .archive .site-content .ast-container, .search .site-content .ast-container, .single-post .site-content .ast-container, .single .site-content .ast-container {
    display: flex;
    flex-direction: column-reverse !important;
  }
  /* line 17, sass/_page_article.scss */
  .blog.ast-left-sidebar #content > .ast-container, .archive.ast-left-sidebar #content > .ast-container, .search.ast-left-sidebar #content > .ast-container, .single-post.ast-left-sidebar #content > .ast-container, .single.ast-left-sidebar #content > .ast-container {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 576px) {
  /* line 23, sass/_page_article.scss */
  .blog .ast-container, .archive .ast-container, .search .ast-container, .single-post .ast-container, .single .ast-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
/* line 28, sass/_page_article.scss */
.blog .ast-container #primary, .archive .ast-container #primary, .search .ast-container #primary, .single-post .ast-container #primary, .single .ast-container #primary {
  border-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 28, sass/_page_article.scss */
  .blog .ast-container #primary, .archive .ast-container #primary, .search .ast-container #primary, .single-post .ast-container #primary, .single .ast-container #primary {
    padding-top: 0;
  }
}
/* line 35, sass/_page_article.scss */
.blog .ast-container #primary .ast-archive-description, .archive .ast-container #primary .ast-archive-description, .search .ast-container #primary .ast-archive-description, .single-post .ast-container #primary .ast-archive-description, .single .ast-container #primary .ast-archive-description {
  display: none;
}
/* line 38, sass/_page_article.scss */
.blog .ast-container #primary .ast-row, .archive .ast-container #primary .ast-row, .search .ast-container #primary .ast-row, .single-post .ast-container #primary .ast-row, .single .ast-container #primary .ast-row {
  align-items: stretch;
}
/* line 40, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post, .archive .ast-container #primary .ast-row article.ast-article-post, .search .ast-container #primary .ast-row article.ast-article-post, .single-post .ast-container #primary .ast-row article.ast-article-post, .single .ast-container #primary .ast-row article.ast-article-post {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 40, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post, .archive .ast-container #primary .ast-row article.ast-article-post, .search .ast-container #primary .ast-row article.ast-article-post, .single-post .ast-container #primary .ast-row article.ast-article-post, .single .ast-container #primary .ast-row article.ast-article-post {
    width: 50%;
    padding: 0 1em 0;
  }
}
/* line 46, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format-, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format-, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format-, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format-, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- {
  border: 1px solid transparent;
  box-shadow: 0 30px 40px #0000000d;
  transition: 0.4s;
  background-color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  padding: 0;
}
/* line 55, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content {
  position: relative;
  padding: 30px 30px 100px 30px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  /* line 55, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content {
    padding: 20px 20px 80px 20px;
  }
}
/* line 63, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section {
  margin: -30px -30px 30px -30px;
}
/* line 65, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content {
  margin: 0;
  aspect-ratio: 2 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 71, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content img, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content img, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content img, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content img, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-blog-featured-section .post-thumb-img-content img {
  aspect-ratio: unset;
}
/* line 77, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title {
  margin-bottom: 15px;
}
/* line 79, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #232323;
  font-weight: bold;
  line-height: 1.6;
  font-size: 26px;
  margin: 7px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 921px) {
  /* line 79, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-title > a {
    font-size: 20px;
  }
}
/* line 95, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header *, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header *, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header *, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header *, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header * {
  color: var(--text-l);
  font-weight: 400;
}
/* line 99, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header a:hover, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header a:hover, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header a:hover, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header a:hover, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .entry-header a:hover {
  color: var(--primary);
}
/* line 105, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--text);
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  /* line 105, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-excerpt-container > p {
    display: none;
    font-size: 14px;
    color: var(--text-l);
  }
}
/* line 117, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container {
  position: absolute;
  left: 30px;
  bottom: 25px;
}
@media screen and (max-width: 576px) {
  /* line 117, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container {
    left: 20px;
    bottom: 20px;
  }
}
/* line 125, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button {
  color: var(--primary);
  border-radius: 80px;
  background-color: transparent;
  padding: 10px 30px;
  border: 1px solid var(--primary);
  text-align: center;
  display: flex;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 30px;
}
/* line 121, sass/_mixin.scss */
.blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button:hover, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button:hover, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button:hover, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button:hover, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button:hover {
  color: var(--text-w);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
@media screen and (max-width: 1024px) {
  /* line 125, sass/_page_article.scss */
  .blog .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .archive .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .search .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .single-post .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button, .single .ast-container #primary .ast-row article.ast-article-post .ast-post-format- .post-content .ast-read-more-container .ast-button {
    left: 25px;
    bottom: 25px;
  }
}
/* line 141, sass/_page_article.scss */
.blog .ast-container #primary .ast-row article.ast-article-post:hover .ast-post-format-, .archive .ast-container #primary .ast-row article.ast-article-post:hover .ast-post-format-, .search .ast-container #primary .ast-row article.ast-article-post:hover .ast-post-format-, .single-post .ast-container #primary .ast-row article.ast-article-post:hover .ast-post-format-, .single .ast-container #primary .ast-row article.ast-article-post:hover .ast-post-format- {
  border: 1px solid var(--primary);
}
/* line 150, sass/_page_article.scss */
.blog .ast-container #secondary, .archive .ast-container #secondary, .search .ast-container #secondary, .single-post .ast-container #secondary, .single .ast-container #secondary {
  border-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 921px) {
  /* line 150, sass/_page_article.scss */
  .blog .ast-container #secondary, .archive .ast-container #secondary, .search .ast-container #secondary, .single-post .ast-container #secondary, .single .ast-container #secondary {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 150, sass/_page_article.scss */
  .blog .ast-container #secondary, .archive .ast-container #secondary, .search .ast-container #secondary, .single-post .ast-container #secondary, .single .ast-container #secondary {
    padding-bottom: 0;
  }
}
/* line 163, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget, .archive .ast-container #secondary .sidebar-main .widget, .search .ast-container #secondary .sidebar-main .widget, .single-post .ast-container #secondary .sidebar-main .widget, .single .ast-container #secondary .sidebar-main .widget {
  padding: 0;
  background-color: transparent;
}
/* line 167, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget > p, .archive .ast-container #secondary .sidebar-main .widget > p, .search .ast-container #secondary .sidebar-main .widget > p, .single-post .ast-container #secondary .sidebar-main .widget > p, .single .ast-container #secondary .sidebar-main .widget > p {
  display: none;
}
/* line 173, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper, .archive .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper, .search .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper, .single-post .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper, .single .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d7;
  padding: 0px;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  outline: 0;
  background-color: rgb(from #fff r g b / 0.8);
}
/* line 185, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button svg, .archive .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button svg, .search .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button svg, .single-post .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button svg, .single .ast-container #secondary .sidebar-main .widget.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button svg {
  width: 25px;
}
/* line 201, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input, .archive .ast-container #secondary .sidebar-main .widget.widget_search input, .search .ast-container #secondary .sidebar-main .widget.widget_search input, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input, .single .ast-container #secondary .sidebar-main .widget.widget_search input {
  font-size: 18px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 10px 0 10px 25px;
  color: var(--text);
  font-weight: bold;
  box-shadow: 0 0 0 transparent;
  /* Chrome, Edge, Safari (WebKit) */
  /* Firefox */
  /* 覆蓋 Edge */
}
/* line 210, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input:focus, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:focus, .search .ast-container #secondary .sidebar-main .widget.widget_search input:focus, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:focus, .single .ast-container #secondary .sidebar-main .widget.widget_search input:focus {
  outline: 0;
}
/* line 213, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input::placeholder, .archive .ast-container #secondary .sidebar-main .widget.widget_search input::placeholder, .search .ast-container #secondary .sidebar-main .widget.widget_search input::placeholder, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input::placeholder, .single .ast-container #secondary .sidebar-main .widget.widget_search input::placeholder {
  font-size: 16px;
  color: var(--text)-4;
  font-weight: 400;
}
/* line 149, sass/_mixin.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .search .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .single .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px var(--bg) inset !important;
  /* 讓背景恢復正常 */
  -webkit-text-fill-color: var(--text) !important;
  /* 確保文字顏色正常 */
}
/* line 156, sass/_mixin.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input:-moz-autofill, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:-moz-autofill, .search .ast-container #secondary .sidebar-main .widget.widget_search input:-moz-autofill, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:-moz-autofill, .single .ast-container #secondary .sidebar-main .widget.widget_search input:-moz-autofill {
  background-color: transparent !important;
}
/* line 161, sass/_mixin.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .blog .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:hover, .blog .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:focus, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:hover, .archive .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:focus, .search .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .search .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:hover, .search .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:focus, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:hover, .single-post .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:focus, .single .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill, .single .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:hover, .single .ast-container #secondary .sidebar-main .widget.widget_search input:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px var(--bg) inset !important;
  -webkit-text-fill-color: var(--text) !important;
}
/* line 220, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search button, .archive .ast-container #secondary .sidebar-main .widget.widget_search button, .search .ast-container #secondary .sidebar-main .widget.widget_search button, .single-post .ast-container #secondary .sidebar-main .widget.widget_search button, .single .ast-container #secondary .sidebar-main .widget.widget_search button {
  background-color: transparent;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  padding: 15px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 921px) {
  /* line 220, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget.widget_search button, .archive .ast-container #secondary .sidebar-main .widget.widget_search button, .search .ast-container #secondary .sidebar-main .widget.widget_search button, .single-post .ast-container #secondary .sidebar-main .widget.widget_search button, .single .ast-container #secondary .sidebar-main .widget.widget_search button {
    min-width: 64px;
    min-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  /* line 220, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget.widget_search button, .archive .ast-container #secondary .sidebar-main .widget.widget_search button, .search .ast-container #secondary .sidebar-main .widget.widget_search button, .single-post .ast-container #secondary .sidebar-main .widget.widget_search button, .single .ast-container #secondary .sidebar-main .widget.widget_search button {
    padding: 10px;
  }
}
/* line 236, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget.widget_search button svg, .archive .ast-container #secondary .sidebar-main .widget.widget_search button svg, .search .ast-container #secondary .sidebar-main .widget.widget_search button svg, .single-post .ast-container #secondary .sidebar-main .widget.widget_search button svg, .single .ast-container #secondary .sidebar-main .widget.widget_search button svg {
  fill: #fff;
  width: 16px;
}
/* line 245, sass/_page_article.scss */
.blog .ast-container #secondary .sidebar-main .widget .dropdown-warp, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp {
  position: relative;
}
@media (min-width: 921px) {
  /* line 247, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp.category, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp.category, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp.category, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp.category, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp.category {
    border-radius: var(--radius);
    padding: 0;
  }
}
@media (min-width: 921px) {
  /* line 256, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .title {
    font-size: 26px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  /* line 256, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 921px) {
  /* line 256, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .title, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .title {
    display: none;
  }
}
@media (min-width: 921px) {
  /* line 276, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title {
    display: none;
  }
}
@media screen and (max-width: 921px) {
  /* line 276, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d7d7d7;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: var(--radius);
    background-color: #fff;
  }
  /* line 291, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title .dropdown-btn svg, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title .dropdown-btn svg, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title .dropdown-btn svg, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title .dropdown-btn svg, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title .dropdown-btn svg {
    transition: 0.4s;
    width: 16px;
    fill: var(--primary);
  }
  /* line 298, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title:hover, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title:hover, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title:hover, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title:hover, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title:hover {
    color: var(--primary);
  }
  /* line 306, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active {
    color: var(--bg);
    background-color: var(--primary);
    border-radius: var(--radius) var(--radius) 0 0;
    z-index: 99;
  }
  /* line 312, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg {
    fill: #ffffff;
  }
  /* line 314, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg .line-2, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg .line-2, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg .line-2, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg .line-2, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-title.active .dropdown-btn svg .line-2 {
    transform: rotate(90deg);
  }
}
@media (min-width: 921px) {
  /* line 323, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list {
    margin-top: 10px;
  }
  /* line 326, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
  }
  /* line 334, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item {
    margin: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid transparent;
  }
  /* line 341, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a {
    color: var(--text)-2;
    display: block;
    padding: 15px 20px;
    line-height: 1.6 !important;
    transition: 0.4s;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  /* line 351, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a .count, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a .count, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a .count, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a .count, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a .count {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
    min-width: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0;
  }
  /* line 363, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a::before, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a::before, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a::before, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a::before, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 2px;
    background-color: var(--primary);
    transition: 0.4s;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  /* line 375, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a:focus, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a:focus, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a:focus, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a:focus, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item > a:focus {
    outline: 0;
  }
  /* line 380, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a {
    color: var(--text)-2;
  }
  /* line 395, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active, .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover {
    border: 1px solid var(--primary);
  }
  /* line 397, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a, .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a {
    font-weight: 800;
    background-color: var(--acc);
  }
  /* line 400, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a .count, .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a .count, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a .count, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a .count, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a .count, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a .count, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a .count, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a .count, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item.active > a .count, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul > .item:hover > a .count {
    background-color: var(--primary);
    color: #fff;
  }
}
@media screen and (max-width: 921px) {
  /* line 323, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list {
    border: 1px solid #DCDCDC;
    border-radius: 0 0 var(--radius) var(--radius);
    background-color: var(--bg);
    box-shadow: 5px 5px 5px #0000000f;
    margin: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    display: none;
  }
  /* line 420, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list.active, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list.active, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list.active, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list.active, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list.active {
    display: block;
  }
  /* line 423, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul {
    list-style: none;
    margin: 0;
    overflow-y: auto;
    max-height: 380px;
    /* 修改捲軸的寬度 */
    /* 捲軸軌道（背景） */
    /* 捲軸滑塊（可拖動部分） */
    /* 滑鼠懸停時的捲軸滑塊 */
  }
  /* line 429, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar {
    width: 5px;
    /* 捲軸寬度 */
  }
  /* line 433, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-track, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-track, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-track, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-track, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-track {
    background: transparent;
    /* 捲軸軌道顏色 */
    border-radius: 10px;
    margin-block: 15px;
  }
  /* line 439, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb {
    background: var(--text)-4;
    /* 捲軸滑塊顏色 */
    border-radius: 10px;
  }
  /* line 444, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb:hover, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb:hover, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb:hover, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb:hover, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list > ul::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
  }
  /* line 449, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item {
    margin: 0;
  }
  /* line 451, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a {
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
  }
  /* line 456, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a:hover, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a:hover, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a:hover, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a:hover, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a:hover {
    color: var(--primary);
  }
  /* line 459, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a .count, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a .count, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a .count, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a .count, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item > a .count {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
    min-width: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.8;
  }
  /* line 471, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a {
    color: var(--primary);
  }
  /* line 473, sass/_page_article.scss */
  .blog .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a .count, .archive .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a .count, .search .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a .count, .single-post .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a .count, .single .ast-container #secondary .sidebar-main .widget .dropdown-warp .dropdown-list .item.active > a .count {
    background-color: var(--primary);
    color: #fff;
  }
}

/* line 494, sass/_page_article.scss */
.search .search-form {
  display: none;
}

/* line 500, sass/_page_article.scss */
.widget_search {
  display: none;
}

/* line 504, sass/_page_article.scss */
.blog .widget_search, .category .widget_search, .tag .widget_search, .single-post .widget_search, .search .widget_search {
  display: block;
}

/* line 513, sass/_page_article.scss */
.single-post:not(.single-product) .ast-container #primary, .single:not(.single-product) .ast-container #primary {
  border-radius: var(--radius);
  background-color: #fff;
  padding: 5%;
  border: 1px solid #d7d7d7;
  box-shadow: 10px 10px 10px #0000000a;
}
@media screen and (max-width: 576px) {
  /* line 513, sass/_page_article.scss */
  .single-post:not(.single-product) .ast-container #primary, .single:not(.single-product) .ast-container #primary {
    padding: 1%;
  }
}
/* line 522, sass/_page_article.scss */
.single-post:not(.single-product) .ast-container #primary header, .single:not(.single-product) .ast-container #primary header {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 512, sass/_page_article.scss */
  .single-post:not(.single-product) .ast-container, .single:not(.single-product) .ast-container {
    padding: 16px 16px;
  }
}
@media (max-width: 768px) and (min-width: 921px) {
  /* line 512, sass/_page_article.scss */
  .single-post:not(.single-product) .ast-container, .single:not(.single-product) .ast-container {
    margin-top: 150px;
  }
}
/* line 533, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp, .single:not(.single-product) .post-img-warp {
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 533, sass/_page_article.scss */
  .single-post:not(.single-product) .post-img-warp, .single:not(.single-product) .post-img-warp {
    aspect-ratio: 4 / 3;
    min-height: auto;
  }
}
/* line 539, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp *, .single:not(.single-product) .post-img-warp * {
  height: 100%;
  display: block;
}
/* line 543, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp::before, .single:not(.single-product) .post-img-warp::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: var(--radius);
  transform: translate(15%, 18%);
  border: 1px solid var(--primary);
}
/* line 553, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp .post-img, .single:not(.single-product) .post-img-warp .post-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
/* line 557, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp .post-img .ae-post-overlay, .single:not(.single-product) .post-img-warp .post-img .ae-post-overlay {
  background-color: transparent;
}
/* line 560, sass/_page_article.scss */
.single-post:not(.single-product) .post-img-warp .post-img img, .single:not(.single-product) .post-img-warp .post-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
/* line 572, sass/_page_article.scss */
.single-post:not(.single-product) .navigation, .single:not(.single-product) .navigation {
  display: none;
}
/* line 577, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post ul:not(.elementor-icon-list-items), .single-post:not(.single-product) #main > .type-post ol:not(.elementor-icon-list-items), .single:not(.single-product) #main > .type-post ul:not(.elementor-icon-list-items), .single:not(.single-product) #main > .type-post ol:not(.elementor-icon-list-items) {
  padding-left: 23px;
  margin-left: 0;
}
/* line 582, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post h2, .single:not(.single-product) #main > .type-post h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
/* line 586, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post h2::after, .single:not(.single-product) #main > .type-post h2::after {
  content: '';
  display: block;
  background-color: var(--primary);
  width: 50px;
  height: 3px;
  margin: 15px 0 30px 0;
}
/* line 608, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post h3, .single:not(.single-product) #main > .type-post h3 {
  padding: 10px 0px;
}
/* line 614, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post strong, .single:not(.single-product) #main > .type-post strong {
  background: linear-gradient(180deg, transparent 60%, var(--acc) 0);
}
/* line 617, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post blockquote, .single:not(.single-product) #main > .type-post blockquote {
  background: linear-gradient(to left, rgb(from var(--acc) r g b / 0.3) 0%, rgb(from var(--acc) r g b / 0.1) 100%);
  background: -webkit-linear-gradient(to left, rgb(from var(--acc) r g b / 0.3) 0%, rgb(from var(--acc) r g b / 0.1) 100%);
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  /* border-left: 5px solid var( --primary ); */
  color: #000;
  font-style: normal;
  padding: 25px 25px 25px 100px;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 617, sass/_page_article.scss */
  .single-post:not(.single-product) #main > .type-post blockquote, .single:not(.single-product) #main > .type-post blockquote {
    padding: 25px;
  }
}
/* line 632, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post blockquote::before, .single:not(.single-product) #main > .type-post blockquote::before {
  background-image: url(../img/blockquote-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 632, sass/_page_article.scss */
  .single-post:not(.single-product) #main > .type-post blockquote::before, .single:not(.single-product) #main > .type-post blockquote::before {
    position: relative;
    background-position: left;
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}
/* line 656, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post .style-2 h2, .single:not(.single-product) #main > .type-post .style-2 h2 {
  font-size: 30px;
}
/* line 659, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post .style-2 h3, .single:not(.single-product) #main > .type-post .style-2 h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}
/* line 663, sass/_page_article.scss */
.single-post:not(.single-product) #main > .type-post .style-2 hr, .single:not(.single-product) #main > .type-post .style-2 hr {
  margin: 30px 0 !important;
}
/* line 672, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras, .single:not(.single-product) .ph-post-extras {
  width: 100%;
}
@media (min-width: 921px) {
  /* line 674, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ast-container, .single:not(.single-product) .ph-post-extras .ast-container {
    max-width: 1400px;
  }
}
/* line 680, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner, .single:not(.single-product) .ph-post-extras .ph-extras-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* line 686, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav {
  width: 100%;
}
/* line 688, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cfcfcf;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  /* line 688, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid {
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
}
/* line 699, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next {
  width: 40%;
}
/* line 701, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media screen and (max-width: 576px) {
  /* line 701, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a {
    padding: 0 0;
  }
}
/* line 708, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text {
  margin-bottom: 7px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  /* line 708, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text {
    font-size: 0;
  }
}
/* line 716, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 720, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i::before, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i::before, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i::before, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i::before {
  content: '';
  width: 16px;
  height: 1px;
  border-bottom: 1px solid var(--text);
}
/* line 726, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i::after, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i::after, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i::after, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i::after {
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  margin-right: -10px;
  position: absolute;
  left: 0px;
  border-right: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
}
/* line 739, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .title, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  /* line 739, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .title, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title {
    display: none;
  }
}
/* line 749, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a:hover .text i::before, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a:hover .text i::before, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a:hover .text i::before, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a:hover .text i::before {
  border-bottom: 1px solid var(--primary);
}
/* line 752, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a:hover .text i::after, .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a:hover .text i::after, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a:hover .text i::after, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a:hover .text i::after {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 576px) {
  /* line 761, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev {
    width: 10%;
    padding-left: 5px;
  }
}
/* line 769, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-prev > a .text i {
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  /* line 775, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next {
    width: 10%;
    padding-right: 5px;
  }
}
/* line 781, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a {
  align-items: end;
}
/* line 784, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .text i {
  margin-left: 5px;
  transform: scaleX(-1);
}
/* line 789, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-next > a .title {
  text-align: right;
}
/* line 794, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  /* line 794, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center {
    justify-content: center;
  }
}
/* line 802, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: var(--primary);
  padding: 7px 12px;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  /* line 802, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back {
    width: 100%;
    justify-content: center;
  }
}
/* line 815, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back .icon, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back .icon {
  padding: 2px 0 0 0;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
/* line 821, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back svg, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center .nav-back svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}
/* line 829, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center:hover .nav-back, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-post-nav .ph-post-nav-grid .nav-center:hover .nav-back {
  background-color: #000;
}
/* line 840, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to top, rgb(from var(--acc) r g b / 0) 0%, rgb(from var(--acc) r g b / 0.4) 100%);
  background: -webkit-linear-gradient(to top, rgb(from var(--acc) r g b / 0) 0%, rgb(from var(--acc) r g b / 0.4) 100%);
}
@media screen and (max-width: 768px) {
  /* line 840, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 921px) {
  /* line 850, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ast-container, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ast-container {
    flex-direction: column;
  }
}
/* line 855, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-title {
  line-height: 2;
  text-align: center;
}
/* line 859, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 50px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 921px) {
  /* line 859, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  /* line 859, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 921px) {
  /* line 877, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item:last-of-type, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item:last-of-type {
    display: none;
  }
}
/* line 881, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
}
/* line 887, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .thumb, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .thumb {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--radius);
}
/* line 891, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .thumb img, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transform-origin: center center;
  transition: transform .4s ease;
  will-change: transform;
}
/* line 902, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info {
  padding: 22px;
}
/* line 903, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info *, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info * {
  color: var(--text)-2;
}
@media screen and (max-width: 768px) {
  /* line 902, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info {
    padding: 20px 0 0 0;
  }
}
/* line 910, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0;
  color: #000;
}
/* line 918, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .desc, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  /* line 918, sass/_page_article.scss */
  .single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .desc, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link .info .desc {
    display: none;
  }
}
/* line 929, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link:hover .thumb img, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link:hover .thumb img {
  transform: scale(1.08);
}
/* line 934, sass/_page_article.scss */
.single-post:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link:hover .info .title, .single:not(.single-product) .ph-post-extras .ph-extras-inner .ph-related-wrap .ph-related-list .ph-related-item .ph-related-link:hover .info .title {
  color: var(--primary);
}

/* line 952, sass/_page_article.scss */
.ast-pagination .page-numbers {
  color: var(--text)-2;
  min-width: 48px;
  height: 48px !important;
  border-radius: 48px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px 1px !important;
  padding: 15px !important;
}
/* line 962, sass/_page_article.scss */
.ast-pagination .page-numbers.current {
  color: var(--text-w);
  background-color: var(--primary);
}
/* line 967, sass/_page_article.scss */
.ast-pagination .page-numbers:hover:not(.current), .ast-pagination .page-numbers:focus:not(.current) {
  color: var(--primary);
  background-color: #ffffff;
  border: 0;
  outline: 0;
}
/* line 975, sass/_page_article.scss */
.ast-pagination .page-numbers.prev, .ast-pagination .page-numbers.next {
  font-size: 0;
  position: relative;
}
/* line 979, sass/_page_article.scss */
.ast-pagination .page-numbers.prev .ast-left-arrow, .ast-pagination .page-numbers.prev .ast-right-arrow, .ast-pagination .page-numbers.next .ast-left-arrow, .ast-pagination .page-numbers.next .ast-right-arrow {
  font-size: 16px;
  display: block;
  margin: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 988, sass/_page_article.scss */
.ast-pagination .page-numbers.prev .ast-left-arrow, .ast-pagination .page-numbers.next .ast-left-arrow {
  margin-right: 5px;
}
/* line 991, sass/_page_article.scss */
.ast-pagination .page-numbers.prev .ast-right-arrow, .ast-pagination .page-numbers.next .ast-right-arrow {
  margin-left: 5px;
}

/* line 1000, sass/_page_article.scss */
.qz-archive {
  width: 100%;
}
/* line 1002, sass/_page_article.scss */
.qz-archive [class*="qz-"][class*="-excerpt"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 6, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive, body.tax-qz_faq_cat .qz-faq-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 10, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item {
  width: calc(100% - 2em);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #d1d1d1 !important;
  padding: 10px 25px !important;
}
@media screen and (max-width: 921px) {
  /* line 10, sass/_page_faq.scss */
  body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item {
    width: 100%;
  }
}
/* line 20, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-faq-title, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-faq-title {
  font-size: 20px;
  padding: 10px 0px 10px 0;
  margin: 0;
}
/* line 24, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-faq-title > a, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-faq-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* line 31, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-toggle-btn, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-toggle-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* line 37, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-toggle-btn::before, body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-toggle-btn::after, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-toggle-btn::before, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-toggle-btn::after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #d1d1d1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 48, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-toggle-btn::after, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-toggle-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* line 53, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-faq-panel, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-faq-panel {
  padding: 15px 0 10px 0px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d1d1d1;
}
/* line 60, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item .qz-faq-more, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item .qz-faq-more {
  margin-top: 20px;
  font-size: 14px;
}
/* line 67, sass/_page_faq.scss */
body.post-type-archive-qz_faq .qz-faq-archive .qz-faq-item.is-open .qz-toggle-btn::after, body.tax-qz_faq_cat .qz-faq-archive .qz-faq-item.is-open .qz-toggle-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* line 7, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive, body.tax-qz_gallery_cat .qz-gallery-archive {
  display: flex;
  flex-flow: row wrap;
}
/* line 11, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 921px) {
  /* line 11, sass/_page_gallery.scss */
  body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item {
    width: 50%;
    padding: 0 1em 0 !important;
  }
  /* line 17, sass/_page_gallery.scss */
  body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:nth-of-type(odd), body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:nth-of-type(odd) {
    padding-left: 0 !important;
  }
  /* line 20, sass/_page_gallery.scss */
  body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:nth-of-type(even), body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:nth-of-type(even) {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  /* line 11, sass/_page_gallery.scss */
  body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item {
    width: 100%;
  }
  /* line 26, sass/_page_gallery.scss */
  body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:nth-of-type(odd), body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:nth-of-type(even), body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:nth-of-type(odd), body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:nth-of-type(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 31, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-grid, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-grid {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
/* line 36, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 41, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo:first-of-type, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo:first-of-type {
  opacity: 1;
}
/* line 44, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo img, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
/* line 52, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo:hover img, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-grid .qz-gallery-photo:hover img {
  transform: scale(1.1);
}
/* line 74, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-meta, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-meta {
  margin: 10px 0 5px;
}
/* line 76, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-meta *, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-meta * {
  font-size: 14px;
  color: var(--text-l);
}
/* line 80, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-meta .line, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-meta .line {
  opacity: 0.5;
}
/* line 88, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item .qz-gallery-title, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item .qz-gallery-title {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 93, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:hover .qz-gallery-title, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:hover .qz-gallery-title {
  color: var(--primary);
}
/* line 96, sass/_page_gallery.scss */
body.post-type-archive-qz_gallery .qz-gallery-archive .qz-gallery-item:hover .qz-gallery-excerpt, body.tax-qz_gallery_cat .qz-gallery-archive .qz-gallery-item:hover .qz-gallery-excerpt {
  color: var(--text);
}
/* line 107, sass/_page_gallery.scss */
body.single-qz_gallery .ast-container {
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  /* line 107, sass/_page_gallery.scss */
  body.single-qz_gallery .ast-container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1400px) {
  /* line 107, sass/_page_gallery.scss */
  body.single-qz_gallery .ast-container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 107, sass/_page_gallery.scss */
  body.single-qz_gallery .ast-container {
    max-width: 100%;
  }
}
/* line 119, sass/_page_gallery.scss */
body.single-qz_gallery .ast-container #primary {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 transparent;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 125, sass/_page_gallery.scss */
body.single-qz_gallery .ast-container #primary .qz_gallery {
  padding: 0 0 30px 0;
}
/* line 130, sass/_page_gallery.scss */
body.single-qz_gallery .breadcrumbs > p {
  margin-bottom: 0;
}
/* line 133, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-grid-wrap {
  background-color: #f5f5f5;
  padding: 5%;
}
@media screen and (max-width: 576px) {
  /* line 133, sass/_page_gallery.scss */
  body.single-qz_gallery .qz-gallery-grid-wrap {
    background-color: transparent;
    padding: 0;
  }
}
/* line 141, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-grid {
  column-count: 4;
  column-gap: 16px;
  margin-top: 0;
}
@media screen and (max-width: 921px) {
  /* line 141, sass/_page_gallery.scss */
  body.single-qz_gallery .qz-gallery-grid {
    column-count: 3;
  }
}
@media screen and (max-width: 768px) {
  /* line 141, sass/_page_gallery.scss */
  body.single-qz_gallery .qz-gallery-grid {
    column-count: 2;
  }
}
/* line 153, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-photo {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
}
/* line 163, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-photo img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .25s ease;
}
/* line 172, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-photo::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
/* line 190, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-photo:hover img {
  transform: scale(1.06);
}
/* line 191, sass/_page_gallery.scss */
body.single-qz_gallery .qz-gallery-photo:hover::after {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 576px) {
  /* line 201, sass/_page_gallery.scss */
  .fslightbox-toolbar > button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 206, sass/_page_gallery.scss */
.fslightbox-toolbar > button > svg {
  overflow: visible !important;
}

/* line 211, sass/_page_gallery.scss */
.fslightboxb {
  border-radius: 0;
}

/* line 215, sass/_page_gallery.scss */
.fslightboxc * {
  color: #fff;
}
/* line 218, sass/_page_gallery.scss */
.fslightboxc h2 {
  margin: 0 0 4px 0;
  font-weight: 600;
  font-size: 16px;
}
/* line 223, sass/_page_gallery.scss */
.fslightboxc h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 7, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive, body.tax-qz_video_cat .qz-video-archive {
  display: flex;
  flex-flow: row wrap;
}
/* line 11, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item, body.tax-qz_video_cat .qz-video-archive .qz-video-item {
  display: flex;
  flex-direction: column;
  /* 內容(封面或iframe)都鋪滿 */
  /* 封面圖裁切填滿 */
  /* iframe 填滿容器 */
}
@media screen and (max-width: 921px) {
  /* line 11, sass/_page_video.scss */
  body.post-type-archive-qz_video .qz-video-archive .qz-video-item, body.tax-qz_video_cat .qz-video-archive .qz-video-item {
    width: 50%;
    padding: 0 1em 0 !important;
  }
  /* line 17, sass/_page_video.scss */
  body.post-type-archive-qz_video .qz-video-archive .qz-video-item:nth-of-type(odd), body.tax-qz_video_cat .qz-video-archive .qz-video-item:nth-of-type(odd) {
    padding-left: 0 !important;
  }
  /* line 20, sass/_page_video.scss */
  body.post-type-archive-qz_video .qz-video-archive .qz-video-item:nth-of-type(even), body.tax-qz_video_cat .qz-video-archive .qz-video-item:nth-of-type(even) {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  /* line 11, sass/_page_video.scss */
  body.post-type-archive-qz_video .qz-video-archive .qz-video-item, body.tax-qz_video_cat .qz-video-archive .qz-video-item {
    width: 100%;
  }
  /* line 26, sass/_page_video.scss */
  body.post-type-archive-qz_video .qz-video-archive .qz-video-item:nth-of-type(odd), body.post-type-archive-qz_video .qz-video-archive .qz-video-item:nth-of-type(even), body.tax-qz_video_cat .qz-video-archive .qz-video-item:nth-of-type(odd), body.tax-qz_video_cat .qz-video-archive .qz-video-item:nth-of-type(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 31, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-grid, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-grid {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
/* line 38, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-meta, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-meta {
  margin: 10px 0 5px;
}
/* line 40, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-meta *, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-meta * {
  font-size: 14px;
  color: var(--text-l);
}
/* line 44, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-meta .line, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-meta .line {
  opacity: 0.5;
}
/* line 52, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-title, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-title {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 57, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item:hover .qz-video-title, body.tax-qz_video_cat .qz-video-archive .qz-video-item:hover .qz-video-title {
  color: var(--primary);
}
/* line 60, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item:hover .qz-video-excerpt, body.tax-qz_video_cat .qz-video-archive .qz-video-item:hover .qz-video-excerpt {
  color: var(--text);
}
/* line 66, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-embed,
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-cover,
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-thumb, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-embed,
body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-cover,
body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-thumb {
  position: absolute;
  inset: 0;
}
/* line 75, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-cover img, body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-thumb img, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-cover img, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 84, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-embed iframe, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 92, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-play, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
}
/* line 102, sass/_page_video.scss */
body.post-type-archive-qz_video .qz-video-archive .qz-video-item .qz-video-play:before, body.tax-qz_video_cat .qz-video-archive .qz-video-item .qz-video-play:before {
  content: '';
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
/* line 123, sass/_page_video.scss */
body.single-qz_video #content {
  z-index: 2;
}
/* line 138, sass/_page_video.scss */
body.single-qz_video .ast-container #primary {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 transparent;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 144, sass/_page_video.scss */
body.single-qz_video .ast-container #primary .qz_video {
  padding: 0 0 30px 0;
}
/* line 149, sass/_page_video.scss */
body.single-qz_video .breadcrumbs > p {
  margin-bottom: 0;
}
/* line 152, sass/_page_video.scss */
body.single-qz_video .qz-video-grid-wrap {
  background-color: #f5f5f5;
  padding: 5%;
}
@media screen and (max-width: 576px) {
  /* line 152, sass/_page_video.scss */
  body.single-qz_video .qz-video-grid-wrap {
    background-color: transparent;
    padding: 0;
  }
}
/* line 160, sass/_page_video.scss */
body.single-qz_video .qz-video-grid {
  column-count: 4;
  column-gap: 16px;
  margin-top: 0;
}
@media screen and (max-width: 921px) {
  /* line 160, sass/_page_video.scss */
  body.single-qz_video .qz-video-grid {
    column-count: 3;
  }
}
@media screen and (max-width: 768px) {
  /* line 160, sass/_page_video.scss */
  body.single-qz_video .qz-video-grid {
    column-count: 2;
  }
}
/* line 172, sass/_page_video.scss */
body.single-qz_video .qz-video-photo {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
}
/* line 182, sass/_page_video.scss */
body.single-qz_video .qz-video-photo img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .25s ease;
}
/* line 191, sass/_page_video.scss */
body.single-qz_video .qz-video-photo::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
/* line 209, sass/_page_video.scss */
body.single-qz_video .qz-video-photo:hover img {
  transform: scale(1.06);
}
/* line 210, sass/_page_video.scss */
body.single-qz_video .qz-video-photo:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* line 7, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive, body.tax-qz_download_cat .qz-download-archive {
  width: 100%;
  display: flex;
  margin: 80px auto;
}
/* line 11, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive select, body.post-type-archive-qz_download .qz-download-archive input[type="search"], body.tax-qz_download_cat .qz-download-archive select, body.tax-qz_download_cat .qz-download-archive input[type="search"] {
  min-height: 44px;
}
/* line 14, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive > .ast-container, body.tax-qz_download_cat .qz-download-archive > .ast-container {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 10px;
}
/* line 20, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-controls, body.tax-qz_download_cat .qz-download-archive .qz-download-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 24, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-controls-left, body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-controls-right, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-controls-left, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-controls-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* line 29, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-length-warp, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-length-warp {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  gap: 10px;
}
/* line 40, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-search-warp .qz-download-input, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-search-warp .qz-download-input {
  width: 200px;
  max-width: 100%;
}
/* line 47, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table *, body.tax-qz_download_cat .qz-download-archive .qz-download-table * {
  font-size: 16px;
}
/* line 50, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .dt-type-date, body.tax-qz_download_cat .qz-download-archive .qz-download-table .dt-type-date {
  text-align: left;
}
/* line 52, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .dt-type-date .dt-column-header, body.tax-qz_download_cat .qz-download-archive .qz-download-table .dt-type-date .dt-column-header {
  flex-direction: row;
}
/* line 54, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .dt-type-date .dt-column-header .dt-column-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .dt-type-date .dt-column-header .dt-column-title {
  text-align: left;
}
/* line 59, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .dt-orderable-none, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-col-action, body.tax-qz_download_cat .qz-download-archive .qz-download-table .dt-orderable-none, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-col-action {
  text-align: center;
}
/* line 62, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-link, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-link {
  color: #fff;
  background-color: var(--primary);
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
/* line 68, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn:hover, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-link:hover, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn:hover, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-link:hover {
  background-color: var(--second);
}
/* line 72, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle {
  color: var(--primary);
  background-color: transparent;
  box-shadow: 0 0 0 transparent;
}
/* line 76, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle .qz-download-caret, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle .qz-download-caret {
  border: 2px solid #5f5f5f;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  background-color: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
}
/* line 86, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle:hover, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle:hover {
  background-color: transparent;
}
/* line 91, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle.is-open .qz-download-caret, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle.is-open .qz-download-caret {
  transform: rotate(135deg);
}
/* line 101, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-post-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-post-title {
  display: flex;
  align-items: start;
  gap: 10px;
  line-height: 1.8;
}
/* line 108, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext {
  margin-top: 6px;
  background-color: #dbdbdb;
  padding: 2px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  min-width: 45px;
  display: inline-block;
  line-height: 1.3;
}
/* line 120, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-PDF, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PDF, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-PDF, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PDF {
  background-color: #cf4545;
  color: #fff;
}
/* line 124, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-PPT, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-PPTX, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PPT, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PPTX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-PPT, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-PPTX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PPT, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PPTX {
  background-color: #cf9745;
  color: #fff;
}
/* line 128, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-DOC, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-DOCX, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-TXT, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-DOC, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-DOCX, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-TXT, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-DOC, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-DOCX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-TXT, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-DOC, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-DOCX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-TXT {
  background-color: #4d88dd;
  color: #fff;
}
/* line 132, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-XLS, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-XLSX, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-CSV, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-XLS, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-XLSX, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-CSV, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-XLS, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-XLSX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-CSV, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-XLS, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-XLSX, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-CSV {
  background-color: #56b354;
  color: #fff;
}
/* line 136, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-JPG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-JPEG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-PNG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype#qz-GIF, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-JPG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-JPEG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PNG, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext#qz-GIF, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-JPG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-JPEG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-PNG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype#qz-GIF, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-JPG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-JPEG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-PNG, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext#qz-GIF {
  background-color: #ca95d1;
  color: #fff;
}
/* line 142, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-note, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-note {
  font-size: 14px;
}
/* line 146, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-meta, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-meta {
  display: flex;
  gap: 15px;
  padding-left: 0px;
}
/* line 150, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-meta .qz-download-meta-item, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-meta .qz-download-meta-item {
  font-size: 14px;
}
/* line 155, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-row, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-row {
  padding: 0;
}
/* line 158, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table {
  margin: 5px 0;
  border: 0px solid transparent;
}
/* line 161, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table th, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table th, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td {
  padding: 8px 10px;
  border: 0px;
}
/* line 166, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title {
  display: flex;
  align-items: start;
  gap: 10px;
}
/* line 170, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title .qz-download-child-warp, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title .qz-download-child-warp {
  display: flex;
  flex-direction: column;
}
/* line 173, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title .qz-download-child-warp .qz-download-child-note, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-tr .qz-download-col-title .qz-download-child-warp .qz-download-child-note {
  font-size: 14px;
}
/* line 182, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-footer, body.tax-qz_download_cat .qz-download-archive .qz-download-footer {
  display: flex;
  justify-content: space-between;
}
/* line 185, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination {
  display: flex;
  align-items: center;
}
/* line 188, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-btn, body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-num, body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-btn, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-num, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current {
  color: #494949;
  width: 48px;
  height: 48px;
  padding: 5px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
/* line 200, sass/_page_download.scss */
body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current {
  color: var(--primary);
  border-radius: 100%;
  font-weight: 600;
}
@media screen and (max-width: 921px) {
  /* line 7, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive, body.tax-qz_download_cat .qz-download-archive {
    width: 80%;
    margin: 40px auto;
    /* ===== Controls：手機版改成「搜尋一排 + 篩選/筆數第二排」===== */
    /* ===== Table → Card ===== */
    /* ===== Footer：資訊 + 分頁改成直排置中 ===== */
  }
}
@media screen and (max-width: 921px) and (max-width: 768px) {
  /* line 7, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive, body.tax-qz_download_cat .qz-download-archive {
    width: 100%;
  }
}
@media screen and (max-width: 921px) {
  /* line 214, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive > .ast-container, body.tax-qz_download_cat .qz-download-archive > .ast-container {
    padding-left: 0;
    padding-right: 0;
    gap: 14px;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 214, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive > .ast-container, body.tax-qz_download_cat .qz-download-archive > .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 921px) and (max-width: 768px) {
  /* line 226, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls, body.tax-qz_download_cat .qz-download-archive .qz-download-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}
@media screen and (max-width: 921px) {
  /* line 234, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-controls-left,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-controls-right, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-controls-left,
  body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-controls-right {
    width: 100%;
    gap: 10px;
  }
  /* line 252, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-length-warp, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-length-warp {
    font-size: 14px;
    gap: 8px;
  }
  /* line 257, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-select, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-select {
    width: auto;
    max-width: 100%;
  }
  /* line 262, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-cat-warp, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-cat-warp {
    width: 100%;
  }
  /* line 264, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-cat-warp .qz-download-select, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-cat-warp .qz-download-select {
    width: 100%;
  }
  /* line 269, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-search-warp, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-search-warp {
    width: 100%;
  }
  /* line 271, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-controls .qz-download-search-warp .qz-download-input, body.tax-qz_download_cat .qz-download-archive .qz-download-controls .qz-download-search-warp .qz-download-input {
    width: 100%;
    height: 44px;
    padding: 10px 12px;
  }
  /* line 280, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tbody,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table th,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table td, body.tax-qz_download_cat .qz-download-archive .qz-download-table,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table tbody,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table tr,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table th,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 290, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table, body.tax-qz_download_cat .qz-download-archive .qz-download-table {
    border: 0;
    /* 表頭在手機直接消失（排序改用你之後要做的篩選/抽屜，不要硬留箭頭） */
    /* DataTables wrapper 有時會塞 inline width，手機直接放開 */
    /* 每一列變卡片 */
    /* 原本表格 td：手機改成區塊 */
    /* 只留「標題 + 動作」兩個區塊，其它欄位不硬塞 */
    /* 類別/日期/大小：不刪資料，但手機不顯示（你如果要顯示，可再開第二行 meta） */
    /* 標題行 */
    /* filetype badge 微調 */
    /* 次資訊：縮小、換行、不要硬 left padding */
    /* 動作按鈕：手機要大顆可點 */
    /* 展開按鈕：縮成 icon button，但保持可點尺寸 */
    /* ===== Child row：變成卡片內的清單 ===== */
  }
  /* line 294, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table thead,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tfoot, body.tax-qz_download_cat .qz-download-archive .qz-download-table thead,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table tfoot {
    display: none;
  }
  /* line 300, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table.dataTable, body.tax-qz_download_cat .qz-download-archive .qz-download-table.dataTable {
    width: 100%;
  }
  /* line 304, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tbody, body.tax-qz_download_cat .qz-download-archive .qz-download-table tbody {
    display: block;
  }
  /* line 309, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "meta  action";
    gap: 0 10px;
    width: 100%;
    margin: 0 0 12px 0;
    padding: 14px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #fff;
    /* 用 dt-hasChild + is-open，保持狀態但做出視覺差異 */
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 309, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 921px) {
  /* line 328, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row.dt-hasChild.is-open, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row.dt-hasChild.is-open {
    border-color: rgba(0, 0, 0, 0.12);
    background-color: #4f5d330d;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
  }
  /* line 335, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row.dt-hasChild.is-open + .qz-download-child-row .qz-download-child, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row.dt-hasChild.is-open + .qz-download-child-row .qz-download-child {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 0;
  }
  /* line 346, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td {
    display: block;
    padding: 0 !important;
    border: 0 !important;
  }
  /* line 353, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-title {
    grid-area: title;
    min-width: 0;
    box-shadow: 0 0 0 transparent;
  }
  /* line 359, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-action, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-action {
    grid-area: action;
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 transparent;
  }
  /* line 369, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-cat,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-date,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-size, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-cat,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-date,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-row > td.qz-download-col-size {
    display: none !important;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 376, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-col-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-col-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    gap: 10px;
  }
}
@media screen and (max-width: 921px) {
  /* line 385, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-post-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-post-title {
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 385, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-post-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-post-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 396, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-note, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-note {
    text-align: center;
  }
}
@media screen and (max-width: 921px) {
  /* line 403, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-filetype,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-ext, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-filetype,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-ext {
    margin-top: 2px;
    min-width: 46px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.2;
  }
  /* line 413, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-meta, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-meta {
    grid-area: meta;
    padding-left: 0;
    flex-wrap: wrap;
    gap: 8px 12px;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 413, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-meta, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-meta {
    justify-content: center;
  }
}
@media screen and (max-width: 921px) {
  /* line 421, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-meta .qz-download-meta-item, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-meta .qz-download-meta-item {
    font-size: 13px;
    color: #6b6b6b;
  }
  /* line 428, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-link, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-link {
    padding: 10px 14px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #474747;
    background-color: #4f5d330d;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 428, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-link, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-link {
    width: 100%;
  }
}
@media screen and (max-width: 921px) {
  /* line 440, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn:hover,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-link:hover, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn:hover,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-link:hover {
    background-color: #4f5d330d;
  }
  /* line 447, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e6e6e6;
    background-color: transparent;
  }
  /* line 453, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle:active, body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle:focus, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle:active, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle:focus {
    background-color: transparent;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 447, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle {
    width: 100%;
    border: 0;
    height: 35px;
  }
}
@media screen and (max-width: 921px) {
  /* line 461, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-btn-toggle .qz-download-caret, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-btn-toggle .qz-download-caret {
    width: 10px;
    height: 10px;
  }
  /* line 468, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-child-row, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-child-row {
    display: block;
    margin: -12px 0 12px 0;
    /* 貼近上一張卡 */
  }
  /* line 473, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table tr.qz-download-child-row > td.qz-download-child-row, body.tax-qz_download_cat .qz-download-archive .qz-download-table tr.qz-download-child-row > td.qz-download-child-row {
    display: block;
    padding: 0 !important;
    border: 0 !important;
  }
  /* line 479, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child {
    padding: 0 14px 14px 14px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
  }
  /* line 487, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table {
    margin: 10px 0 0 0;
    width: 100%;
    /* 子檔案：只顯示「檔名 + 下載」；日期大小可後續再加一行小字 */
  }
  /* line 491, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table colgroup, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table colgroup {
    display: none;
  }
  /* line 495, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table tbody, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table tbody {
    display: block;
  }
  /* line 499, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 10px 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 6px;
  }
}
@media screen and (max-width: 921px) and (max-width: 576px) {
  /* line 499, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 921px) {
  /* line 512, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr:not(:last-child), body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table tr.qz-download-child-tr:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 517, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td {
    padding: 0 !important;
    border: 0 !important;
  }
  /* line 523, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-cat,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-date,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-size, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-cat,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-date,
  body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-size {
    display: none !important;
  }
  /* line 529, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-title, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-title {
    min-width: 0;
  }
  /* line 532, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-title .qz-download-child-name, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-title .qz-download-child-name {
    line-height: 1.4;
  }
  /* line 537, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-action, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table td.qz-download-col-action {
    text-align: right;
    align-self: start;
  }
  /* line 542, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-link, body.tax-qz_download_cat .qz-download-archive .qz-download-table .qz-download-child-table .qz-download-child-link {
    min-height: 40px;
    padding: 8px 12px;
  }
  /* line 550, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer, body.tax-qz_download_cat .qz-download-archive .qz-download-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  /* line 555, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-info, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-info {
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
  }
  /* line 561, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  /* line 566, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-btn,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-num,
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-btn,
  body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-num,
  body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current {
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
  }
  /* line 574, sass/_page_download.scss */
  body.post-type-archive-qz_download .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current, body.tax-qz_download_cat .qz-download-archive .qz-download-footer .qz-download-pagination .qz-download-page-current {
    border-color: rgba(0, 0, 0, 0.12);
  }
}

/* line 7, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive, body.tax-qz_team_cat .qz-team-archive {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 0;
}
/* line 12, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item, body.tax-qz_team_cat .qz-team-archive .qz-team-item {
  width: 50%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 12, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item, body.tax-qz_team_cat .qz-team-archive .qz-team-item {
    flex-direction: column;
  }
}
/* line 19, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-thumb, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-thumb {
  width: 50%;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 19, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-thumb, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-thumb {
    width: 100%;
  }
}
/* line 27, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-thumb img, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-thumb img {
  width: 100%;
}
/* line 31, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-cont, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}
/* line 36, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-cont .qz-team-name-en, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-cont .qz-team-name-en {
  font-family: 'DM Serif Display';
}
/* line 39, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-cont .qz-team-title, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-cont .qz-team-title {
  font-size: 24px;
}
/* line 42, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive .qz-team-item .qz-team-cont .qz-team-role, body.tax-qz_team_cat .qz-team-archive .qz-team-item .qz-team-cont .qz-team-role {
  color: var(--primary);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 921px) {
  /* line 12, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item, body.tax-qz_team_cat .qz-team-archive .qz-team-item {
    padding: 0 1em 0 !important;
  }
  /* line 55, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item:nth-of-type(odd), body.tax-qz_team_cat .qz-team-archive .qz-team-item:nth-of-type(odd) {
    padding-left: 0 !important;
  }
  /* line 58, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item:nth-of-type(even), body.tax-qz_team_cat .qz-team-archive .qz-team-item:nth-of-type(even) {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  /* line 12, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item, body.tax-qz_team_cat .qz-team-archive .qz-team-item {
    width: 100%;
  }
  /* line 64, sass/_page_team.scss */
  body.post-type-archive-qz_team .qz-team-archive .qz-team-item:nth-of-type(odd), body.post-type-archive-qz_team .qz-team-archive .qz-team-item:nth-of-type(even), body.tax-qz_team_cat .qz-team-archive .qz-team-item:nth-of-type(odd), body.tax-qz_team_cat .qz-team-archive .qz-team-item:nth-of-type(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 71, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item .qz-team-thumb, body.tax-qz_team_cat .qz-team-archive a.qz-team-item .qz-team-thumb {
  box-shadow: 10px 10px 10px transparent;
  transition: 0.4s;
}
/* line 75, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item .qz-team-thumb img, body.tax-qz_team_cat .qz-team-archive a.qz-team-item .qz-team-thumb img {
  transition: 0.4s;
}
/* line 80, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item .qz-team-cont .qz-team-name-en, body.post-type-archive-qz_team .qz-team-archive a.qz-team-item .qz-team-cont .qz-team-excerpt, body.tax-qz_team_cat .qz-team-archive a.qz-team-item .qz-team-cont .qz-team-name-en, body.tax-qz_team_cat .qz-team-archive a.qz-team-item .qz-team-cont .qz-team-excerpt {
  color: var(--text);
}
/* line 85, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item:hover .qz-team-thumb, body.tax-qz_team_cat .qz-team-archive a.qz-team-item:hover .qz-team-thumb {
  box-shadow: 15px 15px 30px #00000029;
}
/* line 88, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item:hover .qz-team-thumb img, body.tax-qz_team_cat .qz-team-archive a.qz-team-item:hover .qz-team-thumb img {
  transform: scale(1.1);
}
/* line 93, sass/_page_team.scss */
body.post-type-archive-qz_team .qz-team-archive a.qz-team-item:hover .qz-team-cont .qz-team-name-en, body.post-type-archive-qz_team .qz-team-archive a.qz-team-item:hover .qz-team-cont .qz-team-excerpt, body.tax-qz_team_cat .qz-team-archive a.qz-team-item:hover .qz-team-cont .qz-team-name-en, body.tax-qz_team_cat .qz-team-archive a.qz-team-item:hover .qz-team-cont .qz-team-excerpt {
  color: var(--text);
}
/* line 118, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-single {
  padding: 0;
}
/* line 121, sass/_page_team.scss */
body.single-qz_team .ast-container #primary {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
}
/* line 126, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col {
  display: flex;
  align-items: flex-start;
  gap: 10%;
}
@media screen and (max-width: 1024px) {
  /* line 126, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  /* line 126, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col {
    gap: 40px;
  }
}
/* line 141, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-side {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 140px;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  /* line 141, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-side {
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 576px) {
  /* line 141, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-side {
    flex-direction: column;
    align-items: start;
  }
}
/* line 160, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-side .qz-team-thumb {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 15px 15px 30px #00000029;
}
@media screen and (max-width: 1024px) {
  /* line 160, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-side .qz-team-thumb {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  /* line 160, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-side .qz-team-thumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 921px) {
  /* line 171, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-side .qz-team-title {
    font-size: 30px;
  }
}
/* line 176, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-side .qz-team-role {
  color: var(--primary);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 183, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  /* line 183, sass/_page_team.scss */
  body.single-qz_team .ast-container .qz-team-two-col .qz-team-body {
    width: 100%;
  }
}
/* line 189, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content * {
  color: var(--text-l);
  font-size: 16px;
}
/* line 193, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content h2 {
  font-size: 24px;
}
/* line 196, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content h3 {
  font-size: 20px;
}
/* line 199, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content h4 {
  font-size: 18px;
}
/* line 202, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content h5 {
  font-size: 16px;
}
/* line 205, sass/_page_team.scss */
body.single-qz_team .ast-container .qz-team-two-col .qz-team-body .qz-team-content h6 {
  font-size: 14px;
}

/* =========================================
   WooCommerce
   ========================================= */
/* line 10, sass/_page_woocommerce.scss */
body.woocommerce-page .woocommerce-js h2 {
  font-size: 28px !important;
  line-height: 1.5;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  /* line 10, sass/_page_woocommerce.scss */
  body.woocommerce-page .woocommerce-js h2 {
    font-size: 24px;
  }
}
/* line 18, sass/_page_woocommerce.scss */
body.woocommerce-page .minus, body.woocommerce-page .plus {
  background-color: antiquewhite;
}
/* line 22, sass/_page_woocommerce.scss */
body.woocommerce-page input[type="text"], body.woocommerce-page input[type="email"], body.woocommerce-page input[type="tel"], body.woocommerce-page input[type="url"], body.woocommerce-page input[type="password"], body.woocommerce-page input[type="search"], body.woocommerce-page input[type="number"], body.woocommerce-page input[type="file"],
body.woocommerce-page input textarea {
  padding: 10px 10px;
  min-height: 50px;
}
/* line 34, sass/_page_woocommerce.scss */
body.woocommerce-page input[type="number"] {
  background-color: antiquewhite;
}
/* line 38, sass/_page_woocommerce.scss */
body.woocommerce-page .remove {
  color: #ffffff !important;
  background-color: #cdcdcd;
}
/* line 42, sass/_page_woocommerce.scss */
body.woocommerce-page .remove::before {
  border: 0;
}
/* line 50, sass/_page_woocommerce.scss */
body.woocommerce-page table {
  border: 0 !important;
}
/* line 55, sass/_page_woocommerce.scss */
body.woocommerce-page thead {
  background-color: transparent !important;
}
/* line 59, sass/_page_woocommerce.scss */
body.woocommerce-page thead > tr:first-of-type th {
  font-size: 18px;
  padding: 20px;
  border-top: 1px solid var(--ast-border-color);
  border-bottom: 1px solid var(--ast-border-color);
}
/* line 71, sass/_page_woocommerce.scss */
body.woocommerce-page tbody > tr td {
  border: 0 !important;
}
/* line 75, sass/_page_woocommerce.scss */
body.woocommerce-page tbody > tr:nth-of-type(odd) td, body.woocommerce-page tbody > tr:nth-of-type(odd) th {
  background-color: transparent;
}
/* line 80, sass/_page_woocommerce.scss */
body.woocommerce-page tbody > tr:nth-of-type(even) td, body.woocommerce-page tbody > tr:nth-of-type(even) th {
  background-color: #f7f7f7;
}

/* line 94, sass/_page_woocommerce.scss */
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus, .woocommerce-js .quantity .qty {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: .5em !important;
}
/* line 99, sass/_page_woocommerce.scss */
.woocommerce-js .quantity .qty {
  width: 5em;
}
/* line 104, sass/_page_woocommerce.scss */
.woocommerce-js .quantity .minus {
  border-right: 0px;
  border-radius: 25px 0 0 25px;
}
/* line 108, sass/_page_woocommerce.scss */
.woocommerce-js .quantity .plus {
  border-left: 0px;
  border-radius: 0 25px 25px 0;
}

/* line 117, sass/_page_woocommerce.scss */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: .5em;
}
/* line 123, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals table * {
  font-size: 16px;
  line-height: 1.8;
}
/* line 127, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid var(--ast-border-color) !important;
}
/* line 133, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-of-type th, .woocommerce-cart .cart-collaterals .cart_totals table tr:last-of-type td {
  border-bottom: 0 !important;
}
/* line 139, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals #shipping_method > li {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}
@media screen and (max-width: 921px) {
  /* line 139, sass/_page_woocommerce.scss */
  .woocommerce-cart .cart-collaterals .cart_totals #shipping_method > li {
    justify-content: end;
  }
}
/* line 146, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals #shipping_method > li input {
  margin: 2px 30px 0 0;
}
/* line 152, sass/_page_woocommerce.scss */
.woocommerce-cart .cart-collaterals .cart_totals > h2, .woocommerce-cart .woocommerce-cart .cart-collaterals .cross-sells > h2 {
  background-color: var(--second);
  color: var(--text-w);
  padding: 15px 20px;
  font-size: 24px;
}
@media screen and (max-width: 921px) {
  /* line 159, sass/_page_woocommerce.scss */
  .woocommerce-cart .product-thumbnail img {
    max-width: 100% !important;
  }
}
/* line 165, sass/_page_woocommerce.scss */
.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

/* line 177, sass/_page_woocommerce.scss */
.woocommerce-checkout .awcdp_deposits_summary {
  border-left: 1px solid #ddd !important;
}
/* line 181, sass/_page_woocommerce.scss */
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong {
  color: var(--primary);
}
/* line 186, sass/_page_woocommerce.scss */
.woocommerce-checkout #shipping_method > li {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: 0 !important;
}
/* line 191, sass/_page_woocommerce.scss */
.woocommerce-checkout #shipping_method > li input {
  margin: 2px 30px 0 0 !important;
}
/* line 197, sass/_page_woocommerce.scss */
.woocommerce-checkout #billing_state_field, .woocommerce-checkout #billing_city_field, .woocommerce-checkout #billing_postcode_field {
  width: calc(100% / 3);
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 197, sass/_page_woocommerce.scss */
  .woocommerce-checkout #billing_state_field, .woocommerce-checkout #billing_city_field, .woocommerce-checkout #billing_postcode_field {
    width: 100%;
    float: none;
  }
}

/* line 210, sass/_page_woocommerce.scss */
.woocommerce-account h2 {
  font-size: 24px;
}
/* line 213, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-right: 1px solid transparent;
}
/* line 217, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation .ast-wooaccount-user-wrapper .ast-username strong {
  font-size: 20px;
}
/* line 221, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation .ast-wooaccount-user-wrapper img {
  display: none;
}
/* line 225, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  background-color: transparent;
  border: 0;
}
/* line 231, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf !important;
  border-left: 5px solid transparent;
}
/* line 238, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li:hover::after {
  display: none;
}
/* line 242, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li > a {
  display: block;
  padding: 25px 20px;
  font-size: 18px;
  color: #000;
}
/* line 247, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li > a svg {
  fill: var(--primary);
}
/* line 251, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active {
  border-left: 5px solid var(--primary);
  text-decoration: none;
  color: #000;
}
/* line 255, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active > a {
  background: #fff;
}
/* line 257, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active > a svg {
  fill: var(--primary);
}
/* line 261, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active::after {
  display: none;
}
/* line 268, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 5%;
  border: 3px solid var(--acc);
  background-color: #fff;
}
/* line 278, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row th, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row td {
  border-left: 0;
  border-right: 0;
}
/* line 282, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
  border-right: 0;
}
/* line 284, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  background-color: transparent;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
/* line 289, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
  background-color: var(--acc);
  border: 1px solid var(--acc);
}
/* line 299, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.awcdp_deposits_summary th, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.awcdp_deposits_summary td {
  border-left: 0px;
  border-right: 0px;
}
/* line 307, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-address-fields #billing_country_field,
.woocommerce-account .woocommerce-address-fields #shipping_country_field {
  display: none;
}
/* line 311, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 315, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title::before, .woocommerce-account .woocommerce-Address-title::after {
  display: none !important;
}
/* line 318, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title h2 {
  margin-bottom: 0;
  padding-left: 10px;
}
/* line 322, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title .edit {
  font-size: 0;
  display: flex;
}
/* line 325, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title .edit::before {
  content: '';
  background-image: url("/wp-content/themes/astra-child/assets/img/icon-edit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  padding: 10px;
  margin-right: -5px;
}
/* line 335, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-Address-title .edit:hover {
  opacity: 0.6;
}
/* line 342, sass/_page_woocommerce.scss */
.woocommerce-account .qz-myaccount-nav-toggle {
  width: 100%;
  border-radius: 5px;
  background-color: var(--primary);
  color: #fff;
  text-align: left;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 357, sass/_page_woocommerce.scss */
.woocommerce-account .qz-myaccount-nav-toggle::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}
/* line 366, sass/_page_woocommerce.scss */
.woocommerce-account .qz-myaccount-nav-toggle.is-open {
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
}
/* line 369, sass/_page_woocommerce.scss */
.woocommerce-account .qz-myaccount-nav-toggle.is-open::after {
  transform: rotate(-45deg);
}
/* line 377, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul {
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid #dfdfdf;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
/* line 382, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul li {
  border-left: 0;
}
/* line 384, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul li a {
  padding: 15px 20px;
  font-size: 16px;
}
/* line 387, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul li a .ahfb-svg-iconset {
  display: none;
}
/* line 391, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul li.is-active {
  border-left: 0;
}
/* line 393, sass/_page_woocommerce.scss */
.woocommerce-account .woocommerce-MyAccount-navigation.qz-myaccount-nav--mobile ul li.is-active a {
  color: var(--primary);
}

/* line 14, sass/_page_products.scss */
.woocommerce-js ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  /* line 14, sass/_page_products.scss */
  .woocommerce-js ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
/* line 24, sass/_page_products.scss */
.woocommerce-js ul.products li.product.product-category a {
  display: flex;
  flex-direction: column;
}
/* line 27, sass/_page_products.scss */
.woocommerce-js ul.products li.product.product-category a img {
  width: auto;
  height: auto;
}
/* line 31, sass/_page_products.scss */
.woocommerce-js ul.products li.product.product-category a .woocommerce-loop-category__title {
  font-size: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 31, sass/_page_products.scss */
  .woocommerce-js ul.products li.product.product-category a .woocommerce-loop-category__title {
    font-size: 18px;
  }
}
/* line 44, sass/_page_products.scss */
.woocommerce-js ul.products li.product.product-category a .woocommerce-loop-category__title .count {
  font-size: .6em;
}
/* line 55, sass/_page_products.scss */
.woocommerce-js .carousel ul.products {
  display: flex;
  gap: 0;
}
/* line 58, sass/_page_products.scss */
.woocommerce-js .carousel ul.products .slick-list, .woocommerce-js .carousel ul.products .slick-track {
  width: 100%;
}
/* line 61, sass/_page_products.scss */
.woocommerce-js .carousel ul.products li {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  /* line 61, sass/_page_products.scss */
  .woocommerce-js .carousel ul.products li {
    padding: 0;
    text-align: center !important;
  }
}
/* line 68, sass/_page_products.scss */
.woocommerce-js .carousel ul.products li .astra-shop-thumbnail-wrap {
  position: relative;
}

/* line 78, sass/_page_products.scss */
.archive .woocommerce-Price-amount, .post-type-archive .woocommerce-Price-amount {
  font-size: 18px;
  color: var(--primary);
}
@media screen and (max-width: 921px) {
  /* line 84, sass/_page_products.scss */
  .archive #content > .ast-container, .post-type-archive #content > .ast-container {
    flex-direction: column;
  }
  /* line 86, sass/_page_products.scss */
  .archive #content > .ast-container #secondary, .post-type-archive #content > .ast-container #secondary {
    position: relative !important;
    top: 0 !important;
  }
  /* line 89, sass/_page_products.scss */
  .archive #content > .ast-container #secondary .ast-woo-sidebar-widget, .post-type-archive #content > .ast-container #secondary .ast-woo-sidebar-widget {
    margin-bottom: 0;
  }
  /* line 93, sass/_page_products.scss */
  .archive #content > .ast-container #primary, .post-type-archive #content > .ast-container #primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 114, sass/_page_products.scss */
.single-product #primary {
  margin-bottom: 0 !important;
}
/* line 118, sass/_page_products.scss */
.single-product .entry-summary .price {
  margin-bottom: 20px !important;
}
/* line 121, sass/_page_products.scss */
.single-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
/* line 124, sass/_page_products.scss */
.single-product .entry-summary .product_meta {
  padding-top: 20px;
}
/* line 127, sass/_page_products.scss */
.single-product .entry-summary .ast-variation-button-group .ast-single-variation.active {
  border-color: var(--primary);
  background-color: var(--primary);
}
/* line 134, sass/_page_products.scss */
.single-product .ast-woocommerce-product-gallery__image.flex-active-slide:focus {
  outline: none;
  border-color: transparent;
}
/* line 140, sass/_page_products.scss */
.single-product .star-rating {
  width: 5.7em;
}
/* line 145, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 30px 0 70px 0 !important;
}
/* line 150, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs::before {
  display: none !important;
}
/* line 153, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs::after {
  border-bottom: 1px solid #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
}
/* line 162, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs > li {
  flex: 1 1 0;
  margin-bottom: -1px !important;
  background-color: #fff !important;
}
/* line 166, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs > li > a {
  width: 100%;
  font-weight: 500 !important;
  color: #141414 !important;
  padding: 30px !important;
  display: block;
}
@media screen and (max-width: 576px) {
  /* line 166, sass/_page_products.scss */
  .single-product .woocommerce-tabs .tabs > li > a {
    padding: 9px !important;
  }
}
/* line 176, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs > li.active {
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px 5px 0 0 !important;
}
/* line 179, sass/_page_products.scss */
.single-product .woocommerce-tabs .tabs > li.active::before {
  display: none;
}
/* line 190, sass/_page_products.scss */
.single-product #main .related.products {
  margin-bottom: -8px;
}
/* line 193, sass/_page_products.scss */
.single-product .related.products {
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 1px solid #e1e1e1;
  background-color: #f3f3f3;
  padding: 80px 20px 40px 20px;
}
/* line 203, sass/_page_products.scss */
.single-product .related.products ul.products, .single-product .related.products > h2 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
/* line 208, sass/_page_products.scss */
.single-product .related.products > h2 {
  margin-bottom: 40px;
}
/* line 212, sass/_page_products.scss */
.single-product .related.products ul.products > li {
  background-color: transparent;
}
/* line 214, sass/_page_products.scss */
.single-product .related.products ul.products > li .yith-add-to-wishlist-button-block {
  margin: 0 auto;
}

/* line 6, sass/_toc.scss */
div#ez-toc-container {
  display: none;
}

/* line 12, sass/_toc.scss */
.ph-toc #ez-toc-container {
  display: block;
  padding: 10px;
  box-shadow: 0 0px 0px transparent;
}
/* line 18, sass/_toc.scss */
.ph-toc .ez-toc-list li {
  padding: 0;
}
/* line 20, sass/_toc.scss */
.ph-toc .ez-toc-list li > a {
  color: #000000 !important;
  display: block !important;
  padding: 5px 15px;
  position: relative;
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex !important;
  align-items: start !important;
}
/* line 30, sass/_toc.scss */
.ph-toc .ez-toc-list li > a::before {
  content: counters(item,".",decimal);
  color: var(--primary);
  font-weight: bold;
}
/* line 47, sass/_toc.scss */
.ph-toc .ez-toc-list li > a:hover {
  text-decoration: none !important;
}
/* line 54, sass/_toc.scss */
.ph-toc .ez-toc-list li.active > a {
  font-weight: 700;
  background-color: rgb(from var(--primary) r g b / 0.25);
}
/* line 66, sass/_toc.scss */
.ph-toc .ez-toc-list li.ancestor > a {
  text-decoration: underline;
}
/* line 75, sass/_toc.scss */
.ph-toc .ez-toc-list.ez-toc-list-level-1 > li > a {
  font-weight: 600 !important;
}
/* line 77, sass/_toc.scss */
.ph-toc .ez-toc-list.ez-toc-list-level-1 > li > a::before {
  content: counters(item,".",decimal);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: var(--primary);
  min-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: var(--radius);
  line-height: 1.6;
  position: relative;
  margin: 2px 5px 0 0;
}
/* line 100, sass/_toc.scss */
.ph-toc .ez-toc-list.ez-toc-list-level-1 > li.active > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 111, sass/_toc.scss */
.ph-toc .ez-toc-list .ez-toc-list-level-3 {
  margin-left: 0 !important;
}
/* line 114, sass/_toc.scss */
.ph-toc .ez-toc-list .ez-toc-list-level-3 > li > a {
  padding-left: 18px;
  font-weight: 400 !important;
}
/* line 118, sass/_toc.scss */
.ph-toc .ez-toc-list .ez-toc-list-level-3 > li > a::before {
  font-weight: 500;
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 6px;
}

/* line 130, sass/_toc.scss */
.ph-toc-desk {
  display: block;
}
/* line 133, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container {
  width: 100%;
  background-color: #fff;
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  padding: 20px 25px;
  border: 0;
}
/* line 148, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container {
  padding: 0;
}
/* line 152, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 26px;
  font-weight: 600;
}
/* line 158, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-js-icon-con {
  border: 0;
}
/* line 165, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp nav {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
/* line 170, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp nav > ul {
  padding: 10px 0 15px 0 !important;
}
/* line 176, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp nav ul > li.active > a {
  border-radius: 10px !important;
}
/* line 186, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp .ez-toc-list-level-1 > li > a {
  padding: 6px 0;
}
/* line 191, sass/_toc.scss */
.ph-toc-desk .ph-toc-desk-warp.active {
  position: fixed;
  top: 110px;
}
@media screen and (max-width: 921px) {
  /* line 130, sass/_toc.scss */
  .ph-toc-desk {
    display: none;
  }
}

/* line 200, sass/_toc.scss */
.ph-toc-mobile {
  display: none;
}
@media screen and (max-width: 921px) {
  /* line 200, sass/_toc.scss */
  .ph-toc-mobile {
    display: block;
  }
  /* line 204, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-fab {
    display: none;
    position: fixed;
    right: 0;
    top: 50vh;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    background-color: var(--primary);
    transform: translateY(-50%);
    border: 1px solid var(--bg);
    border-right: 0;
    transform: translateY(-50%);
  }
  /* line 216, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-fab svg {
    color: #ffffff;
    width: 25px;
    height: 25px;
  }
  /* line 221, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-fab.active {
    display: block;
  }
  /* line 225, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal, .ph-toc-mobile #ph-toc-overlay {
    display: none;
  }
  /* line 227, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal.active, .ph-toc-mobile #ph-toc-overlay.active {
    display: block;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 9999;
  }
  /* line 235, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-overlay {
    position: fixed;
    background-color: rgb(from #000 r g b / 0.2);
    width: 100vw;
    left: 0;
    right: 0;
  }
  /* line 242, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal {
    min-width: 40%;
    max-width: 80%;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    border-left: 1px solid var(--primary);
  }
  /* line 249, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
    padding: 5px 0 5px 10px;
  }
  /* line 254, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-head .left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  /* line 259, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-head svg {
    font-size: 20px;
    width: 24px;
    color: var(--primary);
    margin: 2px 0 -2px;
  }
  /* line 265, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-head strong {
    font-size: 18px;
  }
  /* line 268, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-head .ph-toc-close {
    background-color: transparent;
    border: 0;
    color: var(--text);
  }
  /* line 276, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: 0 0px 0px transparent;
    margin: 0;
  }
  /* line 283, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container nav {
    height: 90vh;
    overflow-y: auto;
  }
  /* line 289, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-body #ez-toc-container .ez-toc-list-level-1 > li > a {
    padding: 5px 0;
  }
  /* line 295, sass/_toc.scss */
  .ph-toc-mobile #ph-toc-modal .ph-toc-body .ez-toc-title-container {
    display: none;
  }
}

/* === Product Categories (for [qz_product_cats]) ======================= */
/* line 6, sass/_custom_products_sidebar.scss */
.qz-prodcat {
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  /* 父層 + / - 按鈕 */
  /* 第二層：共用的收合邏輯（桌機＋手機） */
  /* ====== RWD（手機變下拉） ====== */
  /* 桌面：列表常駐顯示（展開/收合交給 .open 控制） */
  /* 手機時 header 精簡化：只留按鈕 */
}
/* line 11, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
/* line 15, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-header .qz-prodcat-title {
  margin-bottom: 0;
}
/* line 20, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-toggle {
  display: none;
  width: 100%;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  text-align: left;
  position: relative;
}
/* line 31, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-toggle:active, .qz-prodcat .qz-prodcat-toggle:focus {
  border: 1px solid #d7d7d7 !important;
}
/* line 34, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-toggle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: .5rem;
  height: .5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .18s ease;
  opacity: .8;
}
/* line 49, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 54, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list > .cat-item {
  position: relative;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 61, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list > .cat-item a {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 0;
  color: var(--text);
  text-decoration: none;
  transition: color .18s ease;
}
/* line 71, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list > .cat-item a:hover {
  color: var(--second);
}
/* line 76, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list > .cat-item .count {
  color: #000;
  margin-left: .25rem;
  background-color: #dddddd;
  border-radius: 100%;
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 88, sass/_custom_products_sidebar.scss */
.qz-prodcat .qz-prodcat-list > .cat-item.current > a {
  color: var(--second);
  font-weight: bold;
}
/* line 97, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent.has-children {
  padding-left: 15px;
}
/* line 101, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent > .toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0 0 0 15px;
}
/* line 112, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent > .toggle .toggle-sign {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 117, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent > .toggle .toggle-sign::before, .qz-prodcat .cat-item-parent > .toggle .toggle-sign::after {
  content: '';
  width: 15px;
  height: 1px;
  display: block;
  background-color: #000;
}
/* line 124, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent > .toggle .toggle-sign::after {
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
/* line 133, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent > .toggle:hover .toggle-sign {
  border-color: var(--text);
}
/* line 138, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent.open > .toggle .toggle-sign {
  background-color: #000;
  color: #fff;
}
/* line 141, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent.open > .toggle .toggle-sign::after {
  transition: 0.4s;
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
/* line 150, sass/_custom_products_sidebar.scss */
.qz-prodcat .children {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dddddd;
  width: 100%;
}
/* line 155, sass/_custom_products_sidebar.scss */
.qz-prodcat .children .cat-item-child {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 158, sass/_custom_products_sidebar.scss */
.qz-prodcat .children .cat-item-child:last-of-type {
  border-bottom: 0;
}
/* line 161, sass/_custom_products_sidebar.scss */
.qz-prodcat .children .cat-item-child > a {
  position: relative;
  padding-left: 25px;
}
/* line 179, sass/_custom_products_sidebar.scss */
.qz-prodcat .children .cat-item-child.current > a {
  color: var(--second);
}
/* line 186, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent .children {
  display: none;
}
/* line 190, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item-parent.open .children {
  display: block;
}
/* line 195, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item + .cat-item {
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}
/* line 200, sass/_custom_products_sidebar.scss */
.qz-prodcat .cat-item:last-of-type {
  border-bottom: 1px solid #dddddd;
}
/* line 207, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-toggle {
  display: block;
}
/* line 211, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-list {
  display: none;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #fff;
  z-index: 2;
  max-height: 40vh;
  overflow-y: auto;
}
/* line 223, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-list.is-open {
  display: block;
  box-shadow: 5px 10px 5px #00000017;
}
/* line 228, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-list .cat-item > a {
  padding: 15px 20px;
}
/* line 231, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-list .cat-item .toggle {
  padding: 0 20px;
}
/* line 235, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-list .cat-item .cat-item-child > a {
  width: 100%;
  padding-left: 25px;
}
/* line 244, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile.open .qz-prodcat-toggle {
  border-radius: 10px 10px 0 0;
}
/* line 246, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile.open .qz-prodcat-toggle::after {
  transform: translateY(-60%) rotate(225deg);
}
/* line 257, sass/_custom_products_sidebar.scss */
.qz-prodcat:not(.is-mobile) .qz-prodcat-list {
  display: block;
}
/* line 263, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile {
  margin-bottom: 20px;
}
/* line 265, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-header {
  border-bottom: 0;
  padding: 0;
}
/* line 269, sass/_custom_products_sidebar.scss */
.qz-prodcat.is-mobile .qz-prodcat-header .qz-prodcat-title {
  display: none;
}

/* line 8, sass/_custom_header-marquee.scss */
.qz-header-marquee {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity .2s;
  background-color: var(--primary);
}
/* line 14, sass/_custom_header-marquee.scss */
.qz-header-marquee.float {
  position: sticky;
  top: 0;
  z-index: 9;
}
/* line 25, sass/_custom_header-marquee.scss */
.qz-header-marquee .slick-track {
  display: flex;
  flex-direction: column;
}
/* line 29, sass/_custom_header-marquee.scss */
.qz-header-marquee .qz-header-marquee__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 10px;
}
/* line 36, sass/_custom_header-marquee.scss */
.qz-header-marquee .qz-header-marquee__slide .qz-header-marquee__text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
/* line 42, sass/_custom_header-marquee.scss */
.qz-header-marquee .qz-header-marquee__slide a:hover {
  opacity: 0.8;
}
