@charset "UTF-8";
/*
Theme Name: IrishHarpTrees
Theme URI: 
Author: Iwasaki
Author URI: 
Description: ネットショップIrishHarpTrees用のテーマ
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
Text Domain: irishharptrees
Tags: 
*/
/**
 * WooCommerce
 */
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-top: 1px dotted;
  padding-left: 1em !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
  padding-top: 1em;
  border-top: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  border-radius: 6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    padding-top: 0.35em;
  }
}
.header-wishlist-icon {
  padding: 0.5em;
  width: 1.6em;
}

.tinv-wishlist button,
.tinv-wishlist .button {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 0.5em;
  border: none;
  border-radius: var(--wp--custom--radious--button);
}

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

/*# sourceMappingURL=style.css.map */
