@charset "UTF-8";
/*
Theme Name: Cafe Bach
Author: nejic
Author URI: https://nejic.com/
Description: Cafe Bach Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 * media query
 *
 * メディアクエリ指定
　*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
}

.wrap {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  z-index: 100;
}

.wrap.header {
  z-index: 1500;
}

::selection {
  background: #004405;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
}

.wrap {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  z-index: 100;
}

.wrap.header {
  z-index: 1500;
}

::selection {
  background: #004405;
  color: #fff;
}

.text .block--menu--etc {
  position: relative;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.text .block--menu--etc::before {
  content: '';
  display: block;
  width: calc(100% - 75px);
  height: 100%;
  position: absolute;
  left: 75px;
  top: 0;
  background-color: #fff;
  z-index: -1;
}

.text .block--menu--etc .menu__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.text .block--menu--etc .menu__description {
  margin-top: 12px;
}

.text .block--menu--etc .menu__description p {
  font-size: 14px;
  line-height: 1.5;
}

.text .block--menu--etc .menu__description--sub {
  margin-top: 12px;
}

.text .block--menu--etc .menu__description--sub p {
  font-size: 12px;
  line-height: 1.5;
}

.menu__image__wrap {
  width: 150px;
}

.menu__image__wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.menu__text__wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  flex: 1;
  padding: 24px 30px 24px 0px;
}

.menu__text {
  flex: 1;
}

.menu__price {
  font-size: 14px;
  text-align: right !important;
}

.menu__price span {
  font-size: 12px;
}

.text .block--menu--bean {
  position: relative;
  margin-bottom: 0 !important;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
  align-items: center;
  padding: 10px 24px;
}

.text .block--menu--bean .menu__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.text .block--menu--bean + .block--menu--bean {
  padding-top: 11px;
}

.text .block--menu--bean + .block--menu--bean::before {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 24px;
  background-color: #362400;
}

.text .block--menu--bean.deep-roast {
  border-left: 10px solid #362403;
}

.text .block--menu--bean.medium-deep-roast {
  border-left: 10px solid #633211;
}

.text .block--menu--bean.medium-roast {
  border-left: 10px solid #8F4812;
}

.text .block--menu--bean.light-roast {
  border-left: 10px solid #BF8631;
}

.text .block--menu--bean.etc {
  border-left: 0px solid #fff;
}

.text .block--menu--bean .menu__description {
  margin-top: 6px;
}

.text .block--menu--bean .menu__description p {
  font-size: 12px;
  line-height: 1.5;
}

.text .block--menu--bean .menu__description--sub {
  margin-top: 6px;
}

.text .block--menu--bean .menu__description--sub p {
  font-size: 12px;
  line-height: 1.5;
}

.footer__infoWrap {
  padding: 60px 24px;
  display: flex;
  gap: 0 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer__title p {
  font-size: 24px;
  font-weight: bold;
  color: #004405;
  text-align: left;
}

.footer__infoItem {
  text-align: left;
}

.footer__infoItem:not(:last-child) {
  margin-bottom: 60px;
}

.footer__infoTitle {
  font-size: 16px;
  font-weight: bold;
  color: #004405;
  margin-bottom: 20px;
}

.footer__infoContent {
  font-size: 14px;
  line-height: 1.7;
  color: #004405;
}

.footer__infoContent a {
  color: #004405;
}

.footer__calendar {
  max-width: 600px;
}

.footer__calendar ul {
  list-style: none;
}

.footer__navWrap {
  border-top: 1px solid #004405;
  padding: 24px 24px;
  display: flex;
  justify-content: space-between;
}

.footer__copyright {
  font-size: 14px;
  color: #004405;
}

.xo-event-calendar table.xo-month > caption {
  margin-bottom: 10px;
}

.xo-event-calendar table {
  color: #004405 !important;
  max-width: 300px;
}

.xo-event-calendar table.xo-month {
  border: 0px solid #fff !important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center !important;
  background-color: #dce9dd;
}

.xo-event-calendar table.xo-month .month-dayname td div.holiday-close, .xo-event-calendar table.xo-month .month-dayname td div.holiday-temporary, .xo-event-calendar table.xo-month .month-dayname td div.holiday-long-vacation {
  color: #fff !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.holiday-close.today::after, .xo-event-calendar table.xo-month .month-dayname td div.holiday-temporary.today::after, .xo-event-calendar table.xo-month .month-dayname td div.holiday-long-vacation.today::after {
  color: #fff !important;
}

.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border: 0px solid #fff !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0 !important;
}

.xo-event-calendar table.xo-month > thead th.saturday,
.xo-event-calendar table.xo-month > thead th.sunday {
  color: #004405 !important;
}

.xo-event-calendar table.xo-month button {
  color: #004405 !important;
}

.xo-event-calendar p.holiday-title span {
  border: 1px solid #fff !important;
}

.xo-event-calendar table.xo-month .month-event-title {
  border-radius: 2px !important;
}

.footer .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: unset;
  position: relative;
}

.footer .xo-event-calendar table.xo-month .month-dayname td div.today::after {
  content: '本日';
  font-size: 10px;
  color: #004405;
  position: absolute;
  top: 20px;
  left: calc(50% - 1em);
}

.woocommerce div.product form.cart {
  text-align: center;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
  float: none !important;
  margin-bottom: 30px !important;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 100px;
  height: 50px;
  font-size: 18px;
  color: #362400;
  border-color: #362400;
  border-radius: 6px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004405;
  border-radius: 6px;
  transition: .2s;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background-color: #007709;
}

.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3efe6;
  border-radius: 6px;
  margin-top: 0;
  text-decoration: none;
  transition: .2s;
}

.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:hover {
  background-color: #e2d9c4;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #362400;
  font-size: 16px;
  color: #362400;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  right: 9px;
  top: 9px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 100px;
  background-color: #fff;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.02));
          filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.02));
  z-index: 1000;
  transition: .2s;
}

.header.scroll {
  height: 60px;
}

.header.scroll .logo svg {
  height: 40px;
}

.header.scroll.header--shop {
  height: 60px;
}

.header + .wrap,
.header + .top__sliderWrap {
  padding-top: 100px;
}

.home .link--topics a {
  padding: 10px 20px;
  text-decoration: none;
  color: #362400;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #362400;
  border-radius: 20px;
}

.home .link--howToPurchase {
  text-align: right;
}

.home .link--howToPurchase p {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.home .link--howToPurchase a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.list--topics {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  margin-bottom: 60px;
}

.list__item--topics {
  width: calc((100% - 90px) / 4);
}

.list__item--topics.list__item--noImage .list__image {
  background-color: #f3efe6;
  border-bottom: 1px solid #fff;
  padding: 20px;
}

.list__item--topics.list__item--noImage .list__image svg {
  width: calc(100% - 40px);
  height: auto;
}

.list__item--topics a img {
  opacity: 1;
  transition: .2s;
}

.list__item--topics a:hover img {
  opacity: 0.5;
}

.list__image {
  margin-bottom: 12px;
}

.list__image img {
  width: 100%;
  height: auto;
  display: block;
}

.list__text h1 {
  text-align: left;
}

.list__text h1 a {
  text-decoration: none;
  color: #004405;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.list--product {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 60px;
}

.list__item--product {
  width: calc(100% / 3 - 40px);
}

.logo {
  transition: .2s;
  opacity: 1;
}

.logo svg {
  height: 60px;
  width: auto;
  transition: .2s;
  fill: #004405;
}

.logo:hover {
  opacity: 0.5;
}

.main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

.main--page article {
  background-color: #f3efe6;
}

.main--topics article {
  background-color: #dce9dd;
}

.main--product article {
  background-color: #fff;
}

.main--shop article {
  background-color: #fff;
}

.nav--header__wrap {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav--header > ul > li.nav__item--shop a {
  padding: 10px 24px;
  background-color: #004405;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  margin-left: 24px;
  font-size: 14px;
  margin-right: -24px;
  transition: .2s;
}

.nav--header > ul > li.nav__item--shop a::before {
  display: none !important;
}

.nav--header > ul > li.nav__item--shop a:hover {
  background-color: #007709;
}

.nav--header {
  flex: 1;
  position: relative;
  z-index: 1000;
}

.nav--header > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav--header > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.nav--header > ul > li:not(.link--instagram) > a:not([target="_blank"]) {
  position: relative;
}

.nav--header > ul > li:not(.link--instagram) > a:not([target="_blank"])::before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #004405;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0;
  transition: .2s;
}

.nav--header > ul > li:not(.link--instagram) > a:not([target="_blank"]):hover::before {
  opacity: 1;
}

.nav--header > ul > li:not(.link--instagram):nth-child(n+1):nth-child(-n+5)::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #004405;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav--header > ul > li.menu-item-has-children > a {
  z-index: 101;
}

.nav--header > ul > li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}

.nav--header > ul > li.link--instagram {
  margin-left: 10px;
}

.nav--header > ul > li.link--instagram a {
  text-indent: -10000px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="Icon_simple-instagram" data-name="Icon simple-instagram" d="M12,0C8.74,0,8.333.015,7.053.072A8.849,8.849,0,0,0,4.14.63,5.876,5.876,0,0,0,2.014,2.014,5.855,5.855,0,0,0,.63,4.14,8.823,8.823,0,0,0,.072,7.053C.012,8.333,0,8.74,0,12s.015,3.667.072,4.947A8.854,8.854,0,0,0,.63,19.86a5.885,5.885,0,0,0,1.384,2.126A5.868,5.868,0,0,0,4.14,23.37a8.86,8.86,0,0,0,2.913.558C8.333,23.988,8.74,24,12,24s3.667-.015,4.947-.072a8.88,8.88,0,0,0,2.913-.558,6.133,6.133,0,0,0,3.51-3.51,8.854,8.854,0,0,0,.558-2.913C23.988,15.667,24,15.26,24,12s-.015-3.667-.072-4.947A8.875,8.875,0,0,0,23.37,4.14a5.89,5.89,0,0,0-1.384-2.126A5.847,5.847,0,0,0,19.86.63,8.828,8.828,0,0,0,16.947.072C15.667.012,15.26,0,12,0Zm0,2.16c3.2,0,3.585.016,4.85.071a6.611,6.611,0,0,1,2.227.415,3.949,3.949,0,0,1,2.278,2.277,6.625,6.625,0,0,1,.413,2.227c.057,1.266.07,1.646.07,4.85s-.015,3.585-.074,4.85a6.753,6.753,0,0,1-.421,2.227,3.81,3.81,0,0,1-.9,1.382,3.744,3.744,0,0,1-1.38.9,6.674,6.674,0,0,1-2.235.413c-1.274.057-1.649.07-4.859.07s-3.586-.015-4.859-.074a6.8,6.8,0,0,1-2.236-.421,3.716,3.716,0,0,1-1.379-.9,3.644,3.644,0,0,1-.9-1.38,6.81,6.81,0,0,1-.42-2.235c-.045-1.26-.061-1.649-.061-4.844s.016-3.586.061-4.861A6.8,6.8,0,0,1,2.6,4.89a3.557,3.557,0,0,1,.9-1.381,3.549,3.549,0,0,1,1.379-.9A6.642,6.642,0,0,1,7.1,2.19c1.275-.045,1.65-.06,4.859-.06L12,2.16Zm0,3.678A6.162,6.162,0,1,0,18.162,12,6.162,6.162,0,0,0,12,5.838ZM12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Zm7.846-10.4a1.44,1.44,0,1,1-1.44-1.439A1.441,1.441,0,0,1,19.846,5.595Z" fill="%23004405"/></svg>');
  background-repeat: no-repeat;
  padding: 0;
  width: 24px;
  height: 24px;
}

.nav--header > ul > li a {
  background-color: #fff;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  color: #004405;
  font-size: 14px;
  font-weight: bold;
  transition: .2s;
}

.nav--header .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: -12px;
  opacity: 0;
  transition: .2s;
  z-index: 100;
  pointer-events: none;
  width: 100%;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.05));
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}

.nav--header .sub-menu li {
  position: relative;
}

.nav--header .sub-menu li:not(:first-child) a {
  border-top: 1px solid #dce9dd;
}

.nav--header .sub-menu li a {
  padding-left: 20px;
  text-align: left;
}

.nav--header .sub-menu li a:hover {
  background-color: #dce9dd;
}

.nav--footer ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}

.nav--footer ul li a {
  text-decoration: none;
  color: #004405;
  font-size: 14px;
  font-weight: bold;
}

.nav--category {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.nav--category ul {
  display: flex;
  flex-wrap: wrap;
}

.nav--category li {
  font-size: 13px;
  list-style: none;
  margin-left: 10px;
}

.nav--category li a {
  color: #004405;
  font-weight: bold;
  text-decoration: none;
}

.nav--category .current-cat a {
  text-decoration: underline;
}

.nav__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  height: 20px;
  width: 30px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.nav__trigger span {
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: .15s;
  background-color: #004405;
  border-radius: 3px;
  width: 30px;
}

.nav__trigger span:nth-child(1) {
  top: 0px;
}

.nav__trigger span:nth-child(2) {
  top: 9px;
}

.nav__trigger span:nth-child(3) {
  top: 18px;
}

.nav__trigger.open span {
  display: block;
  position: absolute;
  pointer-events: all;
  right: -3px;
}

.nav__trigger.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__trigger.open span:nth-child(2) {
  opacity: 0;
}

.nav__trigger.open span:nth-child(3) {
  top: 10px;
  width: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav--shopFooter ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.nav--shopFooter ul li {
  font-size: 14px;
}

.nav--shopFooter ul li a {
  text-decoration: none;
  color: #004405;
  font-weight: bold;
}

.nav--shopFooter ul li .sub-menu {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 0;
}

.nav--shopFooter ul li .sub-menu li {
  font-size: 12px;
}

.nav--shopFooter ul li .sub-menu li:not(:first-child)::before {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
  color: #004405;
}

.nav--shopFooter ul li.link--instagram a {
  display: inline-block;
  text-indent: -9999px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="Icon_simple-instagram" data-name="Icon simple-instagram" d="M12,0C8.74,0,8.333.015,7.053.072A8.849,8.849,0,0,0,4.14.63,5.876,5.876,0,0,0,2.014,2.014,5.855,5.855,0,0,0,.63,4.14,8.823,8.823,0,0,0,.072,7.053C.012,8.333,0,8.74,0,12s.015,3.667.072,4.947A8.854,8.854,0,0,0,.63,19.86a5.885,5.885,0,0,0,1.384,2.126A5.868,5.868,0,0,0,4.14,23.37a8.86,8.86,0,0,0,2.913.558C8.333,23.988,8.74,24,12,24s3.667-.015,4.947-.072a8.88,8.88,0,0,0,2.913-.558,6.133,6.133,0,0,0,3.51-3.51,8.854,8.854,0,0,0,.558-2.913C23.988,15.667,24,15.26,24,12s-.015-3.667-.072-4.947A8.875,8.875,0,0,0,23.37,4.14a5.89,5.89,0,0,0-1.384-2.126A5.847,5.847,0,0,0,19.86.63,8.828,8.828,0,0,0,16.947.072C15.667.012,15.26,0,12,0Zm0,2.16c3.2,0,3.585.016,4.85.071a6.611,6.611,0,0,1,2.227.415,3.949,3.949,0,0,1,2.278,2.277,6.625,6.625,0,0,1,.413,2.227c.057,1.266.07,1.646.07,4.85s-.015,3.585-.074,4.85a6.753,6.753,0,0,1-.421,2.227,3.81,3.81,0,0,1-.9,1.382,3.744,3.744,0,0,1-1.38.9,6.674,6.674,0,0,1-2.235.413c-1.274.057-1.649.07-4.859.07s-3.586-.015-4.859-.074a6.8,6.8,0,0,1-2.236-.421,3.716,3.716,0,0,1-1.379-.9,3.644,3.644,0,0,1-.9-1.38,6.81,6.81,0,0,1-.42-2.235c-.045-1.26-.061-1.649-.061-4.844s.016-3.586.061-4.861A6.8,6.8,0,0,1,2.6,4.89a3.557,3.557,0,0,1,.9-1.381,3.549,3.549,0,0,1,1.379-.9A6.642,6.642,0,0,1,7.1,2.19c1.275-.045,1.65-.06,4.859-.06L12,2.16Zm0,3.678A6.162,6.162,0,1,0,18.162,12,6.162,6.162,0,0,0,12,5.838ZM12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Zm7.846-10.4a1.44,1.44,0,1,1-1.44-1.439A1.441,1.441,0,0,1,19.846,5.595Z" fill="%23004405"/></svg>');
  background-repeat: no-repeat;
  padding: 0;
  width: 24px;
  height: 24px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.text.topics__content > *,
.text.topics__content a {
  color: #004405;
}

.text.page__content > *,
.text.page__content a {
  color: #362400;
}

.text > * {
  margin-left: auto;
  margin-right: auto;
}

.text > *:not(:last-child) {
  margin-bottom: 30px;
}

.text > * + h2 {
  margin-top: 60px;
}

.text > * + h3 {
  margin-top: 40px;
}

.text > * + h4,
.text > * + h5,
.text > * + h6 {
  margin-top: 30px;
}

.text p {
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
}

.text p:not(:last-child) {
  margin-bottom: 30px;
}

.text a {
  font-weight: bold;
  text-decoration: underline;
}

.text h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.text h2:not(:last-child) {
  margin-bottom: 30px;
}

.text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.text h3:not(:last-child) {
  margin-bottom: 30px;
}

.text ul:not(:last-child),
.text ol:not(:last-child) {
  margin-bottom: 30px;
}

.text ul li,
.text ol li {
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text ul {
  list-style: disc inside;
}

.text ol {
  list-style: decimal inside;
}

.text figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.text .has-text-align-right {
  text-align: right !important;
}

.wp-block-image {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.wp-block-table {
  max-width: 100%;
}

.wp-block-table table thead tr th,
.wp-block-table table thead tr td {
  border: 1px solid #fff;
  padding: 10px 15px;
  line-height: 1.5;
  background-color: #004405;
  color: #fff;
}

.wp-block-table table tbody tr {
  border-left: 1px solid #004405;
  border-right: 1px solid #004405;
}

.wp-block-table table tbody tr th,
.wp-block-table table tbody tr td {
  border: 1px solid #004405;
  padding: 10px 15px;
  line-height: 1.5;
  max-width: 50%;
}

.wp-block-buttons a {
  text-decoration: none !important;
}

.page .text {
  max-width: 600px;
}

.page.page-child .text {
  max-width: 900px;
}

strong {
  font-weight: bold;
}

.page-template-shop-etc .text h2 {
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-left: 4px solid #362400;
}

.wp-block-columns.bean-select {
  gap: 0 !important;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 4px;
  overflow: hidden;
}

.wp-block-columns.bean-select .wp-block-column {
  color: #fff !important;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.wp-block-columns.bean-select .wp-block-column h2 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  border-left: 0 solid #000;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-group {
  text-align: center;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-group__inner-container {
  display: inline-grid;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px 20px;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-group__inner-container h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0 !important;
  text-align: left;
  word-break: keep-all;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0 !important;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-group__inner-container img {
  width: 24px !important;
  height: auto;
  display: inline-block;
  margin: 0;
}

.wp-block-columns.bean-select .wp-block-column p {
  font-size: 14px !important;
  margin-bottom: 20px;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-buttons {
  gap: 0;
  width: 100%;
  margin-top: auto;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-buttons .wp-block-button {
  width: 100%;
}

.wp-block-columns.bean-select .wp-block-column .wp-block-buttons .wp-block-button__link {
  display: block;
  padding: 10px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: transparent;
}

.text .wp-block-columns.bean-select {
  margin-left: -150px;
  margin-right: -150px;
}

.select--light-roast {
  background-color: #BF8631;
}

.select--medium-roast {
  background-color: #8F4812;
}

.select--medium-deep-roast {
  background-color: #633211;
}

.select--deep-roast {
  background-color: #362403;
}

.page__head {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
}

.woocommerce .page__head {
  padding: 0;
}

.woocommerce.archive .page__head {
  margin-bottom: 60px;
}

.page__head--featureImage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 40px;
}

.page__head--featureImage .page__title {
  text-align: left;
}

.page__head--featureImage .page__excerpt::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #362400;
  position: absolute;
  top: -30px;
  left: 0;
}

.page__head--noFeatureImage .page__excerpt::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #362400;
  position: absolute;
  top: -30px;
  left: calc(50% - 20px);
}

.page__title {
  padding: 60px 0;
  flex: 1;
}

.page__title h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #362400;
}

.page__title .page__parentTitle {
  font-size: 14px;
  font-weight: bold;
}

.page__title .page__parentTitle + h1 {
  margin-top: 5px;
}

.page__excerpt {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}

.page__featureImage {
  width: 60%;
  height: auto;
}

.page__featureImage img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page__content {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.page__shoplink--header {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.page__shoplink--header a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #004405;
  border: 1px solid #004405;
  padding: 10px 14px;
  border-radius: 4px;
  transition: .2s;
}

.page__shoplink--header a:hover {
  background-color: #004405;
  color: #fff;
}

.page__shoplink--content {
  margin-top: 40px;
}

.page__shoplink--content a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #004405 !important;
  border: 1px solid #004405;
  padding: 10px 14px;
  border-radius: 4px;
  transition: .2s;
}

.page__shoplink--content a:hover {
  background-color: #004405;
  color: #fff !important;
}

.woocommerce article > .wrap {
  max-width: 900px;
}

.woocommerce h3 {
  margin-bottom: 30px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 90px 60px;
}

.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce ul.products > li {
  float: none;
  margin: 0 !important;
  width: auto !important;
}

.woocommerce ul.products > li > a {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.woocommerce ul.products > li > a img {
  position: relative;
  display: block;
  z-index: 5;
  margin: 0 !important;
}

.woocommerce ul.products > li > a::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #362400;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  transition: .2s;
  z-index: 10;
}

.woocommerce ul.products > li > a:hover::after {
  opacity: 1;
}

.woocommerce ul.products > li a.add_to_cart_button {
  background-color: #362400;
  color: #fff;
  font-size: 13px;
}

.woocommerce .text {
  color: #362400;
}

.woocommerce .text div.product {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.woocommerce .text div.product > div {
  float: none;
}

.woocommerce .text div.product input.text {
  padding-top: 1px;
}

.woocommerce .text div.product .woocommerce-product-gallery {
  width: auto;
}

.woocommerce .text div.product .summary.entry-summary {
  width: auto;
}

.woocommerce .text div.product .summary.entry-summary form {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}

.woocommerce .text div.product .summary.entry-summary form select {
  padding: 10px;
  font-size: 16px;
  border-color: #362400;
  border-radius: 6px;
}

.woocommerce .text div.product .summary.entry-summary form .variations {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .text div.product .summary.entry-summary form .variations tbody {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.woocommerce .text div.product .summary.entry-summary form .variations tbody tr {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.woocommerce .text div.product .summary.entry-summary form .variations tbody tr th.label {
  width: 100px;
  text-align: right;
}

.woocommerce .text div.product .summary.entry-summary form .variations tbody tr td.value {
  flex: 1;
}

.woocommerce .text div.product .summary.entry-summary .price,
.woocommerce .text div.product .summary.entry-summary .stock {
  text-align: center;
}

.woocommerce .text div.product ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}

.woocommerce .text div.product ul.products::before {
  display: none;
}

.woocommerce .text div.product ul.products > li.product {
  float: none;
  margin: 0 !important;
  width: auto !important;
}

.woocommerce .text div.product ul.products > li.product a.add_to_cart_button {
  background-color: #362400;
  color: #fff;
  font-size: 13px;
}

.woocommerce .text div.product .price {
  color: #362400;
}

.woocommerce .text a {
  color: #362400;
}

.woocommerce .text .woocommerce-product-details__short-description {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #362400;
  border-bottom: 1px solid #362400;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 0px solid #fff;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  border: 1px solid #362400;
  margin-right: -1px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span.current {
  background-color: #362400;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #362400;
  transition: .2s;
  width: 40px;
  height: 40px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a:hover {
  background-color: #694600;
  color: #fff;
}

.woocommerce .woocommerce-loop-product__title {
  line-height: 1.3;
  font-weight: bold;
}

.woocommerce .woocommerce-loop-product__title a {
  transition: .2s;
}

.woocommerce .woocommerce-loop-product__title a:hover {
  background-color: #f3efe6;
}

.woocommerce div.product div.images {
  display: flex;
  justify-content: center;
}

.woocommerce div.product div.images img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

.woocommerce-breadcrumb {
  padding-top: 30px !important;
  text-align: center;
  line-height: 1.8;
}

.woocommerce .text #respond input#submit.alt,
.woocommerce .text a.button.alt,
.woocommerce .text button.button.alt,
.woocommerce .text input.button.alt {
  background-color: #362400;
}

.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.product.type-product {
  text-align: center;
}

.product.type-product a {
  color: #362400;
}

.related.products h2 {
  margin-bottom: 60px;
}

.product__head.archive__head {
  padding: 100px 0;
}

.woocommerce-products-header__title.archive-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #362400;
}

.product__info {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: left;
  border-top: 1px solid #362400;
  border-bottom: 1px solid #362400;
}

.product__infoItem {
  display: flex;
  gap: 0 24px;
  padding: 12px 0;
}

.product__infoItem p {
  color: #362400;
}

.product__infoItem:not(:first-child) {
  border-top: 1px solid #f3efe6;
}

.product__infoHead {
  width: 120px;
  font-weight: bold;
}

.product__infoContent {
  flex: 1;
}

.product__gallery {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}

.product__gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product__head.archive__head {
  display: flex;
  gap: 40px;
}

.product__head.archive__head img {
  width: 30%;
  height: auto;
  display: block;
}

.product__head.archive__head .woocommerce-products-header__title.archive-title {
  width: 30%;
}

.product__head.archive__head .term-description {
  flex: 1;
}

.product__head.archive__head .term-description p {
  font-size: 14px;
  line-height: 1.7;
}

.product__delivery {
  margin-top: 30px;
  margin-bottom: 30px;
}

.taxonomy__navChildren {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 90px;
}

.taxonomy__navChildren > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 16px);
}

.taxonomy__navChildren > div a {
  position: relative;
  text-decoration: none;
}

.taxonomy__navChildren > div a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  opacity: 0;
  transition: .15s;
}

.taxonomy__navChildren > div a:hover::after {
  top: 10px;
  left: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  opacity: 1;
}

.taxonomy__navChildren > div img {
  display: block;
}

.taxonomy__navChildren > div span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 2px 4px #362400;
}

ul.listProduct__terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0 !important;
}

ul.listProduct__terms::before {
  display: none !important;
}

ul.listProduct__terms li a {
  display: inline-block;
  color: #004405 !important;
  font-size: 14px;
  transition: .2s;
}

ul.listProduct__terms li a:hover {
  background-color: #dce9dd;
}

ul.listProduct__terms li:not(:first-of-type)::before {
  content: '|';
  margin-right: 10px;
}

.woocommerce ul.products li.product .price {
  color: #362400;
}

.woocommerce-variation.single_variation {
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-shipping-fields {
  margin-bottom: 60px;
}

.wc-tabs-wrapper {
  text-align: left;
}

.header.header--shop {
  background-color: #004405;
  color: #fff;
  height: 100px;
}

.header.header--shop .logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header.header--shop .logo a:hover {
  opacity: 0.7;
}

.header.header--shop .logo svg {
  fill: #fff !important;
}

.header.header--shop .logo span {
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}

.header.header--shop .nav--header > ul {
  gap: 20px;
  align-items: center;
  margin-right: 20px;
}

.header.header--shop .nav--header > ul > li a {
  background-color: #004405;
  color: #fff;
}

.header.header--shop .nav--header > ul > li > a[href*="bach-kaffee.co.jp"]::after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0;
  transition: .2s;
}

.header.header--shop .nav--header > ul > li > a[href*="bach-kaffee.co.jp"]:hover::after {
  opacity: 1;
}

.header.header--shop .nav--header > ul > li:nth-child(n+1):nth-child(-n+5)::after {
  content: '';
  display: none;
}

.header.header--shop .nav--header > ul > li.link--myaccount {
  margin-left: 10px;
}

.header.header--shop .nav--header > ul > li.link--myaccount a {
  text-indent: -10000px;
  background-image: url("assets/images/Icon feather-user.svg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #005e07;
}

.header.header--shop .nav--header > ul > li.link--myaccount a:hover {
  background-color: #007709;
}

.header.header--shop .nav--header > ul > li.link--myaccount a:hover::after {
  opacity: 0;
}

.header.header--shop .nav--header > ul > li.link--wishlist a {
  text-indent: -10000px;
  background-image: url("assets/images/Icon material-favorite-border.svg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #005e07;
}

.header.header--shop .nav--header > ul > li.link--wishlist a:hover {
  background-color: #007709;
}

.header.header--shop .nav--header > ul > li.link--wishlist a:hover::after {
  opacity: 0;
}

.header.header--shop .nav--header > ul > li.link--cart a {
  text-indent: -10000px;
  background-image: url("assets/images/Icon feather-shopping-cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #005e07;
}

.header.header--shop .nav--header > ul > li.link--cart a:hover {
  background-color: #007709;
}

.header.header--shop .nav--header > ul > li.link--cart a:hover::after {
  opacity: 0;
}

.header.header--shop .nav--header .sub-menu {
  width: auto;
  left: -10px;
}

.header.header--shop .nav--header .sub-menu li a {
  padding-right: 20px;
  white-space: nowrap;
}

.header.header--shop .nav--header .sub-menu li a:hover {
  background-color: #007709;
}

.header.header--shop .nav__trigger span {
  background-color: #fff;
}

.header.header--shop .nav__trigger.open span {
  background-color: #004405;
}

.footer--shop {
  text-align: left;
}

.footer--shop .wrap {
  border-top: 2px solid #004405;
  padding-top: 100px;
}

.footer--shop .footer__title .nav--shopFooter .sub-menu {
  display: none;
}

.footer--shop .footer__infoWrap {
  justify-content: space-between;
  padding-bottom: 100px;
}

.footer--shop .footer__infoLeft > p a {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #004405;
  margin-bottom: 30px;
}

.nav--borderTop {
  padding-top: 30px;
  border-top: 1px solid #004405;
}

.top__slide__link {
  text-decoration: none;
  position: absolute;
  z-index: 200;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.5;
}

.top__slideWrap + main.main {
  padding-top: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #dce9dd !important;
  color: #004405 !important;
  border-top-color: #004405 !important;
  line-height: 1.5;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
}

.woocommerce-info::before {
  color: #004405 !important;
}

.shop__navTaxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.shop__navTaxonomy div a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  padding: 6px 16px;
  transition: .3s;
}

.shop__navTaxonomy div span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition: .3s;
}

.shop__navTaxonomy.shop__navTaxonomy--footer {
  margin-bottom: 40px;
  margin-top: 0;
}

.link--term--parent a {
  background-color: #004405;
  border: 1px solid #004405;
}

.link--term--parent a span {
  color: #fff;
}

.link--term--parent a:hover {
  background-color: #362400;
  border-color: #362400;
}

.link--term--children a {
  border: 1px solid #004405;
}

.link--term--children a span {
  color: #004405;
}

.link--term--children a:hover {
  border-color: #362400;
}

.link--term--children a:hover span {
  color: #362400;
}

.woocommerce-account .text {
  max-width: 900px;
  padding-top: 0;
}

.woocommerce-account .text address {
  line-height: 1.5;
}

.woocommerce-account .text .woocommerce {
  display: flex;
  gap: 40px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #362400;
  margin-bottom: -1px;
  transition: .2s;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f3efe6;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce .col2-set .col-1, .woocommerce-account .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-page .col2-set .col-1 {
  float: none;
  width: auto;
  padding: 10px;
  border: 1px solid #362400;
  border-radius: 5px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce .col2-set .col-2, .woocommerce-account .text .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-page .col2-set .col-2 {
  float: none;
  width: auto;
  padding: 10px;
  border: 1px solid #362400;
  border-radius: 5px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content fieldset {
  margin-bottom: 30px;
}

.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content table.my_account_orders td,
.woocommerce-account .text .woocommerce .woocommerce-MyAccount-content table.my_account_orders th {
  padding: 10px 8px;
}

.woocommerce-account .text .woocommerce table.shop_table {
  border-color: #362400;
}

.woocommerce-account .text .woocommerce-customer-details address {
  border-color: #362400;
  padding: 10px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  width: auto;
  margin-top: 20px;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

.tinvwl-theme-style .text {
  max-width: 900px;
}

.tinv-wishlist .tinv-header {
  display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  border: 1px solid #362400;
  border-radius: 5px;
}

.tinv-wishlist table.tinvwl-table-manage-list th,
.tinv-wishlist table.tinvwl-table-manage-list td {
  padding: 10px;
  font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list th.product-remove,
.tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
  padding-left: 15px;
}

.tinv-wishlist table.tinvwl-table-manage-list th.product-thumbnail,
.tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {
  display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list td {
  border-top: 1px solid #362400;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-name {
  line-height: 1.3;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-name dl.variation {
  display: grid;
  gap: 10px 0px;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  margin-top: 10px;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-name dl.variation dt {
  float: none;
  text-align: right;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-name dl.variation dd {
  text-align: left;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-stock p {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-action button {
  background-color: #f3efe6;
  color: #362400;
  line-height: 1.3;
  font-size: 12px;
  border-radius: 5px;
  padding: 8px;
  transition: .2s;
}

.tinv-wishlist table.tinvwl-table-manage-list td.product-action button:hover {
  color: #362400;
  background-color: #e2d9c4;
}

.tinv-wishlist table.tinvwl-table-manage-list tfoot {
  display: none;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: relative;
  top: auto;
  left: auto;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
  display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #004405;
  transition: .2s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #007709;
}

.shop__attention {
  padding: 20px 0;
  text-align: center;
}

.shop__attention p {
  font-size: 16px;
  font-weight: bold;
  color: #aa0000;
}

.top__slideWrap {
  position: relative;
}

.top__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
}

.top__slide .slick-list {
  position: relative;
  height: 100%;
}

.top__slide .slick-track {
  height: 100%;
}

.top__slide .slick-prev,
.top__slide .slick-next {
  cursor: pointer;
  position: absolute;
  border: 0px solid #ffffff;
  text-indent: -9999px;
  width: 24px;
  height: 60px;
  z-index: 50;
  transition: .15s;
  background-size: cover;
}

.top__slide .slick-prev {
  left: 20px;
  top: calc(45vh - 90px);
  text-indent: 9999px;
}

.top__slide .slick-prev:hover {
  left: 18px;
}

.top__slide .slick-prev:active {
  left: 15px;
}

.top__slide .slick-next {
  right: 20px;
  top: calc(45vh - 90px);
}

.top__slide .slick-next:hover {
  right: 18px;
}

.top__slide .slick-next:active {
  right: 15px;
}

.woocommerce .top__slide {
  max-height: 600px;
}

.top__slideItem {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  text-align: center;
}

.top__slideImage {
  width: 100%;
  height: 100%;
}

.top__slideImage img {
  display: block;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top__slideCover {
  position: absolute;
  width: calc(100% - 48px);
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  z-index: 60;
}

.top__updates {
  padding: 60px 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.top__head h2 {
  font-size: 24px;
  color: #362400;
  font-weight: bold;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__head h2::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #362400;
  margin-right: 20px;
  border-radius: 10px;
}

.top__head h2::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #362400;
  margin-left: 20px;
  border-radius: 10px;
}

.top__linkContents {
  position: relative;
  background-color: #dce9dd;
  z-index: 1;
}

.top__linkContents .wrap {
  max-width: 1200px;
  padding: 60px 24px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

.top__linkItem {
  width: calc((100% - 150px) / 6);
}

.top__linkItem a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.top__linkItem a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.top__linkItem a span {
  font-size: 14px;
  font-weight: bold;
  color: #004405;
}

.topics__head {
  padding: 60px 0;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #004405;
}

.topics__head .topics__meta {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.topics__head .topics__meta a {
  color: #004405;
}

.topics__head .topics__meta span {
  margin-left: 10px;
  margin-right: 10px;
}

.topics__head h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

.topics__head .topics__date {
  font-size: 13px;
  margin-top: 20px;
}

.topics__nextprev {
  display: flex;
  margin-top: 20px;
}

.topics__next,
.topics__prev {
  min-height: 1px;
  height: 100px;
  display: flex;
  align-items: center;
}

.topics__next a,
.topics__prev a {
  color: #004405;
  line-height: 1.5;
  font-size: 13px;
  font-weight: bold;
}

.topics__next {
  width: calc(50% + 40px);
  justify-content: flex-end;
  text-align: right;
}

.topics__next::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #004405;
  margin-left: 40px;
  margin-right: 39px;
}

.topics__prev {
  width: calc(50% - 40px);
  justify-content: flex-start;
  text-align: left;
}

.topics__content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 37.5em) {
  .mq_only_pc {
    display: none;
  }
  .mq_only_tab {
    display: none;
  }
  body.open {
    height: 100%;
    overflow: hidden;
  }
  body.open {
    height: 100%;
    overflow: hidden;
  }
  .text .block--menu--etc {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px !important;
  }
  .text .block--menu--etc .menu__title {
    font-size: 16px;
  }
  .text .block--menu--etc .menu__description p,
  .text .block--menu--etc .menu__description--sub p {
    line-height: 1.5;
  }
  .text .block--menu--etc .menu__price {
    margin-top: 20px;
  }
  .text .block--menu--etc::before {
    width: 100%;
    height: calc(100% - 75px);
    position: absolute;
    left: 0;
    top: 75px;
    background-color: #fff;
    z-index: -1;
  }
  .menu__image__wrap {
    padding-left: 16px;
  }
  .menu__text__wrap {
    width: calc(100% - 32px);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .text .block--menu--bean .menu__title {
    font-size: 14px;
  }
  .text .block--menu--bean + .block--menu--bean::before {
    width: calc(100% - 32px);
    left: 16px;
  }
  .text .block--menu--bean {
    padding: 10px 16px;
  }
  .footer__infoWrap {
    flex-direction: column;
  }
  .footer__infoWrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer__infoItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__infoTitle {
    margin-bottom: 12px;
  }
  .header {
    height: 60px;
  }
  .header.scroll .logo svg {
    height: 40px;
  }
  .header + .wrap,
  .header + .top__sliderWrap {
    padding-top: 0;
  }
  .home .link--howToPurchase {
    border-bottom: 1px solid #004405;
    text-align: center;
    margin-right: -24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding-bottom: 24px;
  }
  .home .link--howToPurchase p {
    color: #004405;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .home .link--howToPurchase a {
    color: #004405;
    border: 1px solid #004405;
  }
  .list--topics {
    gap: 24px 24px;
  }
  .list__item--topics {
    width: calc(50% - 12px);
  }
  .list--product {
    gap: 48px 24px;
  }
  .list__item--product {
    width: 50%;
  }
  .logo svg {
    height: 40px;
  }
  .main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nav--header > ul > li.nav__item--shop a {
    display: block;
    text-align: center;
    margin-left: 0;
    border-radius: 8px;
  }
  .nav--header > ul > li.menu-item-has-children:hover .sub-menu {
    top: 0;
  }
  .nav--header > ul > li.link--instagram {
    margin-left: 0;
  }
  .nav--header .sub-menu {
    position: relative;
    top: auto;
    opacity: 1;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px 10px;
    flex-wrap: wrap;
    left: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 10px;
    -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0));
            filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0));
  }
  .nav--header .sub-menu li:not(:first-child) a {
    border: 1px solid #004405;
  }
  .nav--header .sub-menu li a {
    border-radius: 50px;
    padding: 8px 12px;
    border: 1px solid #004405;
  }
  .nav--header {
    display: block;
    position: fixed;
    border: 4px solid #004405;
    background-color: #fff;
    width: calc(100vw - 8px);
    height: calc(100vh - 8px);
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
  }
  .nav--header.open {
    overflow-y: auto;
    overflow-x: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav--header.open .menu-item-has-children .sub-menu {
    pointer-events: auto;
  }
  .nav--header > ul {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px 0;
    margin-left: 20px;
  }
  .nav--header > ul > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav--header > ul > li:not(.link--instagram)::after {
    content: '';
    display: none !important;
  }
  .nav--header > ul > li a {
    padding: 0;
  }
  .nav--footer ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px 0;
  }
  .nav__trigger {
    opacity: 1;
    pointer-events: all;
  }
  .text > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .text p {
    font-size: 14px;
  }
  .text h2:not(:last-child) {
    margin-bottom: 20px;
  }
  .text h2 {
    font-size: 24px;
  }
  .text h3:not(:last-child) {
    margin-bottom: 20px;
  }
  .text h3 {
    font-size: 18px;
  }
  .text ul:not(:last-child),
  .text ol:not(:last-child) {
    margin-bottom: 20px;
  }
  .text ul li,
  .text ol li {
    font-size: 14px;
  }
  .wp-block-spacer {
    -webkit-transform: scaleY(50%);
            transform: scaleY(50%);
  }
  .page__head {
    padding: 0;
  }
  .woocommerce.archive .page__head {
    margin-bottom: 0;
  }
  .page__head--featureImage .page__excerpt::before {
    top: -20px;
  }
  .page__head--featureImage {
    flex-direction: column-reverse;
    gap: 0;
  }
  .page__head--noFeatureImage .page__excerpt::before {
    top: -20px;
  }
  .page__title {
    padding: 36px 24px;
  }
  .page__title h1 {
    font-size: 24px;
  }
  .page__excerpt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 40px;
  }
  .page__featureImage {
    width: 100%;
  }
  .page__content {
    padding: 36px 0;
    border-radius: 0;
  }
  .page__shoplink--header {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .page__shoplink--header a {
    padding: 6px 10px;
    font-size: 12px;
  }
  .woocommerce .page__head {
    margin-left: -24px;
    margin-right: -24px;
  }
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }
  .product__head.archive__head {
    flex-direction: column;
  }
  .product__head.archive__head img {
    width: 100%;
  }
  .product__head.archive__head .woocommerce-products-header__title.archive-title {
    width: 100%;
  }
  .header.header--shop {
    height: 60px;
  }
  .header.header--shop .logo svg {
    max-width: 30vw;
    height: auto;
  }
  .header.header--shop .logo span {
    font-size: 12px;
    margin-left: 15px;
  }
  .header.header--shop .nav--header > ul > li {
    align-items: center;
  }
  .header.header--shop .nav--header > ul > li a {
    color: #004405;
    background-color: #fff;
  }
  .header.header--shop .nav--header > ul > li.menu-item-has-children {
    padding-top: 20px;
    border-top: 1px solid #004405;
  }
  .header.header--shop .nav--header > ul > li.link--myaccount {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 80px);
  }
  .header.header--shop .nav--header > ul > li.link--wishlist {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 18px);
  }
  .header.header--shop .nav--header > ul > li.link--cart {
    position: absolute;
    bottom: 40px;
    left: calc(50% + 34px);
  }
  .header.header--shop .nav--header .sub-menu {
    border-bottom: 1px solid #004405;
    padding-bottom: 20px;
    margin-right: 0;
    left: auto;
    justify-content: center;
  }
  .header.header--shop .nav--header .sub-menu li a {
    padding-right: 12px;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop__navTaxonomy div a {
    padding: 4px 8px;
    border-radius: 5px;
  }
  .shop__navTaxonomy div span {
    font-size: 13px;
    line-height: 1;
  }
  .woocommerce-account .text .woocommerce {
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    margin-top: -24px;
  }
  .woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li a {
    margin-left: -1px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
    border-radius: 0;
  }
  .woocommerce-account .text .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
    border-radius: 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-list thead {
    display: none;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tr:not(:first-child) {
    border-top: 1px solid #362400;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td {
    border-top: 0px solid #fff;
    text-align: left;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-name dl.variation {
    grid-template-columns: 1fr 1fr;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
    display: flex;
    justify-content: center;
  }
  .top__slide .slick-prev:active {
    left: 10px;
  }
  .top__slide .slick-prev {
    left: 20px;
    right: auto;
    top: calc(25vh - 20px);
    bottom: auto;
  }
  .top__slide .slick-next:active {
    right: 10px;
  }
  .top__slide .slick-next {
    right: 20px;
    top: calc(25vh);
    left: auto;
    bottom: auto;
  }
  .top__slide {
    margin-top: 60px;
    padding-top: 0px;
    width: calc(100% + 48px);
    height: 100vw;
    margin-left: -24px;
    margin-bottom: 0;
  }
  .woocommerce .top__slide {
    margin-top: 60px;
  }
  .top__slideItem {
    height: auto;
  }
  .top__slideImage {
    height: 100vw;
  }
  .top__slideCover {
    position: relative;
    padding-bottom: 0;
  }
  .top__slideCover > a {
    position: absolute;
    right: 24px;
    top: calc(-30vw - 24px);
  }
  .top__slideCover > a img {
    width: auto;
    height: 30vw;
  }
  .top__updates {
    padding: 36px 24px;
  }
  .top__head h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .top__linkContents .wrap {
    width: calc(100% - 48px);
    padding: 40px 24px;
    gap: 24px 24px;
  }
  .top__linkItem {
    width: calc(50% - 12px);
  }
  .topics__head {
    margin-right: 24px;
    margin-left: 24px;
  }
  .topics__head h1 {
    font-size: 21px;
  }
  .topics__nextprev {
    margin-top: 40px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .topics__next a,
  .topics__prev a {
    font-size: 12px;
  }
  .topics__next {
    width: calc(50% + 20px);
  }
  .topics__next::after {
    margin-left: 20px;
    margin-right: 19px;
  }
  .topics__prev {
    width: calc(50% - 20px);
  }
  .topics__content {
    padding: 36px 20px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_pc {
    display: none;
  }
  .mq_only_sp {
    display: none;
  }
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 24px;
  }
}

@media screen and (min-width: 60em) {
  .mq_only_sp {
    display: none;
  }
  .mq_only_tab {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  .text .wp-block-columns.bean-select {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .text div.product {
    gap: 24px;
  }
  .woocommerce .text div.product .summary.entry-summary form .variations tbody tr {
    gap: 15px;
  }
  .woocommerce .text div.product .summary.entry-summary form .variations tbody tr th.label {
    width: 80px;
    font-size: 14px;
  }
  .woocommerce .text div.product .summary.entry-summary form .variations tbody tr td.value {
    font-size: 14px;
  }
  .woocommerce .text .woocommerce-product-details__short-description {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .woocommerce nav.woocommerce-pagination {
    margin-top: 24px;
  }
  .woocommerce nav.woocommerce-pagination .page-numbers li {
    font-size: 14px;
  }
  .woocommerce nav.woocommerce-pagination .page-numbers li span {
    width: 30px;
    height: 30px;
  }
  .woocommerce nav.woocommerce-pagination .page-numbers li a {
    width: 30px;
    height: 30px;
  }
  .woocommerce .woocommerce-result-count {
    font-size: 12px;
  }
  .woocommerce-breadcrumb {
    font-size: 12px;
  }
  .product_title.entry-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .product__info {
    margin-top: 30px;
  }
  .product__info h3 {
    margin-bottom: 30px;
  }
  .product__infoHead {
    width: auto;
  }
  .taxonomy__navChildren {
    gap: 10px;
  }
  .taxonomy__navChildren > div {
    width: calc((100% - 20px) / 3);
  }
  .taxonomy__navChildren > div span {
    font-size: 16px;
  }
  .taxonomy__navChildren {
    margin-bottom: 24px;
  }
  .woocommerce-variation.single_variation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .woocommerce-shipping-fields {
    margin-bottom: 40px;
  }
  .footer--shop .wrap {
    padding-top: 40px;
  }
  .footer--shop .footer__infoWrap {
    padding-bottom: 40px;
  }
}
