@charset "UTF-8";

/*
Theme Name: BASARA Child
Theme URI: https://tcd-theme.com/tcd100/
Description: Child theme for TCD BASARA
Author: MIZUSHIMA
Template: basara_tcd100
Version: 1.12.1
*/

/* ==================================================
   ここにカスタムCSSを記述していきます
================================================== */

/* 1. CSS変数のオーバーライド・独自のブランドカラー設定 */
:root {
	/* 必要に応じてアクセントカラーやリンク色などを親テーマから上書きできます */
	/* --tcd-accent-color: #729b23; */
	/* --tcd-link-color: #729b23; */
}

/* header membermenu */
.p-header-membermenu {
  display: none !important;
}

body.drawer-available .p-drawer-membermenu {
	display: none !important;
}

.p-entry-product-header-meta > * + .p-entry-product-header-like {
    display: none !important;
}

.p-wc-share-button-link {
	display: block;
	width: 30px !important;
	height: 30px !important;
	font-size: 17px !important;
}

.wc-tab .p-body th,
.woocommerce table.shop_attributes th {
	width: 20% !important;
}

/* 2. ヘッダー・ナビゲーションの調整 */
/* ヘッダー全体を上のレイヤーに配置 */
#l-header,
.l-header,
header {
  position: relative !important;
  z-index: 9999 !important;
}

/* ハンバーガーボタン自体を最前面へ */
.p-hamburger,
.c-hamburger,
.p-header-hamburger {
  position: relative !important;
  z-index: 10000 !important;
}

/* 開いた後のドロワーメニュー背景・本体を最前面へ */
.p-drawer,
.c-drawer,
.p-global-nav {
  z-index: 99999 !important;
}

/* 3. メインコンテンツ・記事表示のカスタマイズ */

/* 4. フッターエリアのカスタマイズ */

/* 5. モバイル・レスポンシブ用の独自調整 */
@media (max-width: 991px) {

}

@media (max-width: 767px) {

}